SPECS: linux-libc-headers.spec - 2.6.22.10; keep our own builddir

glen glen at pld-linux.org
Wed Oct 31 00:35:35 CET 2007


Author: glen                         Date: Tue Oct 30 23:35:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.6.22.10; keep our own builddir

---- Files affected:
SPECS:
   linux-libc-headers.spec (1.125 -> 1.126) 

---- Diffs:

================================================================
Index: SPECS/linux-libc-headers.spec
diff -u SPECS/linux-libc-headers.spec:1.125 SPECS/linux-libc-headers.spec:1.126
--- SPECS/linux-libc-headers.spec:1.125	Tue Oct 16 01:42:11 2007
+++ SPECS/linux-libc-headers.spec	Wed Oct 31 00:35:30 2007
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
+%define	basever	2.6.22
+%define	postver	.10
 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
-%define	basever	2.6.22
-%define	postver	.1
 Version:	%{basever}%{postver}
-Release:	2
+Release:	1
 Epoch:		7
 License:	GPL v2
 Group:		Development
@@ -13,7 +13,7 @@
 # Source0-md5:	2e230d005c002fb3d38a3ca07c0200d0
 %if "%{postver}" != "%{nil}"
 Source1:	http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5:	a29ac92cd688d591afd3fec48905e329
+# Source1-md5:	8dc6d14fb270d13e8ef670d23387b418
 %endif
 # DROP? (these were always kept in private drivers dir, not exported)
 #Source1:	%{name}-dv1394.h
@@ -57,7 +57,8 @@
 potrzebne do przebudowania pakietu glibc.
 
 %prep
-%setup -q -n linux-%{basever}
+%setup -qc
+cd linux-%{basever}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -69,8 +70,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-%{__make} headers_install \
+%{__make} -C linux-%{basever} headers_install \
 	INSTALL_HDR_PATH=$RPM_BUILD_ROOT%{_prefix} \
 %ifarch ppc ppc64
 	ARCH=powerpc
@@ -117,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.126  2007/10/30 23:35:30  glen
+- 2.6.22.10; keep our own builddir
+
 Revision 1.125  2007/10/15 23:42:11  zbyniu
 - pom-set.patch added, ipset.spec needs this headers
 
================================================================

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



More information about the pld-cvs-commit mailing list