packages: apr-util/apr-util.spec - space between % and macro name is not a ...

sparky sparky at pld-linux.org
Mon May 31 16:11:30 CEST 2010


Author: sparky                       Date: Mon May 31 14:11:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- space between % and macro name is not a good idea, fixed

---- Files affected:
packages/apr-util:
   apr-util.spec (1.85 -> 1.86) 

---- Diffs:

================================================================
Index: packages/apr-util/apr-util.spec
diff -u packages/apr-util/apr-util.spec:1.85 packages/apr-util/apr-util.spec:1.86
--- packages/apr-util/apr-util.spec:1.85	Sat May 22 21:22:35 2010
+++ packages/apr-util/apr-util.spec	Mon May 31 16:11:24 2010
@@ -12,15 +12,15 @@
 %bcond_without	tests
 # define	dbver	db50
 %if 0%{!?dbver:1}
-%  if "%{pld_release}" == "ti"
-%    define	dbver	db45
-%  else
-%    if "%{pld_release}" == "th"
-%      define	dbver	db47
-%    else
-%      define	dbver	db4
-%    endif
-%  endif
+  %if "%{pld_release}" == "ti"
+    %define	dbver	db45
+  %else
+    %if "%{pld_release}" == "th"
+      %define	dbver	db47
+    %else
+      %define	dbver	db4
+    %endif
+  %endif
 %endif
 #
 Summary:	A companion library to Apache Portable Runtime
@@ -366,6 +366,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86  2010/05/31 14:11:24  sparky
+- space between % and macro name is not a good idea, fixed
+
 Revision 1.85  2010/05/22 19:22:35  sparky
 - BR: which
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apr-util/apr-util.spec?r1=1.85&r2=1.86&f=u



More information about the pld-cvs-commit mailing list