update to 0.24.14 [release 0.24.14-1mamba;Sat May 28 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:17:16 +01:00
parent 078b958eeb
commit 8dab193ca6

View File

@ -1,23 +1,24 @@
Name: lilv Name: lilv
Version: 0.24.12 Version: 0.24.14
Release: 1mamba Release: 1mamba
Summary: A C library to make the use of LV2 plugins as simple as possible for applications Summary: A C library to make the use of LV2 plugins as simple as possible for applications
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://drobilla.net/software/lilv/ URL: http://drobilla.net/software/lilv.html
Source: http://download.drobilla.net/lilv-%{version}.tar.bz2 Source: http://download.drobilla.net/lilv-%{version}.tar.bz2
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: liblv2-devel BuildRequires: liblv2-devel
BuildRequires: libpython3-devel
BuildRequires: libserd-devel BuildRequires: libserd-devel
BuildRequires: libsndfile-devel
BuildRequires: libsord-devel BuildRequires: libsord-devel
BuildRequires: libsratom-devel BuildRequires: libsratom-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 \ ./waf configure \
--configdir=%{_sysconfdir} \ --configdir=%{_sysconfdir} \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--libdir=%{_libdir} --libdir=%{_libdir} \
--python=%{__python3}
./waf %{?_smp_mflags} build ./waf %{?_smp_mflags} build
@ -79,7 +81,7 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/liblilv-0.so.* %{_libdir}/liblilv-0.so.*
%{python27_sitelib}/lilv.py %{python3_sitelib}/lilv.py
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files -n lib%{name}-devel %files -n lib%{name}-devel
@ -94,6 +96,9 @@ This package contains libraries and header files for developing applications tha
%changelog %changelog
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.14-1mamba
- update to 0.24.14
* Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 0.24.12-1mamba * Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 0.24.12-1mamba
- automatic version update by autodist - automatic version update by autodist