rpms/lm_sensors/devel lm_sensors.spec,1.47,1.48

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Jul 17 05:47:41 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/lm_sensors/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4743

Modified Files:
	lm_sensors.spec 
Log Message:
lm_sensors WIP


Index: lm_sensors.spec
===================================================================
RCS file: /cvs/extras/rpms/lm_sensors/devel/lm_sensors.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- lm_sensors.spec	10 Jul 2007 20:58:05 -0000	1.47
+++ lm_sensors.spec	17 Jul 2007 05:47:09 -0000	1.48
@@ -24,7 +24,7 @@
 Requires(post): /sbin/ldconfig
 BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex
 BuildRequires: rrdtool-devel
-ExclusiveArch: alpha %{ix86} x86_64
+ExcludeArch:   s390 s390x
 
 %description
 The lm_sensors package includes a collection of modules for general SMBus
@@ -140,7 +140,9 @@
 %config(noreplace) %{_sysconfdir}/sensors.conf
 %{_bindir}/*
 %{_libdir}/*.so.*
-%{_mandir}/man*/*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_mandir}/man8/*
 %{_sbindir}/*
 %{_initrddir}/lm_sensors
 %config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
@@ -151,6 +153,7 @@
 %defattr(-,root,root)
 %{_includedir}/sensors
 %{_libdir}/lib*.so
+%{_mandir}/man3/*
 
 %files sensord
 %defattr(-,root,root,-)
@@ -166,6 +169,10 @@
 
 
 %changelog
+- Move libsensors.3 manpage to -devel sub-package
+- Switch from ExclusiveArch: alph ix86 x86_64, to ExcludeArch: s390 s390x,
+  so that we get build on ppc, arm, etc. too. (bz 181037 amongst others)
+
 * Mon Jul  9 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 2.10.3-3
 - Remove no longer needed patches 1, 2 & 6
 - Various specfile cleanups to match the Fedora packaging guidelines




More information about the scm-commits mailing list