public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dssi] rawhide: spec cleanup and modernization
@ 2026-06-30 23:18 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-30 23:18 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/dssi
            Branch : rawhide
            Commit : 286f72d0752cb4f7aa7a81054dfc52532063a574
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-30T20:17:45-03:00
            Stats  : +8/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/dssi/c/286f72d0752cb4f7aa7a81054dfc52532063a574?branch=rawhide

            Log:
            spec cleanup and modernization

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/dssi.spec b/dssi.spec
index 8e791b4..71aab25 100644
--- a/dssi.spec
+++ b/dssi.spec
@@ -14,14 +14,15 @@ Patch2:       %{name}-liblo.patch
 
 BuildRequires: alsa-lib-devel
 BuildRequires: gcc
+BuildRequires: gcc-c++
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: ladspa-devel
 BuildRequires: liblo-devel
 BuildRequires: libsamplerate-devel
 BuildRequires: libsndfile-devel
+BuildRequires: make
 # for the examples
 BuildRequires: qt4-devel
-BuildRequires: make
 
 %description
 Disposable Soft Synth Interface (DSSI, pronounced "dizzy") is a proposal for a
@@ -32,7 +33,6 @@ VSTi.
 
 %package examples
 Summary:  DSSI plugin examples
-# Automatically converted from old format: Public Domain - review is highly recommended.
 License:  LicenseRef-Callaway-Public-Domain
 Requires: %{name} = %{version}
 
@@ -42,7 +42,7 @@ Example plugins for the Disposable Soft Synth Interface.
 %package devel
 Summary:  Libraries, includes, etc to develop DSSI applications
 # Automatically converted from old format: LGPLv2+ - review is highly recommended.
-License:  LicenseRef-Callaway-LGPLv2+
+License:  LGPL-2.1-or-later
 Requires: alsa-lib-devel
 Requires: ladspa-devel
 Requires: pkgconfig
@@ -61,7 +61,7 @@ cp -a %{SOURCE1} README.%{version}
 
 %install
 %make_install
-rm $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
+find %{buildroot} -name "*.la" -delete
 
 %check
 # Build and run the tests
@@ -69,12 +69,13 @@ make -C tests controller CFLAGS="$CFLAGS -Wno-error=cpp"
 tests/controller
 
 %files
+%license COPYING
 %doc README* ChangeLog doc/TODO
 %{_bindir}/dssi_osc_send
 %{_bindir}/dssi_osc_update
 %{_bindir}/jack-dssi-host
 %{_bindir}/dssi_analyse_plugin
-%{_bindir}//dssi_list_plugins
+%{_bindir}/dssi_list_plugins
 %dir %{_libdir}/dssi
 %{_mandir}/man1/*
 
@@ -91,7 +92,8 @@ tests/controller
 %{_bindir}/karplong
 
 %files devel
-%doc doc/*.txt COPYING
+%license COPYING
+%doc doc/*.txt
 %{_includedir}/dssi.h
 %{_libdir}/pkgconfig/dssi.pc
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-30 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 23:18 [rpms/dssi] rawhide: spec cleanup and modernization Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox