packages: linux-libc-headers/linux-libc-headers.spec - postver is now manda...

arekm arekm at pld-linux.org
Fri Jul 22 09:19:23 CEST 2011


Author: arekm                        Date: Fri Jul 22 07:19:23 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- postver is now mandatory

---- Files affected:
packages/linux-libc-headers:
   linux-libc-headers.spec (1.172 -> 1.173) 

---- Diffs:

================================================================
Index: packages/linux-libc-headers/linux-libc-headers.spec
diff -u packages/linux-libc-headers/linux-libc-headers.spec:1.172 packages/linux-libc-headers/linux-libc-headers.spec:1.173
--- packages/linux-libc-headers/linux-libc-headers.spec:1.172	Fri Jul 22 09:05:17 2011
+++ packages/linux-libc-headers/linux-libc-headers.spec	Fri Jul 22 09:19:17 2011
@@ -1,10 +1,10 @@
 # $Revision$, $Date$
 %define	basever	3.0
-%define	postver	.0
+%define	postver	0
 Summary:	Linux kernel headers for use with C libraries
 Summary(pl.UTF-8):	Nagłówki jądra Linuksa do użytku z bibliotekami C
 Name:		linux-libc-headers
-Version:	%{basever}%{postver}
+Version:	%{basever}.%{postver}
 Release:	1
 Epoch:		7
 License:	GPL v2
@@ -56,7 +56,7 @@
 %prep
 %setup -q -c
 cd linux-%{basever}
-%if "%{postver}" != "%{nil}"
+%if "%{postver}" > "0"
 bzip2 -dc %{SOURCE1} | patch -p1
 %endif
 %patch0 -p1
@@ -113,6 +113,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.173  2011/07/22 07:19:17  arekm
+- postver is now mandatory
+
 Revision 1.172  2011/07/22 07:05:17  arekm
 - up to 3.0.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/linux-libc-headers/linux-libc-headers.spec?r1=1.172&r2=1.173&f=u



More information about the pld-cvs-commit mailing list