[rapidsvn/f17] Update to RapidSVN 0.12.1

Tim Jackson timj at fedoraproject.org
Mon Jul 2 18:59:49 UTC 2012


commit 161a48b7daccf43d66e4203000ef41f545426638
Author: Tim Jackson <rpm at timj.co.uk>
Date:   Mon Jul 2 20:59:14 2012 +0200

    Update to RapidSVN 0.12.1

 .gitignore    |    2 +-
 rapidsvn.spec |   25 +++++++++++++++----------
 sources       |    2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a168fc2..6462ad4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-rapidsvn-0.10.0.tar.gz
+/rapidsvn-0.12.1.tar.gz
diff --git a/rapidsvn.spec b/rapidsvn.spec
index 064f846..8159b12 100644
--- a/rapidsvn.spec
+++ b/rapidsvn.spec
@@ -1,14 +1,12 @@
 Name:           rapidsvn
-Version:        0.12.0
-Release:        4%{?dist}
+Version:        0.12.1
+Release:        1%{?dist}
 Summary:        Graphical interface for the Subversion revision control system
 
 Group:          Development/Tools
 License:        GPLv3+
 URL:            http://www.rapidsvn.org/
-Source0:        http://rapidsvn.org/download/release/%{version}/rapidsvn-%{version}-1.tar.gz
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://rapidsvn.org/download/release/%{version}/rapidsvn-%{version}.tar.gz
 
 # Has to be a manual requirement, because the library version appears to not
 # be being bumped upstream on API changes - well, at least RapidSVN 0.9.2
@@ -59,7 +57,12 @@ Install this package if you need to compile an application that requires the
 'svncpp' library.
 
 %prep
-%setup -q -n rapidsvn-%{version}-1
+%setup -q -n rapidsvn-%{version}
+
+# Docs seem to be missing in 0.12.1; stop the build failing
+# with "error: configuration file svncpp.dox not found!"
+rm -f doc/svncpp/Makefile.am
+touch doc/svncpp/Makefile.am
 
 %{__cat} <<EOF >rapidsvn.desktop
 [Desktop Entry]
@@ -79,7 +82,6 @@ EOF
 # rapidsvn doesn't use neon directly, so trick the configure
 # script into not linking against it using /bin/true in place
 # of neon-config
-
 %configure \
         --disable-static \
         --disable-no-exceptions \
@@ -119,8 +121,8 @@ rm -f %{buildroot}%{_libdir}/libsvncpp.{a,la}
 %check
 pushd src/tests/svncpp
 make
-./svncpptest | grep OK		
-if [ $? != 0 ]; then	
+./svncpptest | grep OK
+if [ $? != 0 ]; then
     echo "svncpp tests failed"
     exit 5
 fi
@@ -146,11 +148,14 @@ rm -rf %{buildroot}
 
 %files -n svncpp-devel
 %defattr(-,root,root,-)
-%doc doc/svncpp/html
+#doc doc/svncpp/html
 %{_includedir}/svncpp/
 %{_libdir}/libsvncpp.so
 
 %changelog
+* Mon Jul 02 2012 Tim Jackson <rpm at timj.co.uk> 0.12.1-1
+- Update to v0.12.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 006090f..5a16e94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ec54104fca32d81e396a68e25324263  rapidsvn-0.12.0-1.tar.gz
+8de3ca6da3ef6a27d59f959d1bbcd96b  rapidsvn-0.12.1.tar.gz


More information about the scm-commits mailing list