Author: aredridel Date: Tue Dec 21 03:55:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - 1.9.3
---- Files affected: packages/ruby-activemerchant: ruby-activemerchant.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/ruby-activemerchant/ruby-activemerchant.spec diff -u packages/ruby-activemerchant/ruby-activemerchant.spec:1.7 packages/ruby-activemerchant/ruby-activemerchant.spec:1.8 --- packages/ruby-activemerchant/ruby-activemerchant.spec:1.7 Sat Feb 27 20:20:13 2010 +++ packages/ruby-activemerchant/ruby-activemerchant.spec Tue Dec 21 04:55:34 2010 @@ -3,19 +3,19 @@ Summary: Ruby library for dealing with Creditcards, Payments and shipping Summary(pl.UTF-8): Biblioteka języka Ruby do obsługi kart kredytowych, płatności i wysyłek Name: ruby-activemerchant -Version: 1.0.3 +Version: 1.9.3 Release: 1 License: Ruby-alike Group: Development/Languages -Source0: http://rubyforge.org/frs/download.php/17865/%{pkgname}-%{version}.tgz -# Source0-md5: fa6ae6d8f551974eb4676d346dfe13a1 +Source0: http://rubygems.org/downloads/activemerchant-%{version}.gem +# Source0-md5: 06ecf8121ec0b48f9259878917582db1 Patch0: %{name}-paths.patch URL: http://www.activemerchant.org/ BuildRequires: rpmbuild(macros) >= 1.277 BuildRequires: ruby-modules %{?ruby_mod_ver_requires_eq} -Obsoletes: ruby-ActiveMerchant Provides: ruby-ActiveMerchant +Obsoletes: ruby-ActiveMerchant #BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,8 +32,10 @@ zasadą, jaką kierowali się projektanci tej biblioteki. %prep -%setup -q -n %{pkgname}-%{version} -%patch0 -p1 +%setup -q -c +%{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz +find -newer README.rdoc -o -print | xargs touch --reference %{SOURCE0} +#%patch0 -p1 %build #rdoc --ri --op ri lib @@ -60,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/12/21 03:55:34 aredridel +- 1.9.3 + Revision 1.7 2010/02/27 19:20:13 baggins - P:ruby-ActiveMerchant ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-activemerchant/ruby-activemerchant.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
