|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lilv
|
|
|
|
|
Version: 0.24.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: An LV2 Resource Description Framework Library
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -34,11 +34,12 @@ supports reading and writing Turtle and NTriples.
|
|
|
|
|
|
|
|
|
|
This package contains the headers and development libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
%package -n python-%{name}
|
|
|
|
|
%package -n python2-%{name}
|
|
|
|
|
%{?python_provide:%python_provide python2-%{name}}
|
|
|
|
|
Summary: Python bindings for %{name}
|
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n python-%{name}
|
|
|
|
|
%description -n python2-%{name}
|
|
|
|
|
%{name} is a lightweight C library for Resource Description Syntax which
|
|
|
|
|
supports reading and writing Turtle and NTriples.
|
|
|
|
|
|
|
|
|
@ -92,10 +93,14 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
|
|
|
|
|
%{_pkgdocdir}/%{name}-%{maj}/
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%files -n python-%{name}
|
|
|
|
|
%files -n python2-%{name}
|
|
|
|
|
%{python_sitelib}/%{name}.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.24.2-4
|
|
|
|
|
- Python 2 binary package renamed to python2-lilv
|
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|