]> git.pld-linux.org Git - packages/ruby-actionmailer.git/commitdiff
- replace R: ruby-modules with %%ruby_mod_ver_requires_eq macro
authortwittner <twittner@pld-linux.org>
Thu, 29 Dec 2005 16:59:47 +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-actionmailer.spec -> 1.13

ruby-actionmailer.spec

index 03458450ddd0c208eba6c8c494b1b2e6b35d6f71..a31f6bed1d1d36b30899cb8ed0ccd94d3d206976 100644 (file)
@@ -9,9 +9,9 @@ Group:          Development/Languages
 Source0:       http://rubyforge.org/download.php/6575/%{tarname}-%{version}.tgz
 # Source0-md5: 3649c201096d5e4d0a45f34ddd253c60
 URL:           http://actionpack.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-ActionPack >= 1.7.0
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.045338 seconds and 4 git commands to generate.