]> git.pld-linux.org Git - packages/freeride.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:
    freeride.spec -> 1.5

freeride.spec

index 707c880277d3b6ff671002b5b78f309c1a77b67d..840f54f39d89f181e2f2875b06eb3ecc3be21628 100644 (file)
@@ -8,8 +8,9 @@ Group:          Development/Tools
 Source0:       http://rubyforge.org/download.php/256/%{name}-%{version}.tgz
 # Source0-md5: 1fc5dbd376437ce6da7df303b0907244
 URL:           http://www.rubyide.org/
+BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-modules
-Requires:      ruby-modules
+%ruby_mod_ver_requires_eq
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.068429 seconds and 4 git commands to generate.