SPECS: udev.spec - do not assume compressed manpages

glen glen at pld-linux.org
Tue Jan 16 12:38:57 CET 2007


Author: glen                         Date: Tue Jan 16 11:38:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not assume compressed manpages

---- Files affected:
SPECS:
   udev.spec (1.200 -> 1.201) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.200 SPECS/udev.spec:1.201
--- SPECS/udev.spec:1.200	Tue Jan 16 12:36:49 2007
+++ SPECS/udev.spec	Tue Jan 16 12:38:52 2007
@@ -252,7 +252,8 @@
 install %{SOURCE32} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/udev_blacklist.conf
 
 # fix man page symlink
-ln -sf udevd.8.gz $RPM_BUILD_ROOT%{_mandir}/man8/udevcontrol.8
+rm -f $RPM_BUILD_ROOT%{_mandir}/man8/udevcontrol.8
+echo '.so udevd.8' > $RPM_BUILD_ROOT%{_mandir}/man8/udevcontrol.8
 
 %if %{with initrd}
 install -d $RPM_BUILD_ROOT%{_sbindir}
@@ -370,6 +371,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.201  2007/01/16 11:38:52  glen
+- do not assume compressed manpages
+
 Revision 1.200  2007/01/16 11:36:49  alucard
 - fix man page symlink
 
================================================================

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



More information about the pld-cvs-commit mailing list