From d9b31585d5df1f2e8a1194909dc4032d7f819ed4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:16:07 -0500 Subject: [PATCH 01/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index ac20de4..cebc0f9 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 56e1fa049e8206254ea10780f866f17a7ccf4104 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 07:29:18 +0000 Subject: [PATCH 02/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index cebc0f9..a6ae633 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 0f8bc13e0f584db51d648792b3ce7e1077e6def7 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 1 Apr 2015 09:05:50 -0600 Subject: [PATCH 03/41] Rebuild for gcc 5.0.0 C++ ABI change --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index a6ae633..0978704 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 1 2015 Orion Poplawski - 2.5-5 +- Rebuild for gcc 5.0.0 C++ ABI change + * Mon Aug 18 2014 Fedora Release Engineering - 2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 249e6898ad6bfb5e1b3d0afe753bfc6a5af041e1 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 1 Apr 2015 09:06:18 -0600 Subject: [PATCH 04/41] Drop %defattr() --- vamp-plugin-sdk.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 0978704..df10624 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -87,13 +87,11 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc COPYING README %{_libdir}/*.so.* %{_libdir}/vamp %files devel -%defattr(-,root,root,-) %doc examples %{_bindir}/vamp-* %{_includedir}/* @@ -101,7 +99,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %files static -%defattr(-,root,root,-) %{_libdir}/*.a From 442ee69d35d716097f98c63e66053f2655fb6f46 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 27 Apr 2015 14:58:24 +0200 Subject: [PATCH 05/41] Rebuild for gcc 5.1.0 C++ ABI change --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index df10624..ff8c66c 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 27 2015 Nils Philippsen - 2.5-6 +- Rebuild for gcc 5.1.0 C++ ABI change + * Wed Apr 1 2015 Orion Poplawski - 2.5-5 - Rebuild for gcc 5.0.0 C++ ABI change From 02967bb54f4cc4667b917be2d7014c5a7ee6ecd6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 01:49:07 +0000 Subject: [PATCH 06/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index ff8c66c..957b250 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 2.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Apr 27 2015 Nils Philippsen - 2.5-6 - Rebuild for gcc 5.1.0 C++ ABI change From c12e05b2aeab06576c3da1e311ef2859cae89ccb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:33:10 +0000 Subject: [PATCH 07/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 957b250..2b2dbc1 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 2.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 2.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 9bd2774517456fbb1b4daeb3e8be1c30f5f17076 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:56:11 +0000 Subject: [PATCH 08/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 2b2dbc1..cd8384e 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 2.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 2.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 72dff9f86298331eac16633a41393ea1540470b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:10:43 +0000 Subject: [PATCH 09/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index cd8384e..5dfcdff 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 2.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 2.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 7ac5b000805a64895fe2bef90b57a07d431c5008 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 09:58:01 +0000 Subject: [PATCH 10/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 5dfcdff..bf59c70 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 2.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 2.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 9a9991a81b4c1cc493bc39f852c378fcb631a0e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:18:50 +0000 Subject: [PATCH 11/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index bf59c70..6d367c4 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 2.5-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 2.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 809a4e426e7b5f22bec376d8e9067aba0e0eed13 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:57:33 +0100 Subject: [PATCH 12/41] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- vamp-plugin-sdk.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 6d367c4..f7c7540 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -77,9 +77,6 @@ make clean [ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib) -eq 0 ] -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig From 8afc255d48231977157ab9e2c9a8f077d582f08f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 16:09:19 +0200 Subject: [PATCH 13/41] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- vamp-plugin-sdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index f7c7540..9cf64a5 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -10,6 +10,7 @@ Source0: http://code.soundsoftware.ac.uk/attachments/download/690/vamp-pl # https://sourceforge.net/tracker/?func=detail&aid=1884043&group_id=192001&atid=939644 Patch0: %{name}-2.5-libdir.patch +BuildRequires: gcc-c++ BuildRequires: libsndfile-devel #Requires: From b58e88a0cec8a1da513f45c53884aecc34cf76fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:24:52 +0000 Subject: [PATCH 14/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 9cf64a5..a64e912 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: An API for audio analysis and feature extraction plugins Group: System Environment/Libraries @@ -101,6 +101,9 @@ make clean %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 2.5-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 2.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From daa41865b84b473f89cb5cbc97ff152c26c388bd Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 17 Oct 2018 20:59:45 -0700 Subject: [PATCH 15/41] Update to 2.7.1 --- .gitignore | 2 +- sources | 2 +- ...atch => vamp-plugin-sdk-2.7.1-libdir.patch | 10 +++---- vamp-plugin-sdk.spec | 26 +++++++++---------- 4 files changed, 20 insertions(+), 20 deletions(-) rename vamp-plugin-sdk-2.5-libdir.patch => vamp-plugin-sdk-2.7.1-libdir.patch (74%) diff --git a/.gitignore b/.gitignore index 16067e7..463befc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/vamp-plugin-sdk-2.5.tar.gz +/vamp-plugin-sdk-2.7.1.tar.gz diff --git a/sources b/sources index 3b030fb..56e6a08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -199872997f74951f6769b982bf0d0646 vamp-plugin-sdk-2.5.tar.gz +SHA512 (vamp-plugin-sdk-2.7.1.tar.gz) = 91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3 diff --git a/vamp-plugin-sdk-2.5-libdir.patch b/vamp-plugin-sdk-2.7.1-libdir.patch similarity index 74% rename from vamp-plugin-sdk-2.5-libdir.patch rename to vamp-plugin-sdk-2.7.1-libdir.patch index eee5f02..d665984 100644 --- a/vamp-plugin-sdk-2.5-libdir.patch +++ b/vamp-plugin-sdk-2.7.1-libdir.patch @@ -1,6 +1,6 @@ ---- vamp-plugin-sdk-2.5/Makefile.in.libdir 2013-05-08 16:36:02.000000000 +0700 -+++ vamp-plugin-sdk-2.5/Makefile.in 2013-06-19 18:11:42.065277534 +0700 -@@ -73,8 +73,8 @@ +--- vamp-plugin-sdk-2.7.1/Makefile.in.libdir 2017-03-06 05:27:24.000000000 -0800 ++++ vamp-plugin-sdk-2.7.1/Makefile.in 2018-10-17 20:58:05.590946737 -0700 +@@ -74,8 +74,8 @@ INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk INSTALL_HOSTSDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-hostsdk @@ -10,8 +10,8 @@ +INSTALL_PLUGINS = $(INSTALL_SDK_LIBS)/vamp INSTALL_BINARIES = $(INSTALL_PREFIX)/bin - INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.5.0 -@@ -89,7 +89,7 @@ + INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.7.0 +@@ -90,7 +90,7 @@ INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a INSTALL_HOSTSDK_LA = libvamp-hostsdk.la diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index a64e912..206f724 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,14 +1,12 @@ Name: vamp-plugin-sdk -Version: 2.5 -Release: 13%{?dist} +Version: 2.7.1 +Release: 1%{?dist} Summary: An API for audio analysis and feature extraction plugins -Group: System Environment/Libraries License: BSD URL: http://www.vamp-plugins.org/ -Source0: http://code.soundsoftware.ac.uk/attachments/download/690/vamp-plugin-sdk-2.5.tar.gz -# https://sourceforge.net/tracker/?func=detail&aid=1884043&group_id=192001&atid=939644 -Patch0: %{name}-2.5-libdir.patch +Source0: https://code.soundsoftware.ac.uk/attachments/download/2206/%{name}-%{version}.tar.gz +Patch0: %{name}-2.7.1-libdir.patch BuildRequires: gcc-c++ BuildRequires: libsndfile-devel @@ -21,7 +19,7 @@ to produce descriptive output (measurements or semantic observations). %package devel Summary: Development files for %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig %description devel @@ -39,21 +37,20 @@ developing static applications that use %{name}. %prep -%setup -q -%patch0 -p1 -b .libdir +%autosetup -p1 sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp %build %configure -make %{?_smp_mflags} +%make_build %install # fix libdir find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';' -make install DESTDIR=$RPM_BUILD_ROOT #INSTALL_PREFIX=%{_prefix} LIB=/%{_lib} +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -78,14 +75,14 @@ make clean [ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib) -eq 0 ] - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%doc COPYING README +%license COPYING +%doc README %{_libdir}/*.so.* %{_libdir}/vamp @@ -101,6 +98,9 @@ make clean %changelog +* Wed Oct 17 2018 Michel Alexandre Salim - 2.7.1-1 +- Update to 2.7.1 + * Sat Jul 14 2018 Fedora Release Engineering - 2.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 2e4be7bac0a9e58b390d73b5ff4635facf5388f5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:41:16 +0100 Subject: [PATCH 16/41] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- vamp-plugin-sdk.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 206f724..38ebf57 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -75,9 +75,7 @@ make clean [ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib) -eq 0 ] -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files From ecee6932356bd1a37a5e3ae046cc32cea1b4a180 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 17/41] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vamp-plugin-sdk.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 38ebf57..86ffdcc 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -18,7 +18,6 @@ to produce descriptive output (measurements or semantic observations). %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig @@ -28,7 +27,6 @@ developing applications that use %{name}. %package static Summary: Static libraries for %{name} -Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static From ee1c4f9b45c7030c8dc7fe86625d41d5827d08c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:05:31 +0000 Subject: [PATCH 18/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 86ffdcc..ece78d9 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -94,6 +94,9 @@ make clean %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 2.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Oct 17 2018 Michel Alexandre Salim - 2.7.1-1 - Update to 2.7.1 From 3bb407cc265266f4a27dcb766ea019be80f8c790 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 1 Jul 2019 20:11:21 -0700 Subject: [PATCH 19/41] Update to 2.8.0 --- .gitignore | 2 +- sources | 2 +- ...libdir.patch => vamp-plugin-sdk-2.8.0-libdir.patch | 6 +++--- vamp-plugin-sdk.spec | 11 +++++++---- 4 files changed, 12 insertions(+), 9 deletions(-) rename vamp-plugin-sdk-2.7.1-libdir.patch => vamp-plugin-sdk-2.8.0-libdir.patch (80%) diff --git a/.gitignore b/.gitignore index 463befc..8afb069 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/vamp-plugin-sdk-2.7.1.tar.gz +/vamp-plugin-sdk-2.8.0.tar.gz diff --git a/sources b/sources index 56e6a08..76ec4b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vamp-plugin-sdk-2.7.1.tar.gz) = 91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3 +SHA512 (vamp-plugin-sdk-2.8.0.tar.gz) = abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8 diff --git a/vamp-plugin-sdk-2.7.1-libdir.patch b/vamp-plugin-sdk-2.8.0-libdir.patch similarity index 80% rename from vamp-plugin-sdk-2.7.1-libdir.patch rename to vamp-plugin-sdk-2.8.0-libdir.patch index d665984..7a81afc 100644 --- a/vamp-plugin-sdk-2.7.1-libdir.patch +++ b/vamp-plugin-sdk-2.8.0-libdir.patch @@ -1,5 +1,5 @@ ---- vamp-plugin-sdk-2.7.1/Makefile.in.libdir 2017-03-06 05:27:24.000000000 -0800 -+++ vamp-plugin-sdk-2.7.1/Makefile.in 2018-10-17 20:58:05.590946737 -0700 +--- vamp-plugin-sdk-2.8.0/Makefile.in.libdir 2019-02-07 02:19:39.000000000 -0800 ++++ vamp-plugin-sdk-2.8.0/Makefile.in 2019-07-01 20:08:23.155170842 -0700 @@ -74,8 +74,8 @@ INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk @@ -10,7 +10,7 @@ +INSTALL_PLUGINS = $(INSTALL_SDK_LIBS)/vamp INSTALL_BINARIES = $(INSTALL_PREFIX)/bin - INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.7.0 + INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.8.0 @@ -90,7 +90,7 @@ INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a INSTALL_HOSTSDK_LA = libvamp-hostsdk.la diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index ece78d9..d8ab042 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,12 +1,12 @@ Name: vamp-plugin-sdk -Version: 2.7.1 -Release: 2%{?dist} +Version: 2.8.0 +Release: 1%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD URL: http://www.vamp-plugins.org/ -Source0: https://code.soundsoftware.ac.uk/attachments/download/2206/%{name}-%{version}.tar.gz -Patch0: %{name}-2.7.1-libdir.patch +Source0: https://code.soundsoftware.ac.uk/attachments/download/2450/%{name}-%{version}.tar.gz +Patch0: %{name}-2.8.0-libdir.patch BuildRequires: gcc-c++ BuildRequires: libsndfile-devel @@ -94,6 +94,9 @@ make clean %changelog +* Mon Jul 1 2019 Michel Alexandre Salim - 2.8.0-1 +- Update to 2.8.0 + * Sun Feb 03 2019 Fedora Release Engineering - 2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 0806dba392f6f66d18725be456cb7d295757ecb0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:47:07 +0000 Subject: [PATCH 20/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index d8ab042..d05894c 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -94,6 +94,9 @@ make clean %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jul 1 2019 Michel Alexandre Salim - 2.8.0-1 - Update to 2.8.0 From d379b1d23a3b028d6618717f5b15aeb5f423e740 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 14 Dec 2019 17:06:09 -0700 Subject: [PATCH 21/41] Tighten string for grep to search for --- vamp-plugin-sdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index d05894c..2c29ecc 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -70,7 +70,7 @@ make clean %check # Scan shared libs for unpatched '/lib' strings to prevent issues # on 64-bit multilib platforms. -[ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib) -eq 0 ] +[ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib/|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib/) -eq 0 ] %ldconfig_scriptlets From adc818786e7bee7cbc22fe33f79bab5db16bbffd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:55:29 +0000 Subject: [PATCH 22/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 2c29ecc..dd1014d 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -94,6 +94,9 @@ make clean %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 2.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 2.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 3af2aed502191353bf98528831e78acb21edf367 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 2 Feb 2020 12:14:09 -0800 Subject: [PATCH 23/41] Update to 2.9.0 --- .gitignore | 2 +- sources | 2 +- ...bdir.patch => vamp-plugin-sdk-2.9.0-libdir.patch | 6 +++--- vamp-plugin-sdk.spec | 13 ++++++++----- 4 files changed, 13 insertions(+), 10 deletions(-) rename vamp-plugin-sdk-2.8.0-libdir.patch => vamp-plugin-sdk-2.9.0-libdir.patch (80%) diff --git a/.gitignore b/.gitignore index 8afb069..9c9ba02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/vamp-plugin-sdk-2.8.0.tar.gz +/vamp-plugin-sdk-2.9.0.tar.gz diff --git a/sources b/sources index 76ec4b3..9297493 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vamp-plugin-sdk-2.8.0.tar.gz) = abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8 +SHA512 (vamp-plugin-sdk-2.9.0.tar.gz) = 7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b diff --git a/vamp-plugin-sdk-2.8.0-libdir.patch b/vamp-plugin-sdk-2.9.0-libdir.patch similarity index 80% rename from vamp-plugin-sdk-2.8.0-libdir.patch rename to vamp-plugin-sdk-2.9.0-libdir.patch index 7a81afc..5cb5d43 100644 --- a/vamp-plugin-sdk-2.8.0-libdir.patch +++ b/vamp-plugin-sdk-2.9.0-libdir.patch @@ -1,5 +1,5 @@ ---- vamp-plugin-sdk-2.8.0/Makefile.in.libdir 2019-02-07 02:19:39.000000000 -0800 -+++ vamp-plugin-sdk-2.8.0/Makefile.in 2019-07-01 20:08:23.155170842 -0700 +--- vamp-plugin-sdk-2.9.0/Makefile.in.libdir 2019-11-12 06:17:03.000000000 -0800 ++++ vamp-plugin-sdk-2.9.0/Makefile.in 2020-02-02 12:12:44.394371184 -0800 @@ -74,8 +74,8 @@ INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk @@ -10,7 +10,7 @@ +INSTALL_PLUGINS = $(INSTALL_SDK_LIBS)/vamp INSTALL_BINARIES = $(INSTALL_PREFIX)/bin - INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.8.0 + INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.9.0 @@ -90,7 +90,7 @@ INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a INSTALL_HOSTSDK_LA = libvamp-hostsdk.la diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index dd1014d..34f2c04 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,12 +1,12 @@ Name: vamp-plugin-sdk -Version: 2.8.0 -Release: 3%{?dist} +Version: 2.9.0 +Release: 1%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD -URL: http://www.vamp-plugins.org/ -Source0: https://code.soundsoftware.ac.uk/attachments/download/2450/%{name}-%{version}.tar.gz -Patch0: %{name}-2.8.0-libdir.patch +URL: https://vamp-plugins.org/ +Source0: https://code.soundsoftware.ac.uk/attachments/download/2588/%{name}-%{version}.tar.gz +Patch0: %{name}-2.9.0-libdir.patch BuildRequires: gcc-c++ BuildRequires: libsndfile-devel @@ -94,6 +94,9 @@ make clean %changelog +* Sun Feb 2 2020 Michel Alexandre Salim - 2.9.0-1 +- Update to 2.9.0 + * Fri Jan 31 2020 Fedora Release Engineering - 2.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From c88f1626cdf41166e8cc984083a84ca7df6705a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:32:32 +0000 Subject: [PATCH 24/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 34f2c04..87d9ec7 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -94,6 +94,9 @@ make clean %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 2.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Sun Feb 2 2020 Michel Alexandre Salim - 2.9.0-1 - Update to 2.9.0 From a7bc1e199e40d76dae9651558d2a735514b5babe Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:34:10 +0000 Subject: [PATCH 25/41] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- vamp-plugin-sdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 87d9ec7..cb16662 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -8,6 +8,7 @@ URL: https://vamp-plugins.org/ Source0: https://code.soundsoftware.ac.uk/attachments/download/2588/%{name}-%{version}.tar.gz Patch0: %{name}-2.9.0-libdir.patch +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libsndfile-devel #Requires: From 732f72cd2a7b44f040a6e2c035d2d2aec9e24992 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:54:15 +0000 Subject: [PATCH 26/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index cb16662..927f555 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 16e57e2068113b1aba0581538ea2dacdea3193e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:17:56 +0000 Subject: [PATCH 27/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 927f555..c900369 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 2.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 559fc9cb0c31f4cf33ee8f13ff72a54ca7958510 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:47:23 +0000 Subject: [PATCH 28/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index c900369..df367d6 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From f2fb2192d4c0e693f6ea8529c55f18525b47f568 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:41:07 +0000 Subject: [PATCH 29/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index df367d6..f07fd22 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.9.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 2.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 71c2e5bceca523c566cfeaf1204032489130331d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:06:26 +0000 Subject: [PATCH 30/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index f07fd22..7c8b869 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.9.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2.9.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 1d421dc2df72816ecc09d675080b9c703a76475e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:25:07 +0000 Subject: [PATCH 31/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 7c8b869..bac796a 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2.9.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 2.9.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2737185d6960a04ef458bac759ce98419afc9fe0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:29:03 +0000 Subject: [PATCH 32/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vamp-plugin-sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index bac796a..aeb95e0 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An API for audio analysis and feature extraction plugins License: BSD @@ -95,6 +95,9 @@ make clean %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2.9.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2.9.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 56a420c5ee6d390ae0ddcd815e8d52c3f41444a8 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Fri, 14 Jun 2024 10:32:22 +0200 Subject: [PATCH 33/41] Enable Packit Use Git tag rather than the official source URL. Confirmed that the content is virtually identical and the download URL is stable. Signed-off-by: Michel Lind --- packit.yaml | 12 ++++++++++++ vamp-plugin-sdk.spec | 13 +++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 packit.yaml diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..0d62d21 --- /dev/null +++ b/packit.yaml @@ -0,0 +1,12 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +upstream_project_url: https://github.com/vamp-plugins/vamp-plugin-sdk +upstream_tag_template: vamp-plugin-sdk-v{version} +copy_upstream_release_description: false + +jobs: +- job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index aeb95e0..3bfc7c7 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,17 +1,18 @@ Name: vamp-plugin-sdk -Version: 2.9.0 +Version: 2.9 Release: 9%{?dist} Summary: An API for audio analysis and feature extraction plugins +%global gittag %{name}-v%{version} + License: BSD URL: https://vamp-plugins.org/ -Source0: https://code.soundsoftware.ac.uk/attachments/download/2588/%{name}-%{version}.tar.gz -Patch0: %{name}-2.9.0-libdir.patch +Source: https://github.com/vamp-plugins/vamp-plugin-sdk/archive/%{gittag}/%{name}-%{version}.tar.gz +Patch : %{name}-2.9.0-libdir.patch -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libsndfile-devel -#Requires: %description Vamp is an API for C and C++ plugins that process sampled audio data @@ -36,7 +37,7 @@ developing static applications that use %{name}. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{gittag} sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp From b6d4221aff6c72ea3fde62f23bcba5287314ced1 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Fri, 14 Jun 2024 10:33:35 +0200 Subject: [PATCH 34/41] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 141 ++++++++++++++++++++++++++++++++++++++++++ vamp-plugin-sdk.spec | 144 +------------------------------------------ 2 files changed, 143 insertions(+), 142 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..fec6a1f --- /dev/null +++ b/changelog @@ -0,0 +1,141 @@ +* Sat Jan 27 2024 Fedora Release Engineering - 2.9.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 2.9.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 2.9.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 2.9.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 2.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 2.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 2.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Feb 2 2020 Michel Alexandre Salim - 2.9.0-1 +- Update to 2.9.0 + +* Fri Jan 31 2020 Fedora Release Engineering - 2.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 1 2019 Michel Alexandre Salim - 2.8.0-1 +- Update to 2.8.0 + +* Sun Feb 03 2019 Fedora Release Engineering - 2.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 17 2018 Michel Alexandre Salim - 2.7.1-1 +- Update to 2.7.1 + +* Sat Jul 14 2018 Fedora Release Engineering - 2.5-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 2.5-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 2.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 2.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 2.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 2.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 2.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Apr 27 2015 Nils Philippsen - 2.5-6 +- Rebuild for gcc 5.1.0 C++ ABI change + +* Wed Apr 1 2015 Orion Poplawski - 2.5-5 +- Rebuild for gcc 5.0.0 C++ ABI change + +* Mon Aug 18 2014 Fedora Release Engineering - 2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jun 18 2013 Michel Salim - 2.5-1 +- Update to 2.5 + +* Fri Feb 15 2013 Fedora Release Engineering - 2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Sep 9 2012 Michel Salim - 2.4-1 +- Update to 2.4 + +* Sun Jul 22 2012 Fedora Release Engineering - 2.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Fedora Release Engineering - 2.2.1-3 +- Rebuilt for c++ ABI breakage + +* Sat Jan 14 2012 Fedora Release Engineering - 2.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Jul 14 2011 Michel Salim - 2.2.1-1 +- Update to 2.2.1 + +* Mon Feb 07 2011 Fedora Release Engineering - 2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri May 28 2010 Michel Salim - 2.1-1 +- Update to 2.1 +- multilib fix: Makefile for examples is now arch-tagged + +* Sun Jul 26 2009 Fedora Release Engineering - 2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Mar 31 2009 Michael Schwendt - 2.0-5 +- Add another sed libdir fix for PluginLoader.cpp (#469777) + plus a check section to scan for libdir issues + +* Wed Feb 25 2009 Fedora Release Engineering - 2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Feb 8 2009 Michel Salim - 2.0-3 +- Fix compilation problem with GCC 4.4 + +* Tue Dec 30 2008 Michel Salim - 2.0-2 +- More libdir fixes (bug #469777) + +* Sun Dec 14 2008 Michel Salim - 2.0-1 +- Update to 2.0 + +* Thu Jul 17 2008 Michel Alexandre Salim - 1.3-1 +- Update to 1.3 + +* Thu Jan 31 2008 Michel Salim - 1.1b-4 +- Add some #includes, needed due to GCC 4.3's header dependency cleanup + +* Mon Jan 28 2008 Michel Salim - 1.1b-3 +- Add examples to -devel subpackage +- Fix .pc files +- Preserve timestamps when installing + +* Sun Jan 27 2008 Michel Salim - 1.1b-2 +- Add missing build requirement on libsndfile-devel + +* Wed Jan 16 2008 Michel Salim - 1.1b-1 +- Initial Fedora package diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 3bfc7c7..902854c 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,6 +1,6 @@ Name: vamp-plugin-sdk Version: 2.9 -Release: 9%{?dist} +Release: %autorelease Summary: An API for audio analysis and feature extraction plugins %global gittag %{name}-v%{version} @@ -96,144 +96,4 @@ make clean %changelog -* Sat Jan 27 2024 Fedora Release Engineering - 2.9.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 2.9.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 2.9.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 2.9.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 2.9.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 2.9.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 2.9.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Feb 2 2020 Michel Alexandre Salim - 2.9.0-1 -- Update to 2.9.0 - -* Fri Jan 31 2020 Fedora Release Engineering - 2.8.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 2.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jul 1 2019 Michel Alexandre Salim - 2.8.0-1 -- Update to 2.8.0 - -* Sun Feb 03 2019 Fedora Release Engineering - 2.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Oct 17 2018 Michel Alexandre Salim - 2.7.1-1 -- Update to 2.7.1 - -* Sat Jul 14 2018 Fedora Release Engineering - 2.5-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 2.5-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 2.5-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 2.5-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 2.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 2.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 2.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Apr 27 2015 Nils Philippsen - 2.5-6 -- Rebuild for gcc 5.1.0 C++ ABI change - -* Wed Apr 1 2015 Orion Poplawski - 2.5-5 -- Rebuild for gcc 5.0.0 C++ ABI change - -* Mon Aug 18 2014 Fedora Release Engineering - 2.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 2.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 2.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jun 18 2013 Michel Salim - 2.5-1 -- Update to 2.5 - -* Fri Feb 15 2013 Fedora Release Engineering - 2.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Sep 9 2012 Michel Salim - 2.4-1 -- Update to 2.4 - -* Sun Jul 22 2012 Fedora Release Engineering - 2.2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 2.2.1-3 -- Rebuilt for c++ ABI breakage - -* Sat Jan 14 2012 Fedora Release Engineering - 2.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu Jul 14 2011 Michel Salim - 2.2.1-1 -- Update to 2.2.1 - -* Mon Feb 07 2011 Fedora Release Engineering - 2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri May 28 2010 Michel Salim - 2.1-1 -- Update to 2.1 -- multilib fix: Makefile for examples is now arch-tagged - -* Sun Jul 26 2009 Fedora Release Engineering - 2.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Mar 31 2009 Michael Schwendt - 2.0-5 -- Add another sed libdir fix for PluginLoader.cpp (#469777) - plus a check section to scan for libdir issues - -* Wed Feb 25 2009 Fedora Release Engineering - 2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Feb 8 2009 Michel Salim - 2.0-3 -- Fix compilation problem with GCC 4.4 - -* Tue Dec 30 2008 Michel Salim - 2.0-2 -- More libdir fixes (bug #469777) - -* Sun Dec 14 2008 Michel Salim - 2.0-1 -- Update to 2.0 - -* Thu Jul 17 2008 Michel Alexandre Salim - 1.3-1 -- Update to 1.3 - -* Thu Jan 31 2008 Michel Salim - 1.1b-4 -- Add some #includes, needed due to GCC 4.3's header dependency cleanup - -* Mon Jan 28 2008 Michel Salim - 1.1b-3 -- Add examples to -devel subpackage -- Fix .pc files -- Preserve timestamps when installing - -* Sun Jan 27 2008 Michel Salim - 1.1b-2 -- Add missing build requirement on libsndfile-devel - -* Wed Jan 16 2008 Michel Salim - 1.1b-1 -- Initial Fedora package +%autochangelog From a42862a1e6d06eed215f8fbf290ed666059aa99b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:34:13 +0000 Subject: [PATCH 35/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From b887f84cc36cc458c0800882d066c20a7cdf5369 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 14 Jun 2024 08:44:55 +0000 Subject: [PATCH 36/41] Update to 2.10 upstream release - Update libdir patch - No longer glob SONAME when listing shared library files - Use SPDX license identifiers - Fix license from BSD to MIT AND BSD-3-Clause - Fixes: RHBZ#2269036 Upstream tag: vamp-plugin-sdk-v2.10 Upstream commit: 67adfc2b Signed-off-by: Michel Lind --- .gitignore | 1 + README.packit | 3 +++ sources | 2 +- ...libdir.patch => vamp-plugin-sdk-libdir.diff | 10 +++++----- vamp-plugin-sdk.spec | 18 +++++++++++------- 5 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 README.packit rename vamp-plugin-sdk-2.9.0-libdir.patch => vamp-plugin-sdk-libdir.diff (74%) diff --git a/.gitignore b/.gitignore index 9c9ba02..2a3979a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vamp-plugin-sdk-2.9.0.tar.gz +/vamp-plugin-sdk-2.10.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..d2b528d --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. diff --git a/sources b/sources index 9297493..f14d8c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vamp-plugin-sdk-2.9.0.tar.gz) = 7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b +SHA512 (vamp-plugin-sdk-2.10.tar.gz) = 67a71e5396eab5ce9503e9111b4cfc16fc9755cf6ae2d8dfc99ed29fd91e75eaf0de9a9c55ce8f7751f04c235eb86430856eff18f02adde54f1850a87c917ef0 diff --git a/vamp-plugin-sdk-2.9.0-libdir.patch b/vamp-plugin-sdk-libdir.diff similarity index 74% rename from vamp-plugin-sdk-2.9.0-libdir.patch rename to vamp-plugin-sdk-libdir.diff index 5cb5d43..e13de77 100644 --- a/vamp-plugin-sdk-2.9.0-libdir.patch +++ b/vamp-plugin-sdk-libdir.diff @@ -1,6 +1,6 @@ ---- vamp-plugin-sdk-2.9.0/Makefile.in.libdir 2019-11-12 06:17:03.000000000 -0800 -+++ vamp-plugin-sdk-2.9.0/Makefile.in 2020-02-02 12:12:44.394371184 -0800 -@@ -74,8 +74,8 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -74,8 +74,8 @@ INSTALL_PREFIX = @prefix@ INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk INSTALL_HOSTSDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-hostsdk @@ -10,8 +10,8 @@ +INSTALL_PLUGINS = $(INSTALL_SDK_LIBS)/vamp INSTALL_BINARIES = $(INSTALL_PREFIX)/bin - INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.9.0 -@@ -90,7 +90,7 @@ + INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.10.0 +@@ -90,7 +90,7 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a INSTALL_HOSTSDK_LA = libvamp-hostsdk.la diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 902854c..00b7e62 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -1,14 +1,18 @@ Name: vamp-plugin-sdk -Version: 2.9 +Version: 2.10 Release: %autorelease Summary: An API for audio analysis and feature extraction plugins +%global hostsdk_soname_version 3 +%global sdk_soname_version 2 + %global gittag %{name}-v%{version} -License: BSD +# KissFFT code in src/vamp-sdk/ext is BSD-3-Clause +License: MIT AND BSD-3-Clause URL: https://vamp-plugins.org/ Source: https://github.com/vamp-plugins/vamp-plugin-sdk/archive/%{gittag}/%{name}-%{version}.tar.gz -Patch : %{name}-2.9.0-libdir.patch +Patch: %{name}-libdir.diff BuildRequires: make BuildRequires: gcc-c++ @@ -75,13 +79,13 @@ make clean [ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib/|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib/) -eq 0 ] -%ldconfig_scriptlets - - %files %license COPYING %doc README -%{_libdir}/*.so.* +%{_libdir}/libvamp-hostsdk.so.%{hostsdk_soname_version} +%{_libdir}/libvamp-hostsdk.so.%{hostsdk_soname_version}.* +%{_libdir}/libvamp-sdk.so.%{sdk_soname_version} +%{_libdir}/libvamp-sdk.so.%{sdk_soname_version}.* %{_libdir}/vamp %files devel From f9106fc805df54153e5a88d8aad774ca21cf3bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:36:58 +0200 Subject: [PATCH 37/41] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- vamp-plugin-sdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vamp-plugin-sdk.spec b/vamp-plugin-sdk.spec index 00b7e62..930101e 100644 --- a/vamp-plugin-sdk.spec +++ b/vamp-plugin-sdk.spec @@ -9,6 +9,7 @@ Summary: An API for audio analysis and feature extraction plugins %global gittag %{name}-v%{version} # KissFFT code in src/vamp-sdk/ext is BSD-3-Clause +# Automatically converted from old format: MIT AND BSD-3-Clause - review is highly recommended. License: MIT AND BSD-3-Clause URL: https://vamp-plugins.org/ Source: https://github.com/vamp-plugins/vamp-plugin-sdk/archive/%{gittag}/%{name}-%{version}.tar.gz From 4010526894e5a658e0659731f2fff994e9dc8883 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:06:32 +0000 Subject: [PATCH 38/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4c82f96ff1049867bf723905a86b9218d97bf60e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:57:49 +0000 Subject: [PATCH 39/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 31b18dc179b628c30ae2ffb3b2425e3d1bfe08d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:47:03 +0000 Subject: [PATCH 40/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From b7d7f12e003276f5bac9d2d5a987c40833214d3d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:21:53 +0000 Subject: [PATCH 41/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild