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: 09-Feb-2004 12:21:17
Branch: HEAD Handle: 2004020911211600
Modified files:
openpkg-src/cvs2cl cvs2cl.spec
Log:
upgrading package: cvs2cl 2.44 -> 2.52
Summary:
Revision Changes Path
1.10 +4 -3 openpkg-src/cvs2cl/cvs2cl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs2cl/cvs2cl.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 cvs2cl.spec
--- openpkg-src/cvs2cl/cvs2cl.spec 7 Feb 2004 17:54:13 -0000 1.9
+++ openpkg-src/cvs2cl/cvs2cl.spec 9 Feb 2004 11:21:16 -0000 1.10
@@ -33,8 +33,8 @@
Class: PLUS
Group: SCM
License: GPL
-Version: 2.44
-Release: 20040207
+Version: 2.52
+Release: 20040209
# list of sources
Source0: http://www.red-bean.com/cvs2cl/cvs2cl.pl
@@ -73,7 +73,8 @@
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -m 755 \
- -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;' \
+ -e 's;#!/bin/sh;#!%{l_prefix}/bin/perl;' \
+ -e 's;^exec perl;#exec perl;' \
%{SOURCE cvs2cl.pl} $RPM_BUILD_ROOT%{l_prefix}/bin/cvs2cl
%{l_shtool} install -c -m 644 \
cvs2cl.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]