rpms/rapidsvn/F-12 rapidsvn.spec,1.21,1.22 sources,1.8,1.9

Tim Jackson timj at fedoraproject.org
Sat Nov 28 23:29:49 UTC 2009


Author: timj

Update of /cvs/extras/rpms/rapidsvn/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2566

Modified Files:
	rapidsvn.spec sources 
Log Message:
Update to 0.12.0



Index: rapidsvn.spec
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/F-12/rapidsvn.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- rapidsvn.spec	27 Jul 2009 02:47:11 -0000	1.21
+++ rapidsvn.spec	28 Nov 2009 23:29:49 -0000	1.22
@@ -1,12 +1,12 @@
 Name:           rapidsvn
-Version:        0.10.0
-Release:        2%{?dist}
+Version:        0.12.0
+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}.tar.gz
+Source0:        http://rapidsvn.org/download/release/%{version}/rapidsvn-%{version}-1.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,6 +38,7 @@ License:        GPLv3+
 BuildRequires:  subversion-devel
 # for test framework
 BuildRequires:  cppunit-devel
+BuildRequires:  gettext
 Requires:       subversion
 Requires(pre):  /sbin/ldconfig
 Requires(post): /sbin/ldconfig
@@ -58,10 +59,7 @@ Install this package if you need to comp
 'svncpp' library.
 
 %prep
-%setup -q
-
-# Fix broken configure
-sed -i s_src/tests/svncpp/Makefile__ configure
+%setup -q -n rapidsvn-%{version}-1
 
 %{__cat} <<EOF >rapidsvn.desktop
 [Desktop Entry]
@@ -116,13 +114,25 @@ desktop-file-install --vendor fedora    
 # Remove libtool stuff
 rm -f %{buildroot}%{_libdir}/libsvncpp.{a,la}
 
+%find_lang %{name}
+
+%check
+pushd src/tests/svncpp
+make
+./svncpptest | grep OK		
+if [ $? != 0 ]; then	
+    echo "svncpp tests failed"
+    exit 5
+fi
+
+
 %clean
 rm -rf %{buildroot}
 
 %post -n svncpp -p /sbin/ldconfig
 %postun -n svncpp -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES FDL.txt GPL.txt LICENSE.txt README
 %{_bindir}/rapidsvn
@@ -141,6 +151,9 @@ rm -rf %{buildroot}
 %{_libdir}/libsvncpp.so
 
 %changelog
+* Sat Nov 28 2009 Tim Jackson <rpm at timj.co.uk> 0.12.0-1
+- Update to v0.12.0
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/F-12/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	18 Jul 2009 21:05:19 -0000	1.8
+++ sources	28 Nov 2009 23:29:49 -0000	1.9
@@ -1 +1 @@
-8af1f19768557537e4acb91e45e6142f  rapidsvn-0.10.0.tar.gz
+8ec54104fca32d81e396a68e25324263  rapidsvn-0.12.0-1.tar.gz




More information about the scm-commits mailing list