]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- cleanup ..install.cmd and .install, bump to 2.6.27.9. auto/ac/linux-libc-headers-2_6_27_9-1 auto/th/linux-libc-headers-2_6_27_9-1
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 15 Dec 2008 21:27:00 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-libc-headers.spec -> 1.140

linux-libc-headers.spec

index b8e010a1d0b6e2ca06afcbd0810c337f5a0c47df..41e80154dc65a9a10da5ccf93fa82d27002bee91 100644 (file)
@@ -1,5 +1,5 @@
 %define        basever 2.6.27
-%define        postver %{nil}
+%define        postver .9
 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
@@ -12,7 +12,7 @@ Source0:      http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{basever}.tar.bz2
 # Source0-md5: b3e78977aa79d3754cb7f8143d7ddabd
 %if "%{postver}" != "%{nil}"
 Source1:       http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-## Source1-md5:        f12f43dd78b765f3d1402aa9d2170cf5
+# Source1-md5: 1a0b0c727fee22a4d2545276176ac089
 %endif
 # DROP for now? iptables accesses kernel headers/sources directly
 #PatchX: %{name}-netfilter.patch
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/scsi
 # currently provided by libdrm-devel
 rm -rf $RPM_BUILD_ROOT%{_includedir}/drm
 
+# trash
+find $RPM_BUILD_ROOT%{_includedir} -type f -name '..install.cmd' -o -name '.install' | xargs rm
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.167143 seconds and 4 git commands to generate.