From: aredridel Date: Tue, 30 Nov 2010 22:38:03 +0000 (+0000) Subject: - 3.0.3 X-Git-Tag: auto/th/ruby-activerecord-3_0_3-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fruby-activerecord.git;a=commitdiff_plain;h=b8c6ebed21a750662c956dcafb3a87600094bb98 - 3.0.3 - R: ruby-arel - R: ruby-activemodel Changed files: ruby-activerecord.spec -> 1.45 --- diff --git a/ruby-activerecord.spec b/ruby-activerecord.spec index 146b1bc..5c24cb4 100644 --- a/ruby-activerecord.spec +++ b/ruby-activerecord.spec @@ -2,19 +2,19 @@ Summary: Object-Relational mapping library for Ruby Summary(pl.UTF-8): Biblioteka odwzorowań obiektowo-relacyjnych dla Ruby Name: ruby-%{pkgname} -Version: 2.3.5 +Version: 3.0.3 Release: 1 License: Ruby-alike Group: Development/Languages Source0: http://rubygems.org/downloads/%{pkgname}-%{version}.gem -# Source0-md5: 48a9ab7fbac97478fac9722fb5e14cda -Patch0: %{name}-rubygems.patch +# Source0-md5: 4dfaec6d511ad50ede13092f1abadff0 URL: http://rubyforge.org/projects/activerecord/ BuildRequires: rpmbuild(macros) >= 1.277 BuildRequires: ruby >= 1:1.8.6 BuildRequires: ruby-modules %{?ruby_mod_ver_requires_eq} -Requires: ruby-activesupport >= 2.3.5 +Requires: ruby-activesupport >= 3.0.3 +Requires: ruby-activemodel >= 3.0.3 Obsoletes: ruby-ActiveRecord Provides: ruby-ActiveRecord #BuildArch: noarch @@ -57,8 +57,6 @@ Dokumentacji w formacie ri dla %{pkgname}. %prep %setup -q -c %{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz -find -newer README -o -print | xargs touch --reference %{SOURCE0} -%patch0 -p1 # cleanup backups after patching find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f @@ -82,10 +80,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc CHANGELOG README examples +%doc CHANGELOG examples %{ruby_rubylibdir}/active_record %{ruby_rubylibdir}/active_record.rb -%{ruby_rubylibdir}/activerecord.rb %files rdoc %defattr(644,root,root,755)