rpms/rapidsvn/devel .cvsignore, 1.6, 1.7 rapidsvn.spec, 1.18, 1.19 sources, 1.6, 1.7 rapidsvn-gcc43.patch, 1.1, NONE

Tim Jackson timj at fedoraproject.org
Wed May 6 18:14:02 UTC 2009


Author: timj

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

Modified Files:
	.cvsignore rapidsvn.spec sources 
Removed Files:
	rapidsvn-gcc43.patch 
Log Message:
Update to 0.9.8 (#495694)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/.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	6 May 2009 18:13:31 -0000	1.7
@@ -1 +1 @@
-rapidsvn-0.9.6.tar.gz
+rapidsvn-0.9.8.tar.gz


Index: rapidsvn.spec
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- rapidsvn.spec	14 Apr 2009 12:55:45 -0000	1.18
+++ rapidsvn.spec	6 May 2009 18:13:32 -0000	1.19
@@ -1,13 +1,12 @@
 Name:           rapidsvn
-Version:        0.9.6
-Release:        5%{?dist}
+Version:        0.9.8
+Release:        1%{?dist}
 Summary:        Graphical interface for the Subversion revision control system
 
 Group:          Development/Tools
-License:        GPLv2+
+License:        GPLv3+
 URL:            http://www.rapidsvn.org/
 Source0:        http://rapidsvn.org/download/release/%{version}/rapidsvn-%{version}.tar.gz
-Patch0:         rapidsvn-gcc43.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -35,7 +34,7 @@ interface.
 %package -n svncpp
 Summary:        C++ bindings for the Subversion client library
 Group:          Development/Libraries
-License:        LGPLv2+
+License:        GPLv3+
 BuildRequires:  subversion-devel
 # for test framework
 BuildRequires:  cppunit-devel
@@ -50,7 +49,7 @@ many parts of the C API and provides an 
 %package -n svncpp-devel
 Summary:        Development resources for the 'svncpp' library
 Group:          Development/Libraries
-License:        LGPLv2+
+License:        GPLv3+
 Requires:       svncpp = %{version}-%{release}
 
 %description -n svncpp-devel
@@ -60,7 +59,6 @@ Install this package if you need to comp
 
 %prep
 %setup -q
-%patch0 -p1
 
 %{__cat} <<EOF >rapidsvn.desktop
 [Desktop Entry]
@@ -93,19 +91,19 @@ EOF
 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
 pushd doc/manpage
+make manpage
 iconv --from-code ISO-8859-1 --to-code UTF-8 --output rapidsvn.1.utf8 rapidsvn.1
 mv rapidsvn.1.utf8 rapidsvn.1
 popd
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} LIBTOOL=/usr/bin/libtool
 
 # Install desktop file and icon
 %{__install} -D -m 644 src/res/bitmaps/rapidsvn_48x48.xpm %{buildroot}%{_datadir}/pixmaps/rapidsvn.xpm
 %{__install} -d -m 755 %{buildroot}%{_datadir}/applications/
 desktop-file-install --vendor fedora               \
-        --add-category X-Fedora                    \
         --dir %{buildroot}%{_datadir}/applications \
         rapidsvn.desktop
 
@@ -139,16 +137,17 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %files -n svncpp
-%doc LGPL.txt
 %{_libdir}/libsvncpp.so.*
 
 %files -n svncpp-devel
-%doc LGPL.txt doc/svncpp/html
+%doc doc/svncpp/html
 %{_includedir}/svncpp/
 %{_libdir}/libsvncpp.so
 
 %changelog
-* Tue Apr 14 2009 Tim Jackson <rpm at timj.co.uk> 0.9.6-4
+* Tue Apr 14 2009 Tim Jackson <rpm at timj.co.uk> 0.9.8-1
+- Update to v0.9.8
+- License is now GPLv3+
 - Update .desktop file categories (#487867)
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-4


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	16 Mar 2008 11:21:43 -0000	1.6
+++ sources	6 May 2009 18:13:32 -0000	1.7
@@ -1 +1 @@
-d1465492e67998582e7c1767dc9e7352  rapidsvn-0.9.6.tar.gz
+1b49d893027ae83dbcff3d7508b3f42f  rapidsvn-0.9.8.tar.gz


--- rapidsvn-gcc43.patch DELETED ---




More information about the scm-commits mailing list