From: aredridel Date: Sat, 9 Jul 2005 18:36:49 +0000 (+0000) Subject: - up to 1.11.0 X-Git-Tag: auto/ac/ruby-ActiveRecord-1_11_0-1~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fruby-activerecord.git;a=commitdiff_plain;h=acfeb06867265bf418edabd5b5f95cbb36291256 - up to 1.11.0 Changed files: ruby-activerecord.spec -> 1.22 --- diff --git a/ruby-activerecord.spec b/ruby-activerecord.spec index c7c99fa..69516fb 100644 --- a/ruby-activerecord.spec +++ b/ruby-activerecord.spec @@ -10,16 +10,18 @@ Summary: Object-Relational mapping library for Ruby Summary(pl): Biblioteka odwzorowaƱ obiektowo-relacyjnych dla Ruby Name: ruby-ActiveRecord %define tarname activerecord -Version: 1.10.1 +Version: 1.11.0 Release: 1 License: Ruby-alike Group: Development/Languages -Source0: http://rubyforge.org/frs/download.php/4147/%{tarname}-%{version}.tgz -# Source0-md5: cdb3d4a0f23033688afca8ae64180c3c +Source0: http://rubyforge.org/frs/download.php/5111/%{tarname}-%{version}.tgz +# Source0-md5: caaa795595cb012890a811167f184b3f +Patch0: %{name}-sanity.patch uRL: http://activerecord.rubyonrails.org/ BuildRequires: ruby Requires: ruby Requires: ruby-ActiveSupport +Requires: ruby-transaction-simple #BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,6 +34,7 @@ Ruby. %prep %setup -q -n %{tarname}-%{version} +%patch0 -p1 %build rm lib/active_record/vendor -r