diff --git a/.gitignore b/.gitignore index b8e31bd..40c6c82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sord-0.5.0.tar.bz2 /sord-0.8.0.tar.bz2 +/sord-0.10.4.tar.bz2 diff --git a/sord.spec b/sord.spec index 218694a..6785b17 100644 --- a/sord.spec +++ b/sord.spec @@ -1,8 +1,8 @@ %global maj 0 Name: sord -Version: 0.8.0 -Release: 2%{?dist} +Version: 0.10.4 +Release: 1%{?dist} Summary: A lightweight Resource Description Framework (RDF) C library Group: System Environment/Libraries @@ -55,7 +55,6 @@ export CFLAGS="%{optflags}" ./waf build -v %{?_smp_mflags} %install -rm build/doc/man/man3/_* DESTDIR=%{buildroot} ./waf install chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.* @@ -75,9 +74,13 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-%{maj}.so.* %{_libdir}/pkgconfig/%{name}-%{maj}.pc %{_includedir}/%{name}-%{maj}/ %{_docdir}/%{name}-devel-%{version} -%{_mandir}/man3/%{name}.3.gz +%{_mandir}/man1/%{name}*.1.* +%{_mandir}/man3/%{name}*.3.* %changelog +* Sat Dec 15 2012 Brendan Jones 0.10.4-1 +- New upstream release + * Tue Jul 24 2012 Brendan Jones 0.8.0-2 - Remove unwanted man file diff --git a/sources b/sources index e76ca02..fc12e5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62be6a2cd6e9bc2933d1297afeacda30 sord-0.8.0.tar.bz2 +9353e5b5e26c926c1a8c0e43fa577f31 sord-0.10.4.tar.bz2