]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- updated to Linux 2.6.24 auto/th/linux-libc-headers-2_6_24-1 auto/ti/linux-libc-headers-2_6_24-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Jan 2008 16:30:15 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing 2.6.x.y patch support (oops), temporarily not used
- updated pagesize,SuSE.TIOCGDEV patches
- single asm dir on x86* now (asm-i386 and asm-x86_64 have been merged)

Changed files:
    linux-libc-headers.spec -> 1.132

linux-libc-headers.spec

index 54f044f679f74864a55203d8bd3419048fc61bed..89e95bf07ae50d7c974a2d12481b3eea8a87ef45 100644 (file)
@@ -1,5 +1,5 @@
-%define        basever 2.6.23
-%define        postver .14
+%define        basever 2.6.24
+%define        postver %{nil}
 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
@@ -9,7 +9,7 @@ Epoch:          7
 License:       GPL v2
 Group:         Development
 Source0:       http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{basever}.tar.bz2
-# Source0-md5: 2cc2fd4d521dc5d7cfce0d8a9d1b3472
+# Source0-md5: 3f23ad4b69d0a552042d1ed0f4399857
 %if "%{postver}" != "%{nil}"
 Source1:       http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
 # Source1-md5: 11d3513c45bdcbdf9c75364e747568bd
@@ -56,8 +56,11 @@ potrzebne do zbudowania większości standardowych programów, są także
 potrzebne do przebudowania pakietu glibc.
 
 %prep
-%setup -qc
+%setup -q -c
 cd linux-%{basever}
+%if "%{postver}" != "%{nil}"
+bzip2 -dc %{SOURCE1} | patch -p1
+%endif
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -99,10 +102,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/linux
 %{_includedir}/asm
 %{_includedir}/asm-generic
-%ifarch %{x8664}
-%{_includedir}/asm-i386
-%{_includedir}/asm-x86_64
-%endif
 %ifarch sparc64
 %{_includedir}/asm-sparc
 %{_includedir}/asm-sparc64
This page took 0.033083 seconds and 4 git commands to generate.