OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 23-Jan-2005 22:02:08 Branch: HEAD Handle: 2005012321020700 Modified files: openpkg-src/subversion subversion.spec Log: install the svn_load_dirs tool which is mentioned in the SVN book for easy importing of stuff onto vendor branches Summary: Revision Changes Path 1.78 +7 -1 openpkg-src/subversion/subversion.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/subversion/subversion.spec ============================================================================ $ cvs diff -u -r1.77 -r1.78 subversion.spec --- openpkg-src/subversion/subversion.spec 22 Jan 2005 18:05:18 -0000 1.77 +++ openpkg-src/subversion/subversion.spec 23 Jan 2005 21:02:07 -0000 1.78 @@ -39,7 +39,7 @@ Group: SCM License: Apache/BSD Version: %{V_opkg} -Release: 20050122 +Release: 20050123 # package options %option with_cvs2svn no @@ -134,6 +134,12 @@ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/*-config strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true + # install svn_load_dirs(1) tool + %{l_shtool} install -c -m 755 \ + -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;' \ + contrib/client-side/svn_load_dirs.pl \ + $RPM_BUILD_ROOT%{l_prefix}/bin/svn_load_dirs + # install Subversion default global configuration files %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/etc/subversion @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org