update to 0.24.14 [release 0.24.14-1mamba;Sat May 28 2022]
This commit is contained in:
parent
078b958eeb
commit
8dab193ca6
15
lilv.spec
15
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 <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
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user