OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: t...@openpkg.org Module: openpkg-src Date: 24-Jan-2009 12:26:39 Branch: HEAD Handle: 2009012411263900 Modified files: openpkg-src/perl-parse perl-parse.spec Log: Config::Scoped calls "tar -z" which is not available on stock solaris, workaround using framework tar Summary: Revision Changes Path 1.251 +3 -3 openpkg-src/perl-parse/perl-parse.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-parse/perl-parse.spec ============================================================================ $ cvs diff -u -r1.250 -r1.251 perl-parse.spec --- openpkg-src/perl-parse/perl-parse.spec 23 Jan 2009 19:47:29 -0000 1.250 +++ openpkg-src/perl-parse/perl-parse.spec 24 Jan 2009 11:26:39 -0000 1.251 @@ -1,6 +1,6 @@ ## ## perl-parse.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -63,7 +63,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090123 +Release: 20090124 # list of sources Source0: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz @@ -333,7 +333,7 @@ %{l_prefix}/bin/perl-openpkg -d ogdlutils-%{V_ogdl}/perl configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install - %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install + %{l_prefix}/bin/perl-openpkg -A TAR=%{l_tar} -d %{SOURCE16} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org