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/synthv1] rawhide: spec cleanup and modernization
Date: Tue, 30 Jun 2026 20:44:45 GMT	[thread overview]
Message-ID: <178285228545.1.6371256746001861058.rpms-synthv1-4ed6d63365f2@fedoraproject.org> (raw)

            A new commit has been pushed.

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

            Log:
            spec cleanup and modernization

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

---
diff --git a/synthv1.spec b/synthv1.spec
index 2ed84dc..5f77bca 100644
--- a/synthv1.spec
+++ b/synthv1.spec
@@ -5,31 +5,29 @@ Name:          synthv1
 Version:       1.4.2
 Release:       %autorelease
 URL:           https://%{name}.sourceforge.io/
-Source0:       https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source:        https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Do not strip executables
-Patch0:        synthv1-nostrip.patch
+Patch:         synthv1-nostrip.patch
 # Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:       GPL-2.0-or-later
 Requires:      hicolor-icon-theme
 
 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(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
 
 %description
 %{name} is a 4-oscillator subtractive polyphonic synthesizer with stereo fx.

                 reply	other threads:[~2026-06-30 20:44 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=178285228545.1.6371256746001861058.rpms-synthv1-4ed6d63365f2@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