From b0b3e5e898770ca7d710ca311f65de7b7cadb343 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 15 Mar 2024 20:43:46 +0100 Subject: [PATCH] update to 0.6.14 [release 0.6.14-1mamba;Sat Nov 26 2022] --- sratom.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/sratom.spec b/sratom.spec index 3ed6505..4735f70 100644 --- a/sratom.spec +++ b/sratom.spec @@ -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 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 0.6.14-1mamba +- update to 0.6.14 + * Tue Jul 05 2022 Silvan Calarco 0.6.10-1mamba - update to 0.6.10