]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- fixed manuals packaging; warning: sysfs support requires kernel > 2.6.4 auto/ac/lm_sensors-2_8_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Apr 2004 15:46:03 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lm_sensors.spec -> 1.113

lm_sensors.spec

index 4f5231bc437af1cbf49f9bc811f5fb6f963a1dd5..d4d972ce7c1b7911125f69e8114907860f88de90 100644 (file)
@@ -320,19 +320,22 @@ fi
 %attr(755,root,root) %{_sbindir}/i2c*
 %ifnarch ppc sparc sparc64 sparcv9
 %attr(755,root,root) %{_sbindir}/isadump
+%{_mandir}/man8/isadump.8*
 %endif
 %attr(755,root,root) %{_sbindir}/pwmconfig
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/sensors.conf
-%{_mandir}/man1/*
-%{_mandir}/man5/*
+%{_mandir}/man1/sensors.1*
+%{_mandir}/man5/sensors.conf.5*
+%{_mandir}/man8/i2c*.8*
+%{_mandir}/man8/sensors-detect.8*
 
 %files sensord
 %defattr(644,root,root,755)
 %attr(754,root,root) %{_sbindir}/sensord
 %attr(754,root,root) /etc/rc.d/init.d/sensors
 %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/sensors
-%{_mandir}/man8/*
+%{_mandir}/man8/sensord.8*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.062918 seconds and 4 git commands to generate.