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

A new commit has been pushed.

Repo   : rpms/samplv1
Branch : rawhide
Commit : a366037138bb1f2c77e4802359fca8dfe78f9aa8
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date   : 2026-06-30T17:34:27-03:00
Stats  : +11/-12 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/samplv1/c/a366037138bb1f2c77e4802359fca8dfe78f9aa8?branch=rawhide

Log:
spec cleanup and modernization

---
diff --git a/samplv1.spec b/samplv1.spec
index 2021780..f3956ab 100644
--- a/samplv1.spec
+++ b/samplv1.spec
@@ -1,23 +1,26 @@
 %global        namespace org.rncbc
 
-Summary:       A polyphonic sampler synthesizer with stereo fx
+Summary:       A polyphonic sampler synthesizer with stereo effects
 Name:          samplv1
 Version:       1.4.2
 Release:       %autorelease
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:       GPL-2.0-or-later
 URL:           https://%{name}.sourceforge.io/
-Source0:       https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:        %{name}-nostrip.patch
+Source:        https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+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)
@@ -25,15 +28,11 @@ BuildRequires: pkgconfig(liblo)
 BuildRequires: pkgconfig(lv2)
 BuildRequires: pkgconfig(rubberband)
 BuildRequires: pkgconfig(sndfile)
-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
 
 %description
-%{name} is a polyphonic sampler synthesizer with stereo fx.
+%{name} is a polyphonic sampler synthesizer with stereo effects.
 
 %package -n lv2-%{name}
 Summary:       An LV2 port of %{name}

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

only message in thread, other threads:[~2026-06-30 20:34 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:34 [rpms/samplv1] 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