public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zita-rev1] rawhide: spec cleanup, fix FTBFS rhbz#2435209
@ 2026-07-10 2:51 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-10 2:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/zita-rev1
Branch : rawhide
Commit : 5808372d790d8621df03dbba64b3281b2d6dce71
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-06-29T21:54:01-03:00
Stats : +24/-41 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/zita-rev1/c/5808372d790d8621df03dbba64b3281b2d6dce71?branch=rawhide
Log:
spec cleanup, fix FTBFS rhbz#2435209
---
diff --git a/zita-rev1-fsf-address.patch b/zita-rev1-fsf-address.patch
deleted file mode 100644
index 5a3e6cd..0000000
--- a/zita-rev1-fsf-address.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nurp zita-rev1-0.2.1.orig/COPYING zita-rev1-0.2.1/COPYING
---- zita-rev1-0.2.1.orig/COPYING 2011-03-31 21:54:07.000000000 +0200
-+++ zita-rev1-0.2.1/COPYING 2011-10-28 11:04:01.487770849 +0200
-@@ -2,7 +2,7 @@
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
diff --git a/zita-rev1.spec b/zita-rev1.spec
index abe786b..5d944fc 100644
--- a/zita-rev1.spec
+++ b/zita-rev1.spec
@@ -1,33 +1,28 @@
-
-Summary: Pro-audio reverb for JACK
-Name: zita-rev1
-Version: 0.2.2
-Release: %autorelease
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
-License: GPL-2.0-or-later
-URL: http://kokkinizita.linuxaudio.org/
-Source0: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
+Summary: Pro-audio reverb for JACK
+Name: zita-rev1
+Version: 0.2.2
+Release: %autorelease
+License: GPL-3.0-or-later
+URL: http://kokkinizita.linuxaudio.org/
+Source0: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
# desktop file submitted upstream
-Source1: zita-rev1.desktop
-
-# this has been submitted upstream
-Patch0: zita-rev1-fsf-address.patch
-
-BuildRequires: make
-BuildRequires: cairo-devel
-BuildRequires: gcc-c++
-BuildRequires: libpng-devel
-BuildRequires: jack-audio-connection-kit-devel
-BuildRequires: libXft-devel
-BuildRequires: clthreads-devel
-BuildRequires: clxclient-devel
-BuildRequires: desktop-file-utils
+Source1: zita-rev1.desktop
+
+BuildRequires: cairo-devel
+BuildRequires: clthreads-devel
+BuildRequires: clxclient-devel
+BuildRequires: desktop-file-utils
+BuildRequires: gcc-c++
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libXft-devel
+BuildRequires: libpng-devel
+BuildRequires: make
%description
%{name} is a reworked version of the reverb originally developed for Aeolus.
Its character is more 'hall' than 'plate', but it can be used on a wide
variety of instruments or voices.
-It is not a spatialiser - the early reflections are different for the L and R
+It is not a spatializer - the early reflections are different for the L and R
inputs, but do not correspond to any real room. They have been tuned to match
left and right sources to some extent.
@@ -39,8 +34,7 @@ In Ambisonic mode (selected by the -B command line option) the only option is
the send/return mode.
%prep
-%setup -q
-%patch -P0 -p1
+%autosetup -p1
# use Fedora build flags
sed -e '/^CXXFLAGS += -march=native/d' -i source/Makefile
@@ -52,7 +46,7 @@ cd source
%install
cd source
-make DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_lib} install
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
# .desktop file
mkdir -p %{buildroot}%{_datadir}/applications
@@ -62,6 +56,9 @@ desktop-file-install \
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{_builddir}/%{name}-%{version}/doc/redzita.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
%files
%doc AUTHORS doc/*
%license COPYING
@@ -70,7 +67,5 @@ install -m 644 %{_builddir}/%{name}-%{version}/doc/redzita.png %{buildroot}%{_da
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
-
-
%changelog
%autochangelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 2:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 2:51 [rpms/zita-rev1] rawhide: spec cleanup, fix FTBFS rhbz#2435209 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox