diff --git a/sord.spec b/sord.spec index b8ffcca..78d9764 100644 --- a/sord.spec +++ b/sord.spec @@ -1,5 +1,5 @@ Name: sord -Version: 0.16.10 +Version: 0.16.14 Release: 1mamba Summary: A lightweight C library for storing RDF data in memory Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://drobilla.net/software/sord.html -Source: http://download.drobilla.net/sord-%{version}.tar.bz2 +Source: http://download.drobilla.net/sord-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -30,8 +30,7 @@ This package contains shared libraries for %{name}. Group: Development/Libraries Summary: Development files for %{name} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -## note: you can add this requirement if .pc files are provided by this package -#Requires: pkg-config +Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. @@ -42,15 +41,14 @@ 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}" @@ -62,8 +60,8 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %{_bindir}/sord_validate %{_bindir}/sordi -%{_mandir}/man1/sord_validate.1.gz -%{_mandir}/man1/sordi.1.gz +%{_mandir}/man1/sord_validate.1* +%{_mandir}/man1/sordi.1* %files -n lib%{name} %defattr(-,root,root) @@ -77,10 +75,16 @@ This package contains libraries and header files for developing applications tha %{_includedir}/sord-0/sord/sord.h %{_includedir}/sord-0/sord/sordmm.hpp %{_libdir}/libsord-0.so +%dir %{_docdir}/sord-0 +%dir %{_docdir}/sord-0/html +%{_docdir}/sord-0/html/* %{_libdir}/pkgconfig/sord-0.pc %doc NEWS %changelog +* Thu Jan 26 2023 Silvan Calarco 0.16.14-1mamba +- update to 0.16.14 + * Wed Jun 22 2022 Silvan Calarco 0.16.10-1mamba - update to 0.16.10