update to 0.6.14 [release 0.6.14-1mamba;Sat Nov 26 2022]

This commit is contained in:
Silvan Calarco 2024-03-15 20:43:46 +01:00
parent daa683ff41
commit b0b3e5e898

View File

@ -1,5 +1,5 @@
Name: sratom Name: sratom
Version: 0.6.10 Version: 0.6.14
Release: 1mamba Release: 1mamba
Summary: A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax Summary: A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
Group: System/Libraries Group: System/Libraries
@ -7,7 +7,7 @@ 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/sratom.html URL: http://drobilla.net/software/sratom.html
Source: http://download.drobilla.net/sratom-%{version}.tar.bz2 Source: http://download.drobilla.net/sratom-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -15,6 +15,7 @@ BuildRequires: liblv2-devel
BuildRequires: libserd-devel BuildRequires: libserd-devel
BuildRequires: libsord-devel BuildRequires: libsord-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-sphinx_lv2_theme-py3
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description %description
@ -42,15 +43,13 @@ This package contains libraries and header files for developing applications tha
%setup -q %setup -q
%build %build
./waf configure \ %meson
--prefix=%{_prefix} \
--libdir=%{_libdir}
./waf %{?_smp_mflags} build %meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
./waf install --destdir=%{buildroot} %meson_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -70,9 +69,14 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/sratom-0/sratom/sratom.h %{_includedir}/sratom-0/sratom/sratom.h
%{_libdir}/libsratom-0.so %{_libdir}/libsratom-0.so
%{_libdir}/pkgconfig/sratom-0.pc %{_libdir}/pkgconfig/sratom-0.pc
%dir %{_docdir}/sratom-0
%{_docdir}/sratom-0/*
%doc NEWS %doc NEWS
%changelog %changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.14-1mamba
- update to 0.6.14
* Tue Jul 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.10-1mamba * Tue Jul 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.10-1mamba
- update to 0.6.10 - update to 0.6.10