|
|
@ -1,16 +1,13 @@
|
|
|
|
%global maj 0
|
|
|
|
%global maj 0
|
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: sord
|
|
|
|
Name: sord
|
|
|
|
Version: 0.16.8
|
|
|
|
Version: 0.16.10
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A lightweight Resource Description Framework (RDF) C library
|
|
|
|
Summary: A lightweight Resource Description Framework (RDF) C library
|
|
|
|
|
|
|
|
|
|
|
|
License: ISC
|
|
|
|
License: ISC
|
|
|
|
URL: http://drobilla.net/software/sord/
|
|
|
|
URL: http://drobilla.net/software/sord/
|
|
|
|
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
|
|
|
|
# This fixes a potential BTree crash with GCC 10, patch from upstream
|
|
|
|
|
|
|
|
Patch0: %{name}-update-zix.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
@ -65,7 +62,6 @@ install -pm 644 AUTHORS NEWS README.md %{buildroot}%{_pkgdocdir}
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_pkgdocdir}
|
|
|
|
%{_pkgdocdir}
|
|
|
|
%exclude %{_pkgdocdir}/%{name}-%{maj}/
|
|
|
|
%exclude %{_pkgdocdir}/%{name}-%{maj}/
|
|
|
|
%exclude %{_pkgdocdir}/COPYING
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
%{_bindir}/sordi
|
|
|
|
%{_bindir}/sordi
|
|
|
@ -80,6 +76,9 @@ install -pm 644 AUTHORS NEWS README.md %{buildroot}%{_pkgdocdir}
|
|
|
|
%{_mandir}/man3/%{name}*.3*
|
|
|
|
%{_mandir}/man3/%{name}*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 15 2022 Guido Aulisi <guido.aulisi@gmail.com> - 0.16.10-1
|
|
|
|
|
|
|
|
- Update to 0.16.10
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.8-3
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|