diff --git a/lilv.spec b/lilv.spec index 45b9a50..7125770 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,23 +1,24 @@ Name: lilv -Version: 0.24.12 +Version: 0.24.14 Release: 1mamba Summary: A C library to make the use of LV2 plugins as simple as possible for applications Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://drobilla.net/software/lilv/ +URL: http://drobilla.net/software/lilv.html Source: http://download.drobilla.net/lilv-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: liblv2-devel +BuildRequires: libpython3-devel BuildRequires: libserd-devel +BuildRequires: libsndfile-devel BuildRequires: libsord-devel BuildRequires: libsratom-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications. @@ -50,7 +51,8 @@ This package contains libraries and header files for developing applications tha ./waf configure \ --configdir=%{_sysconfdir} \ --prefix=%{_prefix} \ - --libdir=%{_libdir} + --libdir=%{_libdir} \ + --python=%{__python3} ./waf %{?_smp_mflags} build @@ -79,7 +81,7 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name} %defattr(-,root,root) %{_libdir}/liblilv-0.so.* -%{python27_sitelib}/lilv.py +%{python3_sitelib}/lilv.py %doc AUTHORS COPYING %files -n lib%{name}-devel @@ -94,6 +96,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Sat May 28 2022 Silvan Calarco 0.24.14-1mamba +- update to 0.24.14 + * Sat Jan 09 2021 Automatic Build System 0.24.12-1mamba - automatic version update by autodist