update to 0.30.16 [release 0.30.16-1mamba;Mon Mar 13 2023]
This commit is contained in:
parent
74685ef087
commit
4c10e7771f
20
serd.spec
20
serd.spec
@ -1,5 +1,5 @@
|
||||
Name: serd
|
||||
Version: 0.30.12
|
||||
Version: 0.30.16
|
||||
Release: 1mamba
|
||||
Summary: A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples
|
||||
Group: Applications/Multimedia
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -34,22 +34,19 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%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}"
|
||||
@ -60,7 +57,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/serdi
|
||||
%{_mandir}/man1/serdi.1.gz
|
||||
%{_mandir}/man1/serdi.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -74,9 +71,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/serd-0/serd/serd.h
|
||||
%{_libdir}/libserd-0.so
|
||||
%{_libdir}/pkgconfig/serd-0.pc
|
||||
%dir %{_datadir}/doc/serd-0
|
||||
%{_datadir}/doc/serd-0/*
|
||||
%doc NEWS
|
||||
|
||||
%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
|
||||
- update to 0.30.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user