2024-01-05 18:06:16 +01:00
|
|
|
Name: sratom
|
2025-01-20 15:19:06 +01:00
|
|
|
Version: 0.6.18
|
2024-01-05 18:06:16 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:06:17 +01:00
|
|
|
URL: http://drobilla.net/software/sratom.html
|
2024-03-15 20:43:46 +01:00
|
|
|
Source: http://download.drobilla.net/sratom-%{version}.tar.xz
|
2024-01-05 18:06:16 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: liblv2-devel
|
|
|
|
BuildRequires: libserd-devel
|
|
|
|
BuildRequires: libsord-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-03-15 20:43:46 +01:00
|
|
|
BuildRequires: python-sphinx_lv2_theme-py3
|
2024-01-05 18:06:16 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
|
|
|
|
|
|
|
|
%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
|
2024-03-15 20:43:46 +01:00
|
|
|
%meson
|
2024-01-05 18:06:16 +01:00
|
|
|
|
2024-03-15 20:43:46 +01:00
|
|
|
%meson_build
|
2024-01-05 18:06:16 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-15 20:43:46 +01:00
|
|
|
%meson_install
|
2024-01-05 18:06:16 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libsratom-0.so.*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/sratom-0
|
|
|
|
%dir %{_includedir}/sratom-0/sratom
|
|
|
|
%{_includedir}/sratom-0/sratom/sratom.h
|
|
|
|
%{_libdir}/libsratom-0.so
|
|
|
|
%{_libdir}/pkgconfig/sratom-0.pc
|
2024-03-15 20:43:46 +01:00
|
|
|
%dir %{_docdir}/sratom-0
|
|
|
|
%{_docdir}/sratom-0/*
|
2024-01-05 18:06:16 +01:00
|
|
|
%doc NEWS
|
2024-01-05 18:06:16 +01:00
|
|
|
|
|
|
|
%changelog
|
2025-01-20 15:19:06 +01:00
|
|
|
* Mon Jan 20 2025 Automatic Build System <autodist@openmamba.org> 0.6.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-16 08:43:27 +01:00
|
|
|
* Sat Mar 16 2024 Automatic Build System <autodist@openmamba.org> 0.6.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-15 20:43:46 +01:00
|
|
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.14-1mamba
|
|
|
|
- update to 0.6.14
|
|
|
|
|
2024-01-05 18:06:17 +01:00
|
|
|
* Tue Jul 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.10-1mamba
|
|
|
|
- update to 0.6.10
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 0.6.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 0.6.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 0.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Mon Apr 09 2018 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Tue Nov 04 2014 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:06:16 +01:00
|
|
|
* Sat Jan 04 2014 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 02 2013 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 31 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|