]> git.pld-linux.org Git - packages/ruby-activerecord.git/commitdiff
- replace R: ruby-modules with %%ruby_mod_ver_requires_eq macro
authortwittner <twittner@pld-linux.org>
Thu, 29 Dec 2005 16:59:48 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  defined as `Requires: ruby-modules(ver) = 1.8' where `1.8' is
  major ruby version taken from rbconfig
- add BR: rpmbuild(macros) >= 1.277 with aforementioned macros

Changed files:
    ruby-activerecord.spec -> 1.28

ruby-activerecord.spec

index cff2b727a1c715495f56550dcf39b515ef32406d..358e5ac4e696e15ee4d917745d603eab8b1e2142 100644 (file)
@@ -14,9 +14,9 @@ Source0:      http://rubyforge.org/frs/download.php/6569/%{tarname}-%{version}.tgz
 # Source0-md5: 225d3df8fe7a554dfea1a75e91e2605d
 Patch0:                %{name}-sanity.patch
 URL:           http://activerecord.rubyonrails.org/
-BuildRequires: rpmbuild(macros) >= 1.263
+BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-modules
-Requires:      ruby-modules
+%ruby_mod_ver_requires_eq
 Requires:      ruby-ActiveSupport
 Requires:      ruby-transaction-simple
 #BuildArch:    noarch
This page took 0.05959 seconds and 4 git commands to generate.