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 11:37:19
Branch: HEAD Handle: 2007102110371900
Modified files:
openpkg-src/perl-biz perl-biz.spec
Log:
add first cut for Business::OnlinePayment stuff and upgrade Google
Checkout API
Summary:
Revision Changes Path
1.26 +43 -13 openpkg-src/perl-biz/perl-biz.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-biz/perl-biz.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 perl-biz.spec
--- openpkg-src/perl-biz/perl-biz.spec 21 Oct 2007 08:12:45 -0000
1.25
+++ openpkg-src/perl-biz/perl-biz.spec 21 Oct 2007 09:37:19 -0000
1.26
@@ -23,18 +23,21 @@
##
# versions of individual parts
-%define V_perl 5.8.8
-%define V_business_hours 0.07
-%define V_business_isbn 2.03
-%define V_business_isbn_data 1.15
-%define V_business_iban 0.06
-%define V_business_creditcard 0.30
-%define V_business_creditcard_object 1.00
-%define V_business_paypal 0.02
-%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
+%define V_perl 5.8.8
+%define V_business_hours 0.07
+%define V_business_isbn 2.03
+%define V_business_isbn_data 1.15
+%define V_business_iban 0.06
+%define V_business_creditcard 0.30
+%define V_business_creditcard_object 1.00
+%define V_business_paypal 0.02
+%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.1.1
+%define V_business_onlinepayment 2.01
+%define V_business_onlinepayment_storedtransaction 0.01
+%define V_business_onlinepayment_paypal 0.11
# package information
Name: perl-biz
@@ -61,6 +64,9 @@
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
+Source11:
http://www.cpan.org/modules/by-module/Business/Business-OnlinePayment-%{V_business_onlinepayment}.tar.gz
+Source12:
http://www.cpan.org/modules/by-module/Business/Business-OnlinePayment-StoredTransaction-%{V_business_onlinepayment_storedtransaction}.tar.gz
+Source13:
http://www.cpan.org/modules/by-module/Business/Business-OnlinePayment-PayPal-%{V_business_onlinepayment_paypal}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -85,6 +91,9 @@
- Business::PayPal::IPN (%{V_business_paypal_ipn})
- Business::PayPal::API (%{V_business_paypal_api})
- Google::Checkout (%{V_google_checkout})
+ - Business::OnlinePayment (%{V_business_onlinepayment})
+ - Business::OnlinePayment::StoredTransaction
(%{V_business_onlinepayment_storedtransaction})
+ - Business::OnlinePayment::Paypal (%{V_business_onlinepayment_paypal})
%track
prog perl-biz:Business-Hours = {
@@ -139,9 +148,24 @@
}
prog perl-biz:Google-Checkout = {
version = %{V_google_checkout}
- url =
http://google-checkout-perl-sample-code.googlecode.com/files/
+ url =
http://code.google.com/p/google-checkout-perl-sample-code/downloads/list
regex = Google-Checkout-(__VER__)\.tar\.gz
}
+ prog perl-biz:Business-OnlinePayment = {
+ version = %{V_business_onlinepayment}
+ url = http://www.cpan.org/modules/by-module/Business/
+ regex = Business-OnlinePayment-(__VER__)\.tar\.gz
+ }
+ prog perl-biz:Business-OnlinePayment-StoredTransaction = {
+ version = %{V_business_onlinepayment_storedtransaction}
+ url = http://www.cpan.org/modules/by-module/Business/
+ regex =
Business-OnlinePayment-StoredTransaction-(__VER__)\.tar\.gz
+ }
+ prog perl-biz:Business-OnlinePayment-PayPal = {
+ version = %{V_business_onlinepayment_paypal}
+ url = http://www.cpan.org/modules/by-module/Business/
+ regex = Business-OnlinePayment-PayPal-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -155,6 +179,9 @@
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
+ %setup -q -T -D -a 11
+ %setup -q -T -D -a 12
+ %setup -q -T -D -a 13
%build
@@ -176,6 +203,9 @@
%{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 -d %{SOURCE11} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} 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]