117 lines
3.8 KiB
RPMSpec
117 lines
3.8 KiB
RPMSpec
Name: serd
|
|
Version: 0.32.4
|
|
Release: 1mamba
|
|
Summary: A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples
|
|
Group: Applications/Multimedia
|
|
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.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description
|
|
Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
|
|
Serd is not intended to be a swiss-army knife of RDF syntax, but rather is suited to resource limited or performance critical applications (e.g. converting many gigabytes of NTriples to Turtle), or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or embedded applications).
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/serdi
|
|
%{_mandir}/man1/serdi.1*
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libserd-0.so.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/serd-0
|
|
%dir %{_includedir}/serd-0/serd
|
|
%{_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
|
|
* Sun Jan 19 2025 Automatic Build System <autodist@openmamba.org> 0.32.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 06 2024 Automatic Build System <autodist@openmamba.org> 0.32.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Fri Jan 22 2021 Automatic Build System <autodist@mambasoft.it> 0.30.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 0.30.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 0.30.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 27 2020 Automatic Build System <autodist@mambasoft.it> 0.30.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 21 2019 Automatic Build System <autodist@mambasoft.it> 0.30.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 0.28.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 16 2015 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 0.20.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 31 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.2-1mamba
|
|
- package created by silvan using the webbuild interface
|