SPECS: udev.spec - prep is the place for sed-patching

saq saq at pld-linux.org
Sun Jul 31 17:13:29 CEST 2005


Author: saq                          Date: Sun Jul 31 15:13:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- prep is the place for sed-patching

---- Files affected:
SPECS:
   udev.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.77 SPECS/udev.spec:1.78
--- SPECS/udev.spec:1.77	Sun Jul 31 16:59:13 2005
+++ SPECS/udev.spec	Sun Jul 31 17:13:24 2005
@@ -64,6 +64,7 @@
 
 %prep
 %setup -q -a5
+sed -i -e 's#gcc#$(CC)#g' devmap_name/Makefile
 
 %build
 %if %{with initrd}
@@ -87,12 +88,10 @@
 %{__make} clean
 %endif
 
-sed -i -e 's#gcc#$(CC)#g' devmap_name/Makefile
 %{__make} -C devmap_name \
 	CC="%{__cc}" \
 	OPTFLAGS="%{rpmcflags}"
 
-#sed 's/LOGNAME_SIZE/64/' -i extras/volume_id/udev_volume_id.c
 %{__make} \
 	udevdir=/dev \
 	CC="%{__cc}" \
@@ -192,6 +191,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2005/07/31 15:13:24  saq
+- prep is the place for sed-patching
+
 Revision 1.77  2005/07/31 14:59:13  jpc
 - uncastrate udev
   (it really won't work well without hotplug events ;)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.77&r2=1.78&f=u




More information about the pld-cvs-commit mailing list