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/padthv1] rawhide: spec cleanup and modernization
Date: Tue, 30 Jun 2026 20:29:59 GMT	[thread overview]
Message-ID: <178285139920.1.17939041392594414490.rpms-padthv1-4f3aa0c64d9b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/padthv1
Branch : rawhide
Commit : 4f3aa0c64d9bbd3aacc32e512f3bbc1a4b93bd9a
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date   : 2026-06-30T17:29:46-03:00
Stats  : +15/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/padthv1/c/4f3aa0c64d9bbd3aacc32e512f3bbc1a4b93bd9a?branch=rawhide

Log:
spec cleanup and modernization

---
diff --git a/padthv1.spec b/padthv1.spec
index 9442eff..a7b4432 100644
--- a/padthv1.spec
+++ b/padthv1.spec
@@ -8,27 +8,27 @@ Summary:        An old-school polyphonic additive synthesizer
 # Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:        GPL-2.0-or-later
 URL:            https://%{name}.sourceforge.io/
-Source0:        https://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source:         https://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Patch requested upstream https://sourceforge.net/p/padthv1/tickets/1/
-Patch0:         %{name}-nostrip.patch
+Patch:          %{name}-nostrip.patch
 
 BuildRequires:  cmake
-BuildRequires:  gcc-c++
 BuildRequires:  cmake(Qt6Core)
 BuildRequires:  cmake(Qt6Gui)
-BuildRequires:  cmake(Qt6Widgets)
-BuildRequires:  cmake(Qt6Xml)
 BuildRequires:  cmake(Qt6LinguistTools)
 BuildRequires:  cmake(Qt6Svg)
+BuildRequires:  cmake(Qt6Widgets)
+BuildRequires:  cmake(Qt6Xml)
+BuildRequires:  desktop-file-utils
+BuildRequires:  gcc-c++
+# pipewire-jack can be used at runtime, but is difficult to find at build time
+BuildRequires:  jack-audio-connection-kit-devel
+BuildRequires:  libappstream-glib
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(fftw3f)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(liblo)
 BuildRequires:  pkgconfig(lv2)
-BuildRequires:  desktop-file-utils
-BuildRequires:  libappstream-glib
-# pipewire-jack can be used at runtime, but is difficult to find at build time
-BuildRequires:  jack-audio-connection-kit-devel
 
 Requires:       hicolor-icon-theme
 
@@ -59,6 +59,10 @@ This is the LV2 version.
 %cmake_install
 chmod +x %{buildroot}%{_libdir}/lv2/%{name}.lv2/%{name}.so
 
+# Create symlinks for binary-name matching manpages to satisfy rpmlint
+ln -s %{name}.1 %{buildroot}%{_mandir}/man1/%{name}_jack.1
+ln -s %{name}.1 %{buildroot}%{_mandir}/fr/man1/%{name}_jack.1
+
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{namespace}.%{name}.desktop
 appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{namespace}.%{name}.metainfo.xml
@@ -71,7 +75,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{namespace}.%
 %{_datadir}/icons/hicolor/*/apps/%{namespace}.%{name}.*
 %{_datadir}/icons/hicolor/*/mimetypes/%{namespace}.%{name}.application-x-%{name}-preset.*
 %{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}_jack.1*
 %{_mandir}/fr/man1/%{name}.1*
+%{_mandir}/fr/man1/%{name}_jack.1*
 %{_metainfodir}/%{namespace}.%{name}.metainfo.xml
 %{_datadir}/mime/packages/%{namespace}.%{name}.xml
 %{_datadir}/%{name}

                 reply	other threads:[~2026-06-30 20:29 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=178285139920.1.17939041392594414490.rpms-padthv1-4f3aa0c64d9b@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