Search
j0ke.net Open Build Service
>
Projects
>
devel
:
subversion
>
rapidsvn
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
rapidsvn.spec
@@ -0,0 +1,62 @@ +Name: rapidsvn +Version: 0.9.3 +Release: 1 +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: http://rapidsvn.tigris.org +Group: Development/Tools/Version Control +Source0: http://rapidsvn.org/download/%{name}-%{version}.tar.gz +BuildRequires: subversion-devel wxGTK wxGTK-devel +BuildRequires: gcc-c++ +%if %suse_version > 1000 +BuildRequires: libapr1-devel libapr-util1 libapr-util1-devel libapr1 +%endif +Summary: A cross-platform GUI for the Subversion concurrent versioning system + +%description +Subversion does the same thing CVS does (Concurrent Versioning System) but has +major enhancements compared to CVS. + +This is a GUI for Subversion. + + +%package devel +Group: Development/Tools/Version Control +Summary: Development package for RapidSVN developers. +Requires: rapidsvn + +%description devel +Development package for RapidSVN developers. + +%prep +%setup -q + +%build +%if %suse_version > 1000 +%configure --with-svn-lib=%{_libdir} \ + --with-apr-config=/usr/bin/apr-1-config \ + --with-apu-config=/usr/bin/apu-1-config +%else +%configure --with-svn-lib=%{_libdir} +%endif +%__make + +%install +%makeinstall + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%files +%defattr(-,root,root) +%{_bindir}/* +%{_libdir}/*so* + +%files devel +%{_libdir}/*a +%{_includedir}/svncpp + + +%changelog +* Mon Aug 07 2006 - Bernhard Walle <bernhard.walle@gmx.de> +- new package in BS