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

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}

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 20:29 [rpms/padthv1] 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