]> git.pld-linux.org Git - packages/ruby-gnome2.git/commitdiff
- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} - auto/ac/ruby-gnome2-0_14_1-1
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-gnome2.spec -> 1.36

ruby-gnome2.spec

index be609824846b15b54741a83f302061b000db6bc4..8531ed58a0ab51f7190b40d794f521af7a360fe7 100644 (file)
@@ -35,7 +35,7 @@ BuildRequires:        rpmbuild(macros) >= 1.277
 BuildRequires: ruby-devel
 BuildRequires: sed >= 4.0
 Requires:      ruby-rbogl
-%ruby_mod_ver_requires_eq
+%{?ruby_mod_ver_requires_eq}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.041626 seconds and 4 git commands to generate.