]> git.pld-linux.org Git - packages/ruby-activesupport.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-activesupport.spec -> 1.12

ruby-activesupport.spec

index 2aed906c39710472dd2b2b7b9b552149b8dc7586..c300b55f9b8a213063237fd1e2fb8b0696721bb6 100644 (file)
@@ -9,9 +9,9 @@ Group:          Development/Languages
 Source0:       http://rubyforge.org/frs/download.php/6566/%{tarname}-%{version}.tgz
 # Source0-md5: f97e2493a25df6d8901b1c0d9be79ed3
 URL:           http://www.rubyonrails.com/
-BuildRequires: rpmbuild(macros) >= 1.263
+BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-modules
-Requires:      ruby-modules
+%ruby_mod_ver_requires_eq
 Requires:      ruby-breakpoint
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.070614 seconds and 4 git commands to generate.