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: 15-Dec-2004 15:50:10
Branch: HEAD Handle: 2004121514501000
Modified files:
openpkg-src/perl-vcs perl-vcs.spec
Log:
add diff and patch modules
Summary:
Revision Changes Path
1.8 +21 -1 openpkg-src/perl-vcs/perl-vcs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-vcs/perl-vcs.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 perl-vcs.spec
--- openpkg-src/perl-vcs/perl-vcs.spec 29 Nov 2004 19:38:33 -0000
1.7
+++ openpkg-src/perl-vcs/perl-vcs.spec 15 Dec 2004 14:50:10 -0000
1.8
@@ -33,6 +33,8 @@
%define V_rcs 1.05
%define V_rcs_agent 1.03
%define V_rcs_parser 0.02
+%define V_text_diff 0.35
+%define V_text_patch 1.1
# package information
Name: perl-vcs
@@ -45,7 +47,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041129
+Release: 20041215
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-%{V_algorithm_diff}.tar.gz
@@ -56,6 +58,8 @@
Source5: http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
Source6:
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
+Source8:
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -77,6 +81,8 @@
- Rcs (%{V_rcs})
- Rcs::Agent (%{V_rcs_agent})
- Rcs::Parser (%{V_rcs_parser})
+ - Text::Diff (%{V_text_diff})
+ - Text::Patch (%{V_text_patch})
%track
prog perl-vcs:Algorithm-Diff = {
@@ -119,6 +125,16 @@
url = http://www.cpan.org/modules/by-module/Rcs/
regex = [^-]Rcs-Parser-(__VER__)\.tar\.gz
}
+ prog perl-vcs:Text-Diff = {
+ version = %{V_text_diff}
+ url = http://www.cpan.org/modules/by-module/Text/
+ regex = Text-Diff-(__VER__)\.tar\.gz
+ }
+ prog perl-vcs:Text-Patch = {
+ version = %{V_text_patch}
+ url = http://www.cpan.org/modules/by-module/Text/
+ regex = Text-Patch-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -129,6 +145,8 @@
%setup -q -T -D -a 5
%setup -q -T -D -a 6
%setup -q -T -D -a 7
+ %setup -q -T -D -a 8
+ %setup -q -T -D -a 9
%build
@@ -143,6 +161,8 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]