OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 23-Sep-2007 09:18:35 Branch: HEAD Handle: 2007092308183100 Modified files: openpkg-src/yaml yaml.spec Log: modifying package: yaml-0 20070903 -> 20070923 Summary: Revision Changes Path 1.39 +15 -5 openpkg-src/yaml/yaml.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/yaml/yaml.spec ============================================================================ $ cvs diff -u -r1.38 -r1.39 yaml.spec --- openpkg-src/yaml/yaml.spec 3 Sep 2007 06:45:22 -0000 1.38 +++ openpkg-src/yaml/yaml.spec 23 Sep 2007 07:18:31 -0000 1.39 @@ -30,6 +30,7 @@ %define V_perl_yaml_tiny 1.14 %define V_perl_yaml_appconfig 0.16 %define V_perl_yaml_libyaml 0.26 +%define V_perl_io_yaml 0.07 %define V_yaml_javascript 0.03 %define V_yaml_spec 2004-12-28 @@ -44,7 +45,7 @@ Group: Language License: BSD/Artistic Version: 0 -Release: 20070903 +Release: 20070923 # package options %option with_perl no @@ -59,9 +60,10 @@ Source4: http://www.cpan.org/modules/by-module/YAML/YAML-Tiny-%{V_perl_yaml_tiny}.tar.gz Source5: http://www.cpan.org/modules/by-module/YAML/YAML-AppConfig-%{V_perl_yaml_appconfig}.tar.gz Source6: http://www.cpan.org/modules/by-module/YAML/YAML-LibYAML-%{V_perl_yaml_libyaml}.tar.gz -Source7: http://osdn.dl.sourceforge.net/yaml-javascript/yaml-javascript-%{V_yaml_javascript}.tar.gz -Source8: http://yaml.org/spec/history/%{V_yaml_spec}/%{V_yaml_spec}.pdf -Source9: yaml.yml +Source7: http://www.cpan.org/authors/id/N/NK/NKUITSE/IO-YAML-%{V_perl_io_yaml}.tar.gz +Source8: http://osdn.dl.sourceforge.net/yaml-javascript/yaml-javascript-%{V_yaml_javascript}.tar.gz +Source9: http://yaml.org/spec/history/%{V_yaml_spec}/%{V_yaml_spec}.pdf +Source10: yaml.yml Patch0: yaml.patch # build information @@ -70,7 +72,7 @@ BuildPreReq: OpenPKG, openpkg >= 20040130, make PreReq: OpenPKG, openpkg >= 20040130 %if "%{with_perl}" == "yes" -BuildPreReq: perl, perl-openpkg +BuildPreReq: perl, perl-openpkg, perl-module PreReq: perl %endif %if "%{with_php}" == "yes" @@ -127,6 +129,11 @@ url = http://www.cpan.org/modules/by-module/YAML/ regex = YAML-LibYAML-(__VER__)\.tar\.gz } + prog yaml:IO-YAML = { + version = %{V_perl_io_yaml} + url = http://www.cpan.org/authors/id/N/NK/NKUITSE/ + regex = IO-YAML-(__VER__)\.tar\.gz + } prog yaml:yaml-javascript = { version = %{V_yaml_javascript} url = http://prdownloads.sourceforge.net/yaml-javascript/ @@ -149,6 +156,7 @@ %setup -q -T -D -a 5 %setup -q -T -D -a 6 %setup -q -T -D -a 7 + %setup -q -T -D -a 8 %patch -p0 %build @@ -201,6 +209,7 @@ %{l_prefix}/bin/perl-openpkg -d YAML-Tiny-%{V_perl_yaml_tiny} configure build %{l_prefix}/bin/perl-openpkg -d YAML-AppConfig-%{V_perl_yaml_appconfig} configure build %{l_prefix}/bin/perl-openpkg -d YAML-LibYAML-%{V_perl_yaml_libyaml} configure build + %{l_prefix}/bin/perl-openpkg -d IO-YAML-%{V_perl_io_yaml} configure build %endif %install @@ -237,6 +246,7 @@ %{l_prefix}/bin/perl-openpkg -d YAML-Tiny-%{V_perl_yaml_tiny} install %{l_prefix}/bin/perl-openpkg -d YAML-AppConfig-%{V_perl_yaml_appconfig} install %{l_prefix}/bin/perl-openpkg -d YAML-LibYAML-%{V_perl_yaml_libyaml} install + %{l_prefix}/bin/perl-openpkg -d IO-YAML-%{V_perl_io_yaml} install %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup %else >perl-openpkg-files @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org