OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 28-Mar-2009 18:59:38 Branch: HEAD Handle: 2009032817593800 Modified files: openpkg-src/perl-www perl-www.spec Log: modifying package: perl-www-5.10.0 20090326 -> 20090328 Summary: Revision Changes Path 1.482 +21 -1 openpkg-src/perl-www/perl-www.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-www/perl-www.spec ============================================================================ $ cvs diff -u -r1.481 -r1.482 perl-www.spec --- openpkg-src/perl-www/perl-www.spec 26 Mar 2009 17:57:13 -0000 1.481 +++ openpkg-src/perl-www/perl-www.spec 28 Mar 2009 17:59:38 -0000 1.482 @@ -88,6 +88,8 @@ %define V_net_openid_server 1.02 %define V_www_scraper 3.05 %define V_web_scraper 0.27 +%define V_net_oauth 0.14 +%define V_net_oauth_simple 1.0 # package information Name: perl-www @@ -100,7 +102,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090326 +Release: 20090328 # package options %option with_curl no @@ -171,6 +173,8 @@ Source62: http://www.cpan.org/modules/by-module/Web/Web-Scraper-%{V_web_scraper}.tar.gz Source63: http://www.cpan.org/modules/by-module/URI/URI-Find-%{V_uri_find}.tar.gz Source64: http://www.cpan.org/modules/by-module/URI/URI-Find-Simple-%{V_uri_find_simple}.tar.gz +Source65: http://www.cpan.org/modules/by-module/Net/Net-OAuth-%{V_net_oauth}.tar.gz +Source66: http://www.cpan.org/modules/by-module/Net/Net-OAuth-Simple-%{V_net_oauth_simple}.tar.gz Patch0: perl-www.patch # build information @@ -248,6 +252,8 @@ - Net::OpenID::Server (%{V_net_openid_server}) - WWW::Scraper (%{V_www_scraper}) - Web::Scraper (%{V_web_scraper}) + - Net::OAuth (%{V_net_oauth}) + - Net::OAuth::Simple (%{V_net_oauth_simple}) %track prog perl-www:CGI-Application = { @@ -577,6 +583,16 @@ url = http://www.cpan.org/modules/by-module/Web/ regex = Web-Scraper-(__VER__)\.tar\.gz } + prog perl-www:Net-OAuth = { + version = %{V_net_oauth} + url = http://www.cpan.org/modules/by-module/Net/ + regex = Net-OAuth-(__VER__)\.tar\.gz + } + prog perl-www:Net-OAuth-Simple = { + version = %{V_net_oauth_simple} + url = http://www.cpan.org/modules/by-module/Net/ + regex = Net-OAuth-Simple-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -650,6 +666,8 @@ %setup -q -T -D -a 62 %setup -q -T -D -a 63 %setup -q -T -D -a 64 + %setup -q -T -D -a 65 + %setup -q -T -D -a 66 %patch -p0 %build @@ -724,6 +742,8 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE62} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE63} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE64} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE65} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install # cleanup installation ( cd $RPM_BUILD_ROOT%{l_prefix}/bin @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org