SPECS: pcmciautils.spec - fixed lspcmcia(8) manual (.so pointer in...

qboosh qboosh at pld-linux.org
Thu Jan 25 13:02:26 CET 2007


Author: qboosh                       Date: Thu Jan 25 12:02:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed lspcmcia(8) manual (.so pointer instead of symlink)

---- Files affected:
SPECS:
   pcmciautils.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/pcmciautils.spec
diff -u SPECS/pcmciautils.spec:1.10 SPECS/pcmciautils.spec:1.11
--- SPECS/pcmciautils.spec:1.10	Thu Jan 25 12:57:55 2007
+++ SPECS/pcmciautils.spec	Thu Jan 25 13:02:21 2007
@@ -62,6 +62,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_mandir}/man8/lspcmcia.8
+echo '.so pccardctl.8' >$RPM_BUILD_ROOT%{_mandir}/man8/lspcmcia.8
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,13 +79,14 @@
 %else
 %{_sysconfdir}/hotplug/*
 %endif
+%attr(755,root,root) /sbin/lspcmcia
 %attr(755,root,root) /sbin/pccardctl
 %attr(755,root,root) /sbin/pcmcia-check-broken-cis
-%attr(755,root,root) /sbin/lspcmcia
 %if %{with startup}
 %attr(755,root,root) /sbin/pcmcia-socket-startup
 %endif
-%{_mandir}/*/*
+%{_mandir}/man8/lspcmcia.8*
+%{_mandir}/man8/pccardctl.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -90,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2007/01/25 12:02:21  qboosh
+- fixed lspcmcia(8) manual (.so pointer instead of symlink)
+
 Revision 1.10  2007/01/25 11:57:55  qboosh
 - udev is default in current pcmciautils
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pcmciautils.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list