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: 05-Sep-2007 10:54:38 Branch: HEAD Handle: 2007090509543800 Modified files: openpkg-src/perl-sys perl-sys.spec Log: add User module for forthcoming WWW::Scraper in perl-www Summary: Revision Changes Path 1.184 +11 -1 openpkg-src/perl-sys/perl-sys.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-sys/perl-sys.spec ============================================================================ $ cvs diff -u -r1.183 -r1.184 perl-sys.spec --- openpkg-src/perl-sys/perl-sys.spec 29 Aug 2007 07:28:29 -0000 1.183 +++ openpkg-src/perl-sys/perl-sys.spec 5 Sep 2007 08:54:38 -0000 1.184 @@ -55,6 +55,7 @@ %define V_boulder 1.30 %define V_error 0.17009 %define V_file_fnmatch 0.02 +%define V_user 1.8 # package information Name: perl-sys @@ -67,7 +68,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20070829 +Release: 20070905 # package options %option with_pam no @@ -104,6 +105,7 @@ Source28: http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz Source29: http://www.cpan.org/modules/by-module/Authen/Authen-PAM-%{V_authen_pam}.tar.gz Source30: http://www.cpan.org/modules/by-module/Archive/Archive-Cpio-%{V_archive_cpio}.tar.gz +Source31: http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz # build information Prefix: %{l_prefix} @@ -152,6 +154,7 @@ - Error (%{V_error}) - File::FnMatch (%{V_file_fnmatch}) - Archive::Cpio (%{V_archive_cpio}) + - User (%{V_user}) %track prog perl-sys:Archive-Tar = { @@ -309,6 +312,11 @@ url = http://www.cpan.org/modules/by-module/Archive/ regex = Archive-Cpio-(__VER__)\.tar\.gz } + prog perl-sys:User = { + version = %{V_user} + url = http://www.cpan.org/authors/id/T/TB/TBONE/ + regex = Users-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -342,6 +350,7 @@ %setup -q -T -D -a 28 %setup -q -T -D -a 29 %setup -q -T -D -a 30 + %setup -q -T -D -a 31 %build @@ -385,6 +394,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install %endif %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} 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` @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org