update to 0.30.16 [release 0.30.16-1mamba;Mon Mar 13 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:44:43 +01:00
parent 74685ef087
commit 4c10e7771f

View File

@ -1,5 +1,5 @@
Name: serd Name: serd
Version: 0.30.12 Version: 0.30.16
Release: 1mamba Release: 1mamba
Summary: A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples Summary: A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples
Group: Applications/Multimedia Group: Applications/Multimedia
@ -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: https://www.drobilla.net/software/serd.html URL: https://www.drobilla.net/software/serd.html
Source: https://download.drobilla.net/serd-%{version}.tar.bz2 Source: https://download.drobilla.net/serd-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -34,22 +34,19 @@ Requires: pkg-config
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package %debug_package
%prep %prep
%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}"
@ -60,7 +57,7 @@ This package contains libraries and header files for developing applications tha
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/serdi %{_bindir}/serdi
%{_mandir}/man1/serdi.1.gz %{_mandir}/man1/serdi.1*
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
@ -74,9 +71,14 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/serd-0/serd/serd.h %{_includedir}/serd-0/serd/serd.h
%{_libdir}/libserd-0.so %{_libdir}/libserd-0.so
%{_libdir}/pkgconfig/serd-0.pc %{_libdir}/pkgconfig/serd-0.pc
%dir %{_datadir}/doc/serd-0
%{_datadir}/doc/serd-0/*
%doc NEWS %doc NEWS
%changelog %changelog
* Mon Mar 13 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.16-1mamba
- update to 0.30.16
* Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.12-1mamba * Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.12-1mamba
- update to 0.30.12 - update to 0.30.12