[packages/ruby-rake/rake: 23/38] - change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} - expand this macro only if d

draenog draenog at pld-linux.org
Sat Apr 20 22:56:47 CEST 2013


commit 4d5c5138b140d37fc9a6389d1eae90c2daafc1df
Author: twittner <twittner at pld-linux.org>
Date:   Sat Dec 31 10:36:33 2005 +0000

    - change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} -
      expand this macro only if defined to avoid parse error when appropriate
      BRs is not installed yet (solution provided by glen)
    
    Changed files:
        rake.spec -> 1.20

 rake.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rake.spec b/rake.spec
index 8abe470..f6d5892 100644
--- a/rake.spec
+++ b/rake.spec
@@ -11,7 +11,7 @@ Patch0:		%{name}-libdir.patch
 URL:		http://rake.rubyforge.org/
 BuildRequires:	rpmbuild(macros) >= 1.277
 #BuildRequires:	ruby-modules
-%ruby_mod_ver_requires_eq
+%{?ruby_mod_ver_requires_eq}
 #BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-rake.git/commitdiff/ab6d3f97518796fdd25b7079e26dbbab9d128518



More information about the pld-cvs-commit mailing list