rpms/rapidsvn/devel .cvsignore, 1.7, 1.8 rapidsvn.spec, 1.19, 1.20 sources, 1.7, 1.8

Tim Jackson timj at fedoraproject.org
Sat Jul 18 21:05:19 UTC 2009


Author: timj

Update of /cvs/extras/rpms/rapidsvn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23914

Modified Files:
	.cvsignore rapidsvn.spec sources 
Log Message:
Update to 0.10.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	6 May 2009 18:13:31 -0000	1.7
+++ .cvsignore	18 Jul 2009 21:05:18 -0000	1.8
@@ -1 +1 @@
-rapidsvn-0.9.8.tar.gz
+rapidsvn-0.10.0.tar.gz


Index: rapidsvn.spec
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- rapidsvn.spec	6 May 2009 18:13:32 -0000	1.19
+++ rapidsvn.spec	18 Jul 2009 21:05:19 -0000	1.20
@@ -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,20 @@ 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 Jul 18 2009 Tim Jackson <rpm at timj.co.uk> 0.10.0-1
+- Update to v0.10.0
+- Set default attrs for subpackages
+
 * 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 +208,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/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	6 May 2009 18:13:32 -0000	1.7
+++ sources	18 Jul 2009 21:05:19 -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