From 1d421dc2df72816ecc09d675080b9c703a76475e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:25:07 +0000 Subject: [PATCH 01/11] 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 02/11] 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 03/11] 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 04/11] 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 05/11] 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 06/11] 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 07/11] 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 08/11] 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 09/11] 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 10/11] 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 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild