|
|
@ -1,8 +1,8 @@
|
|
|
|
%global maj 0
|
|
|
|
%global maj 0
|
|
|
|
|
|
|
|
|
|
|
|
Name: serd
|
|
|
|
Name: serd
|
|
|
|
Version: 0.26.0
|
|
|
|
Version: 0.28.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A lightweight C library for RDF syntax
|
|
|
|
Summary: A lightweight C library for RDF syntax
|
|
|
|
|
|
|
|
|
|
|
|
License: ISC
|
|
|
|
License: ISC
|
|
|
@ -13,6 +13,7 @@ BuildRequires: doxygen
|
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: python
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{name} is a lightweight C library for RDF syntax which supports reading and
|
|
|
|
%{name} is a lightweight C library for RDF syntax which supports reading and
|
|
|
@ -65,7 +66,8 @@ mv %{buildroot}%{_docdir}/%{name}-%{maj}/html %{buildroot}%{_docdir}/%{name}/%{n
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%doc %{_mandir}/man1/serdi.1*
|
|
|
|
%doc %{_mandir}/man1/serdi.1*
|
|
|
|
%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
%{_bindir}/serdi
|
|
|
|
%{_bindir}/serdi
|
|
|
@ -78,6 +80,10 @@ mv %{buildroot}%{_docdir}/%{name}-%{maj}/html %{buildroot}%{_docdir}/%{name}/%{n
|
|
|
|
%{_includedir}/%{name}-%{maj}/
|
|
|
|
%{_includedir}/%{name}-%{maj}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 10 2017 Guido Aulisi <guido.aulisi@gmail.com> - 0.28.0-1
|
|
|
|
|
|
|
|
- Update to 0.28.0
|
|
|
|
|
|
|
|
- Use license macro
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-4
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|