]> git.pld-linux.org Git - packages/ruby-activerecord.git/commitdiff
- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} - AC-STABLE auto/ac/ruby-ActiveRecord-1_12_1-2
authortwittner <twittner@pld-linux.org>
Sat, 31 Dec 2005 10:36:33 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  expand this macro only if defined to avoid parse error when appropriate
  BRs is not installed yet (solution provided by glen)

Changed files:
    ruby-activerecord.spec -> 1.29

ruby-activerecord.spec

index 358e5ac4e696e15ee4d917745d603eab8b1e2142..477b8952fa19deb1b02f0eb69feae4cd3223e00f 100644 (file)
@@ -16,7 +16,7 @@ Patch0:               %{name}-sanity.patch
 URL:           http://activerecord.rubyonrails.org/
 BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-modules
-%ruby_mod_ver_requires_eq
+%{?ruby_mod_ver_requires_eq}
 Requires:      ruby-ActiveSupport
 Requires:      ruby-transaction-simple
 #BuildArch:    noarch
This page took 0.043089 seconds and 4 git commands to generate.