SPECS (DEVEL): rapidsvn.spec - 0.9.6 taken from SVN, as PLD moved ...

czarny czarny at pld-linux.org
Sat Feb 3 12:10:49 CET 2007


Author: czarny                       Date: Sat Feb  3 11:10:49 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 0.9.6 taken from SVN, as PLD moved to wxWidgets 2.8, which is not supported by 0.9.4

---- Files affected:
SPECS:
   rapidsvn.spec (1.24 -> 1.24.2.1) 

---- Diffs:

================================================================
Index: SPECS/rapidsvn.spec
diff -u SPECS/rapidsvn.spec:1.24 SPECS/rapidsvn.spec:1.24.2.1
--- SPECS/rapidsvn.spec:1.24	Wed May  4 22:40:20 2005
+++ SPECS/rapidsvn.spec	Sat Feb  3 12:10:44 2007
@@ -2,14 +2,15 @@
 Summary:	Cross-platform GUI front-end for the Subversion revision system
 Summary(pl):	Wieloplatformowy graficzny interfejs do systemu kontroli wersji Subversion
 Name:		rapidsvn
-Version:	0.7.2
-Release:	0.1
+Version:	0.9.6
+%define		_rel	20070203
+Release:	0.%{_rel}
 License:	Apache
 Group:		Development/Version Control
-Source0:	http://www.rapidsvn.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5:	e2c16a506b2bc20f4532ce40ce1a117c
-Patch0:		%{name}-ac_flags.patch
-Patch1:		%{name}-apr-1.patch
+#Source0:	http://rapidsvn.org/download/%{name}-%{version}.tar.gz
+Source0:	%{name}-%{_rel}.tar.bz2
+# Source0-md5:	3fc40c7452d81fe793ed8e561962f92e
+Patch0:		%{name}-link.patch
 URL:		http://rapidsvn.tigris.org/
 BuildRequires:	apr-devel >= 1:1.0
 BuildRequires:	apr-util-devel >= 1:1.0
@@ -20,7 +21,7 @@
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
 BuildRequires:	neon-devel
-BuildRequires:	subversion-devel >= 1.0.0
+BuildRequires:	subversion-devel >= 1.1.0
 BuildRequires:	libuuid-devel
 BuildRequires:	wxGTK2-devel >= 2.6.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,9 +34,8 @@
 wersji Subversion.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_rel}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -47,9 +47,11 @@
 	--with-svn-lib=%{_libdir} \
 	--with-wx-config=%{_bindir}/wx-gtk2-ansi-config \
 	--with-apu-config=%{_bindir}/apu-1-config \
-	--with-apr-config=%{_bindir}/apr-1-config
+	--with-apr-config=%{_bindir}/apr-1-config 
 
 %{__make}
+cd doc/manpage
+%{__make} manpage
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +59,12 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install doc/manpage/rapidsvn.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+
+rm -rf $RPM_BUILD_ROOT%{_includedir}
+rm -rf $RPM_BUILD_ROOT%{_libdir}/libsvncpp.{a,la}
+
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -65,7 +73,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS CHANGES NEWS README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{_mandir}/man1/*
@@ -76,6 +84,19 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24.2.1  2007/02/03 11:10:44  czarny
+- 0.9.6 taken from SVN, as PLD moved to wxWidgets 2.8, which is not supported by 0.9.4
+
+Revision 1.27  2006/11/27 20:25:55  czarny
+- patch for --as-needed
+
+Revision 1.26  2006/09/16 11:40:10  maciek2w
+- updated to 0.9.3
+- removed already applied paths
+
+Revision 1.25  2005/05/05 10:34:55  maho
+- version 0.8.0
+
 Revision 1.24  2005/05/04 20:40:20  maho
 - builds with wxWidgets 2.6.0 (and works under amd64)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rapidsvn.spec?r1=1.24&r2=1.24.2.1&f=u



More information about the pld-cvs-commit mailing list