SPECS: linux-libc-headers.spec - updated to Linux 2.6.24 - added m...
qboosh
qboosh at pld-linux.org
Sat Jan 26 17:30:20 CET 2008
Author: qboosh Date: Sat Jan 26 16:30:20 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to Linux 2.6.24
- 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)
---- Files affected:
SPECS:
linux-libc-headers.spec (1.131 -> 1.132)
---- Diffs:
================================================================
Index: SPECS/linux-libc-headers.spec
diff -u SPECS/linux-libc-headers.spec:1.131 SPECS/linux-libc-headers.spec:1.132
--- SPECS/linux-libc-headers.spec:1.131 Fri Jan 25 00:06:15 2008
+++ SPECS/linux-libc-headers.spec Sat Jan 26 17:30:15 2008
@@ -1,6 +1,6 @@
# $Revision$, $Date$
-%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
@@ -10,7 +10,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
@@ -57,8 +57,11 @@
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
@@ -100,10 +103,6 @@
%{_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
@@ -119,6 +118,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.132 2008-01-26 16:30:15 qboosh
+- updated to Linux 2.6.24
+- 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)
+
Revision 1.131 2008-01-24 23:06:15 glen
- use rpmbuild(macros) >= 1.360 instead of no_install_post_strip
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/linux-libc-headers.spec?r1=1.131&r2=1.132&f=u
More information about the pld-cvs-commit
mailing list