]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- rel 8 auto/th/blueman-1_21-8
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Jul 2011 10:48:53 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hal is obsolete, disable it

Changed files:
    blueman.spec -> 1.28

blueman.spec

index df87e892ad3fb4453aca25a534ab63e0c2f309d6..0bae94bfc41a8aecbb0d7876e8f608a3d769dcc0 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Blueman - bluetooth management utility for GNOME
 Name:          blueman
 Version:       1.21
-Release:       7
+Release:       8
 License:       GPL
 Group:         Applications
 Source0:       http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
@@ -57,10 +57,9 @@ Features:
 %setup -q
 
 %build
-%configure
-# enable default path for fdi installation
-sed -i -e s/#hal_fdi/hal_fdi/g data/configs/Makefile
-#--with-dhcp-config=PATH
+%configure \
+       --disable-hal
+
 %{__make}
 
 %install
@@ -98,5 +97,4 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/autostart/blueman.desktop
 %{_mandir}/man1/*.1*
 %{_datadir}/dbus-1/services/blueman-applet.service
-%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
 %{py_sitescriptdir}/%{name}
This page took 0.104923 seconds and 4 git commands to generate.