]> git.pld-linux.org Git - packages/ruby-activerecord.git/blobdiff - ruby-activerecord.spec
- 3.0.3
[packages/ruby-activerecord.git] / ruby-activerecord.spec
index 146b1bcb714ed4817a6d3c1446e0fa29dd18e7e7..5c24cb452571998776aee0f0d3d0d1a9e085ac43 100644 (file)
@@ -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)
This page took 0.066501 seconds and 4 git commands to generate.