|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global maj 0
|
|
|
|
|
|
|
|
|
|
Name: sord
|
|
|
|
|
Version: 0.5.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A lightweight Resource Description Framework (RDF) C library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -15,7 +15,7 @@ BuildRequires: doxygen
|
|
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: python
|
|
|
|
|
BuildRequires: serd-devel >= 0.5.0
|
|
|
|
|
BuildRequires: serd-devel >= 0.14.0
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{name} is a lightweight C library for storing Resource Description
|
|
|
|
@ -63,9 +63,10 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog README COPYING
|
|
|
|
|
%doc AUTHORS NEWS README COPYING
|
|
|
|
|
%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
|
%{_bindir}/sordi
|
|
|
|
|
%{_bindir}/sord_validate
|
|
|
|
|
%{_mandir}/man1/sordi.1.gz
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -76,6 +77,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.*
|
|
|
|
|
%{_mandir}/man3/%{name}.3.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 20 2012 Brendan Jones <brendan.jones.it@gmail.com> - 0.8.0-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2012 Brendan Jones <brendan.jones.it@gmail.com> - 0.5.0-3
|
|
|
|
|
- Correct macros in description, expand summary.
|
|
|
|
|
|
|
|
|
|