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
Version: 0.6.10
Version: 0.6.14
Release: 1mamba
Summary: A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -15,6 +15,7 @@ BuildRequires: liblv2-devel
BuildRequires: libserd-devel
BuildRequires: libsord-devel
## AUTOBUILDREQ-END
BuildRequires: python-sphinx_lv2_theme-py3
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -42,15 +43,13 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
./waf configure \
--prefix=%{_prefix} \
--libdir=%{_libdir}
%meson
./waf %{?_smp_mflags} build
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
./waf install --destdir=%{buildroot}
%meson_install
%clean
[ "%{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
%{_libdir}/libsratom-0.so
%{_libdir}/pkgconfig/sratom-0.pc
%dir %{_docdir}/sratom-0
%{_docdir}/sratom-0/*
%doc NEWS
%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
- update to 0.6.10