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: 29-Aug-2004 13:15:11
Branch: HEAD Handle: 2004082912151000
Modified files:
openpkg-src/cvs2cl cvs2cl.spec
Removed files:
openpkg-src/cvs2cl cvs2cl.patch
Log:
upgrade and switch to locally versioned distribution file
Summary:
Revision Changes Path
1.2 +0 -18 openpkg-src/cvs2cl/cvs2cl.patch
1.16 +8 -12 openpkg-src/cvs2cl/cvs2cl.spec
____________________________________________________________________________
rm -f openpkg-src/cvs2cl/cvs2cl.patch <<'@@ .'
Index: openpkg-src/cvs2cl/cvs2cl.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs2cl/cvs2cl.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 cvs2cl.spec
--- openpkg-src/cvs2cl/cvs2cl.spec 5 Jul 2004 08:42:31 -0000 1.15
+++ openpkg-src/cvs2cl/cvs2cl.spec 29 Aug 2004 11:15:10 -0000 1.16
@@ -33,12 +33,11 @@
Class: PLUS
Group: SCM
License: GPL
-Version: 2.55
-Release: 20040705
+Version: 2.57
+Release: 20040829
# list of sources
-Source0: http://www.red-bean.com/cvs2cl/cvs2cl.pl
-Patch0: cvs2cl.patch
+Source0:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/cvs2cl/cvs2cl-%{version}.pl
# build information
Prefix: %{l_prefix}
@@ -55,20 +54,17 @@
%track
prog cvs2cl = {
- disabled
- comment = "rse: author does not provide versioned distribution file"
version = %{version}
- url = http://www.red-bean.com/cvs2cl/
- regex = cvs2cl\.pl
+ url = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/cvs2cl/
+ regex = cvs2cl-(__VER__)\.pl
}
%prep
%setup -q -c -T
- cp %{SOURCE cvs2cl.pl} .
- %patch -p0
+ cp %{SOURCE0} cvs2cl
%build
- pod2man --section=1 cvs2cl.pl >cvs2cl.1
+ pod2man --section=1 cvs2cl >cvs2cl.1
%install
rm -rf $RPM_BUILD_ROOT
@@ -78,7 +74,7 @@
%{l_shtool} install -c -m 755 \
-e 's;#!/bin/sh;#!%{l_prefix}/bin/perl;' \
-e 's;^exec perl;#exec perl;' \
- cvs2cl.pl $RPM_BUILD_ROOT%{l_prefix}/bin/cvs2cl
+ cvs2cl $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \
cvs2cl.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]