From 3c425efa5b26cdc0cfe56a07784c1f7b5048873f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:32:26 +0100 Subject: [PATCH] automatic version update by autodist [release 1.9.1-1mamba;Mon Mar 22 2021] --- rubberband.spec | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/rubberband.spec b/rubberband.spec index 8b6c140..a85f539 100644 --- a/rubberband.spec +++ b/rubberband.spec @@ -1,5 +1,5 @@ Name: rubberband -Version: 1.9.0 +Version: 1.9.1 Release: 1mamba Summary: An audio time-stretching and pitch-shifting library and utility program. Group: Applications/Multimedia @@ -19,7 +19,6 @@ BuildRequires: libstdc++6-devel BuildRequires: libvamp-plugin-sdk-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description An audio time-stretching and pitch-shifting library and utility program. @@ -46,17 +45,21 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%configure -%make -%make jni +%meson + +%meson_build + +#% make jni %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall \ - INSTALL_LIBDIR=%{_libdir} \ - INSTALL_VAMPDIR=%{_libdir}/vamp \ - INSTALL_LADSPADIR=%{_libdir}/ladspa \ - INSTALL_PKGDIR=%{_libdir}/pkgconfig +%meson_install + +#% makeinstall \ +# INSTALL_LIBDIR=%{_libdir} \ +# INSTALL_VAMPDIR=%{_libdir}/vamp \ +# INSTALL_LADSPADIR=%{_libdir}/ladspa \ +# INSTALL_PKGDIR=%{_libdir}/pkgconfig %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -71,7 +74,7 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name} %defattr(-,root,root) %{_libdir}/librubberband.so.* -%{_libdir}/librubberband-jni.so +#%{_libdir}/librubberband-jni.so %{_libdir}/ladspa/ladspa-rubberband.cat %{_libdir}/ladspa/ladspa-rubberband.so %{_libdir}/vamp/vamp-rubberband.cat @@ -89,6 +92,9 @@ This package contains libraries and header files for developing applications tha #%doc README.txt %changelog +* Mon Mar 22 2021 Automatic Build System 1.9.1-1mamba +- automatic version update by autodist + * Mon Feb 22 2021 Automatic Build System 1.9.0-1mamba - automatic version update by autodist