[sord] New upstream release

Brendan Jones bsjones at fedoraproject.org
Sat Dec 15 12:00:18 UTC 2012


commit 2e7e36e6cb68754959d1f576a3d30865f21f3f69
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sat Dec 15 13:00:14 2012 +0100

    New upstream release

 .gitignore |    1 +
 sord.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
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 <brendan.jones.it at gmail.com> 0.10.4-1
+- New upstream release
+
 * Tue Jul 24 2012 Brendan Jones <brendan.jones.it at gmail.com> 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


More information about the scm-commits mailing list