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

WideStudio.spec

index 0f1b9bb51bfdaa9e88d7ddd57d94440cd50a93c3..d93d912f33b309da7608ce1bf90d804f38481925 100644 (file)
@@ -50,7 +50,7 @@ BuildRequires:        python-devel
 BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-devel
 BuildRequires: unixODBC-devel
-%ruby_mod_ver_requires_eq
+%{?ruby_mod_ver_requires_eq}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -169,7 +169,7 @@ Summary(ja):        WideStudio ruby 
 Summary(pl):   Biblioteka ruby do WideStudio
 Group:         X11/Development/Tools
 Requires:      %{name} = %{version}-%{release}
-%ruby_mod_ver_requires_eq
+%{?ruby_mod_ver_requires_eq}
 
 %description ruby
 The WideStudio-ruby package provides library for ruby.
This page took 0.069212 seconds and 4 git commands to generate.