]> git.pld-linux.org Git - packages/ruby-wxruby2.git/commitdiff
- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} -
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-wxruby2.spec -> 1.6

ruby-wxruby2.spec

index 4c9231fb81276554e4bc2007a9e50f5cdb64ab7f..168bdc6cae6f4585a9f89a8d2041b3a7127f0326 100644 (file)
@@ -20,7 +20,7 @@ BuildRequires:        rpmbuild(macros) >= 1.277
 BuildRequires: rake
 BuildRequires: ruby-devel
 BuildRequires: wxWidgets-devel >= 2.6.2
-%ruby_mod_ver_requires_eq
+%{?ruby_mod_ver_requires_eq}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.074519 seconds and 4 git commands to generate.