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: 07-Nov-2004 20:47:58
Branch: HEAD Handle: 2004110719475700
Modified files:
openpkg-src/perl-parse perl-parse.spec
Log:
add YAML
Summary:
Revision Changes Path
1.95 +10 -0 openpkg-src/perl-parse/perl-parse.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-parse/perl-parse.spec
============================================================================
$ cvs diff -u -r1.94 -r1.95 perl-parse.spec
--- openpkg-src/perl-parse/perl-parse.spec 7 Nov 2004 19:28:28 -0000
1.94
+++ openpkg-src/perl-parse/perl-parse.spec 7 Nov 2004 19:47:57 -0000
1.95
@@ -39,6 +39,7 @@
%define V_appconfig 1.56
%define V_appconfig_std 1.07
%define V_template 2.14
+%define V_yaml 0.35
# package information
Name: perl-parse
@@ -68,6 +69,7 @@
Source11:
http://www.cpan.org/modules/by-module/AppConfig/AppConfig-%{V_appconfig}.tar.gz
Source12:
http://www.cpan.org/modules/by-module/AppConfig/AppConfig-Std-%{V_appconfig_std}.tar.gz
Source13:
http://www.cpan.org/modules/by-module/Template/Template-Toolkit-%{V_template}.tar.gz
+Source14:
http://www.cpan.org/modules/by-module/YAML/YAML-%{V_yaml}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -93,6 +95,7 @@
- AppConfig (%{V_appconfig})
- AppConfig::Std (%{V_appconfig_std})
- Template (%{V_template})
+ - YAML (%{V_yaml})
%track
prog perl-parse:Config-General = {
@@ -165,6 +168,11 @@
url = http://www.cpan.org/modules/by-module/Template/
regex = Template-Toolkit-(__VER__)\.tar\.gz
}
+ prog perl-parse:YAML = {
+ version = %{V_yaml}
+ url = http://www.cpan.org/modules/by-module/YAML/
+ regex = YAML-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -181,6 +189,7 @@
%setup -q -T -D -a 11
%setup -q -T -D -a 12
%setup -q -T -D -a 13
+ %setup -q -T -D -a 14
%build
@@ -204,6 +213,7 @@
-A TT_XS_ENABLE=y -A TT_XS_DEFAULT=y -A TT_DBI=n \
-A TT_QUIET=n -A TT_ACCEPT=y \
configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} 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]