SPECS: hal.spec - added link patch to reduce libs linking - BR: li...

qboosh qboosh at pld-linux.org
Wed Oct 31 21:30:23 CET 2007


Author: qboosh                       Date: Wed Oct 31 20:30:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch to reduce libs linking
- BR: libsmbios-devel (x86* only) to for Dell backlight support
- dropped obsolete deps and configure options
- consistent udev/libvolume_id deps

---- Files affected:
SPECS:
   hal.spec (1.144 -> 1.145) 

---- Diffs:

================================================================
Index: SPECS/hal.spec
diff -u SPECS/hal.spec:1.144 SPECS/hal.spec:1.145
--- SPECS/hal.spec:1.144	Wed Oct 31 00:33:05 2007
+++ SPECS/hal.spec	Wed Oct 31 21:30:18 2007
@@ -17,8 +17,8 @@
 Source3:	%{name}-storage-policy-fixed-drives.fdi
 Patch0:		%{name}-tools.patch
 Patch1:		%{name}-parted.patch
+Patch2:		%{name}-link.patch
 URL:		http://freedesktop.org/Software/hal
-#BuildRequires:	ConsoleKit-devel
 BuildRequires:	PolicyKit-devel >= 0.5
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -33,17 +33,18 @@
 BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel >= 1:2.12.1
 BuildRequires:	gperf
+BuildRequires:	gtk-doc >= 1.3
 BuildRequires:	intltool >= 0.22
-BuildRequires:	libcap-devel
-BuildRequires:	libselinux-devel >= 1.17.13
+%ifarch %{ix86} %{x8664}
+BuildRequires:	libsmbios-devel >= 0.13.4
+%endif
 BuildRequires:	libtool
 BuildRequires:	libusb-devel >= 0.1.10a
-BuildRequires:	libvolume_id-devel >= 0.97
-# 1.7.1/1.8.0/1.8.1/1.8.2 or 1.8.6
-BuildRequires:	parted-devel >= 1.7.1
+BuildRequires:	libvolume_id-devel >= 1:0.097
+# 1.7.1/1.8.0/1.8.1/1.8.2/1.8.6/1.8.7 (1.8.8 added by patch)
+BuildRequires:	parted-devel >= 1.8.6
 BuildRequires:	pciutils-devel >= 2.2.3
 BuildRequires:	pkgconfig
-BuildRequires:	popt-devel
 BuildRequires:	python-modules
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.228
@@ -62,7 +63,10 @@
 Requires:	dmidecode >= 2.7
 Requires:	glib2 >= 1:2.12.1
 Requires:	python-dbus >= 0.71
-Requires:	udev >= 1:089
+Requires:	udev >= 1:097
+# require pciutils and usbutils with .ids in expected location
+Requires:	/etc/pci.ids
+Requires:	/etc/usb.ids
 Obsoletes:	hal-device-manager
 Obsoletes:	hal-fstab-sync
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -126,6 +130,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -139,26 +144,23 @@
 	%{!?with_doc:--disable-docbook-docs} \
 	%{?with_doc:--enable-doxygen-docs} \
 	%{!?with_doc:--disable-doxygen-docs} \
-	--enable-fstab-sync \
-	--enable-pcmcia-support \
-	--enable-selinux \
-	--enable-policy-kit \
-	--enable-console-kit \
-	--enable-parted \
+	--enable-acl-management \
 	--enable-acpi-ibm \
 	--enable-acpi-toshiba \
-	--enable-acl-management \
+	--enable-console-kit \
+	--enable-parted \
+	--enable-policy-kit \
 	--enable-sonypic \
 	--enable-umount-helper \
+	--with-cpufreq \
+	--with-html-dir=%{_gtkdocdir} \
+	--with-hwdata=/etc \
 %ifarch %{ix86} %{x8664}
 	--with-macbook \
 	--with-macbookpro \
 %endif
-	--with-cpufreq \
-	--with-usb-csr \
-	--with-html-dir=%{_gtkdocdir} \
-	--with-hwdata=%{_sysconfdir} \
-	--with-pid-file=%{_localstatedir}/run/hald.pid
+	--with-pid-file=%{_localstatedir}/run/hald.pid \
+	--with-usb-csr
 %{__make}
 
 %install
@@ -277,6 +279,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.145  2007/10/31 20:30:18  qboosh
+- added link patch to reduce libs linking
+- BR: libsmbios-devel (x86* only) to for Dell backlight support
+- dropped obsolete deps and configure options
+- consistent udev/libvolume_id deps
+
 Revision 1.144  2007/10/30 23:33:05  qboosh
 - workaround not to BR PolicyKit tools (used only for make check)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hal.spec?r1=1.144&r2=1.145&f=u



More information about the pld-cvs-commit mailing list