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: 21-Oct-2007 10:12:45
Branch: HEAD Handle: 2007102109124500
Modified files:
openpkg-src/perl-biz perl-biz.spec
Log:
add Google Checkout Perl API
Summary:
Revision Changes Path
1.25 +11 -1 openpkg-src/perl-biz/perl-biz.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-biz/perl-biz.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 perl-biz.spec
--- openpkg-src/perl-biz/perl-biz.spec 2 Oct 2007 15:40:43 -0000
1.24
+++ openpkg-src/perl-biz/perl-biz.spec 21 Oct 2007 08:12:45 -0000
1.25
@@ -34,6 +34,7 @@
%define V_business_paypal_ewp 1.00
%define V_business_paypal_ipn 1.94
%define V_business_paypal_api 0.52
+%define V_google_checkout 1.0.1
# package information
Name: perl-biz
@@ -46,7 +47,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20071002
+Release: 20071021
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Business/Business-Hours-%{V_business_hours}.tar.gz
@@ -59,6 +60,7 @@
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
+Source10:
http://google-checkout-perl-sample-code.googlecode.com/files/Google-Checkout-%{V_google_checkout}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -82,6 +84,7 @@
- Business::PayPal::EWP (%{V_business_paypal_ewp})
- Business::PayPal::IPN (%{V_business_paypal_ipn})
- Business::PayPal::API (%{V_business_paypal_api})
+ - Google::Checkout (%{V_google_checkout})
%track
prog perl-biz:Business-Hours = {
@@ -134,6 +137,11 @@
url = http://www.cpan.org/modules/by-module/Business/
regex = Business-PayPal-API-(__VER__)\.tar\.gz
}
+ prog perl-biz:Google-Checkout = {
+ version = %{V_google_checkout}
+ url =
http://google-checkout-perl-sample-code.googlecode.com/files/
+ regex = Google-Checkout-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -146,6 +154,7 @@
%setup -q -T -D -a 7
%setup -q -T -D -a 8
%setup -q -T -D -a 9
+ %setup -q -T -D -a 10
%build
@@ -166,6 +175,7 @@
%{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 -d %{SOURCE10} 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]