rpms/rapidsvn/F-10 .cvsignore, 1.6, 1.7 rapidsvn.spec, 1.17, 1.18 sources, 1.7, 1.8

Tim Jackson timj at fedoraproject.org
Sat Sep 5 13:03:19 UTC 2009


Author: timj

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

Modified Files:
	.cvsignore rapidsvn.spec sources 
Log Message:
Update to v0.10.0  
Set default attrs for subpackages
Rebuild fixes #520800



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/F-10/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	16 Mar 2008 11:21:43 -0000	1.6
+++ .cvsignore	5 Sep 2009 13:03:18 -0000	1.7
@@ -1 +1 @@
-rapidsvn-0.9.6.tar.gz
+rapidsvn-0.10.0.tar.gz


Index: rapidsvn.spec
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/F-10/rapidsvn.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- rapidsvn.spec	9 May 2009 13:08:25 -0000	1.17
+++ rapidsvn.spec	5 Sep 2009 13:03:18 -0000	1.18
@@ -1,5 +1,5 @@
 Name:           rapidsvn
-Version:        0.9.8
+Version:        0.10.0
 Release:        1%{?dist}
 Summary:        Graphical interface for the Subversion revision control system
 
@@ -17,7 +17,7 @@ Requires:       svncpp = %{version}
 
 BuildRequires:  apr-devel, apr-util-devel
 BuildRequires:  libtool >= 1.4.2
-BuildRequires:	openldap-devel
+BuildRequires:  openldap-devel
 
 # For doc generation; rapidsvn needs the "dot" tool from graphviz
 BuildRequires:  docbook-style-xsl >= 1.58.1, doxygen, libxslt >= 1.0.27
@@ -60,6 +60,9 @@ Install this package if you need to comp
 %prep
 %setup -q
 
+# Fix broken configure
+sed -i s_src/tests/svncpp/Makefile__ configure
+
 %{__cat} <<EOF >rapidsvn.desktop
 [Desktop Entry]
 Encoding=UTF-8
@@ -113,15 +116,6 @@ desktop-file-install --vendor fedora    
 # Remove libtool stuff
 rm -f %{buildroot}%{_libdir}/libsvncpp.{a,la}
 
-%check
-pushd src/tests/svncpp
-make
-./svncpptest | grep OK
-if [ $? != 0 ]; then
-	echo "svncpp tests failed"
-	exit 5
-fi
-
 %clean
 rm -rf %{buildroot}
 
@@ -137,14 +131,21 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %files -n svncpp
+%defattr(-,root,root,-)
 %{_libdir}/libsvncpp.so.*
 
 %files -n svncpp-devel
+%defattr(-,root,root,-)
 %doc doc/svncpp/html
 %{_includedir}/svncpp/
 %{_libdir}/libsvncpp.so
 
 %changelog
+* Sat Sep 05 2009 Tim Jackson <rpm at timj.co.uk> 0.10.0-1
+- Update to v0.10.0
+- Set default attrs for subpackages
+- Rebuild fixes #520800
+
 * Tue Apr 14 2009 Tim Jackson <rpm at timj.co.uk> 0.9.8-1
 - Update to v0.9.8
 - License is now GPLv3+
@@ -208,7 +209,7 @@ rm -rf %{buildroot}
 - Spin off svncpp and svncpp-devel subpackages
 - svncpp has ldconfig in post/postun
 - Add --with-svn-lib which should fix build on x86_64
-- Add %check section using package's inbuilt tests (requires cppunit)
+- Add %%check section using package's inbuilt tests (requires cppunit)
 
 * Thu Apr 27 2006 Tim Jackson <rpm at timj.co.uk> 0.9.1-1
 - Initial package for Fedora Extras; based originally on an old DAG spec


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	9 May 2009 13:08:26 -0000	1.7
+++ sources	5 Sep 2009 13:03:18 -0000	1.8
@@ -1 +1 @@
-1b49d893027ae83dbcff3d7508b3f42f  rapidsvn-0.9.8.tar.gz
+8af1f19768557537e4acb91e45e6142f  rapidsvn-0.10.0.tar.gz




More information about the fedora-extras-commits mailing list