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: 01-Sep-2007 23:10:50
Branch: HEAD Handle: 2007090122104800
Modified files:
openpkg-src/perl-biz perl-biz.spec
Log:
add Business::PayPal::API
Summary:
Revision Changes Path
1.21 +11 -1 openpkg-src/perl-biz/perl-biz.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-biz/perl-biz.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 perl-biz.spec
--- openpkg-src/perl-biz/perl-biz.spec 31 Aug 2007 15:45:32 -0000
1.20
+++ openpkg-src/perl-biz/perl-biz.spec 1 Sep 2007 21:10:48 -0000
1.21
@@ -33,6 +33,7 @@
%define V_business_paypal 0.02
%define V_business_paypal_ewp 0.02
%define V_business_paypal_ipn 1.94
+%define V_business_paypal_api 0.51
# package information
Name: perl-biz
@@ -45,7 +46,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070831
+Release: 20070901
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Business/Business-Hours-%{V_business_hours}.tar.gz
@@ -57,6 +58,7 @@
Source6:
http://www.cpan.org/modules/by-module/Business/Business-PayPal-%{V_business_paypal}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/Business/Business-PayPal-EWP-%{V_business_paypal_ewp}.tar.gz
Source8:
http://www.cpan.org/modules/by-module/Business/Business-PayPal-IPN-%{V_business_paypal_ipn}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/Business/Business-PayPal-API-%{V_business_paypal_api}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -79,6 +81,7 @@
- Business::PayPal (%{V_business_paypal})
- Business::PayPal::EWP (%{V_business_paypal_ewp})
- Business::PayPal::IPN (%{V_business_paypal_ipn})
+ - Business::PayPal::API (%{V_business_paypal_api})
%track
prog perl-biz:Business-Hours = {
@@ -126,6 +129,11 @@
url = http://www.cpan.org/modules/by-module/Business/
regex = Business-PayPal-IPN-(__VER__)\.tar\.gz
}
+ prog perl-biz:Business-PayPal-API = {
+ version = %{V_business_paypal_api}
+ url = http://www.cpan.org/modules/by-module/Business/
+ regex = Business-PayPal-API-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -137,6 +145,7 @@
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%setup -q -T -D -a 8
+ %setup -q -T -D -a 9
%build
@@ -156,6 +165,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} 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 [email protected]