public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/dssi] rawhide: spec cleanup and modernization
Date: Tue, 30 Jun 2026 23:18:32 GMT	[thread overview]
Message-ID: <178286151226.1.155671541763686386.rpms-dssi-286f72d0752c@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-06-30 23:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178286151226.1.155671541763686386.rpms-dssi-286f72d0752c@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox