rpms/hal/devel hal.spec,1.203,1.204

Richard Hughes rhughes at fedoraproject.org
Wed Jul 29 13:19:05 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/hal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23921

Modified Files:
	hal.spec 
Log Message:
* Wed Jul 29 2009 Richard Hughes <rhughes at redhat.com> - 0.5.13-6
- Don't compile with csr, ibm or cpufreq options, this functionality is
  obsolete.



Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -p -r1.203 -r1.204
--- hal.spec	28 Jul 2009 14:01:28 -0000	1.203
+++ hal.spec	29 Jul 2009 13:19:05 -0000	1.204
@@ -26,7 +26,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.13
-Release: 5%{?dist}
+Release: 6%{?dist}
 #Release: 1.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -146,16 +146,18 @@ API docs for HAL.
 autoreconf -i -f
 
 %build
-%configure                                  \
-    --enable-docbook-docs                   \
-    --docdir=%{_docdir}/%{name}-%{version}  \
-    --with-os-type=redhat                   \
-    --with-udev-prefix=/etc                 \
-    --disable-console-kit                   \
-    --disable-policy-kit                    \
-    --enable-umount-helper                  \
-    --enable-acpi-ibm                       \
-    --disable-smbios			    \
+%configure					\
+    --enable-docbook-docs			\
+    --docdir=%{_docdir}/%{name}-%{version}	\
+    --with-os-type=redhat			\
+    --with-udev-prefix=/etc			\
+    --disable-console-kit			\
+    --disable-policy-kit			\
+    --disable-acpi-ibm				\
+    --disable-smbios				\
+    --enable-umount-helper			\
+    --without-usb-csr				\
+    --without-cpufreq				\
     --with-eject=%{_sbindir}/eject
 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -280,6 +282,10 @@ fi
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Wed Jul 29 2009 Richard Hughes <rhughes at redhat.com> - 0.5.13-6
+- Don't compile with csr, ibm or cpufreq options, this functionality is
+  obsolete.
+
 * Tue Jul 28 2009 Richard Hughes <rhughes at redhat.com> - 0.5.13-5
 - Apply a patch to fix mdraid devices.
 - Fixes #507782




More information about the fedora-extras-commits mailing list