From 53e5eb6a9cbfa7676c60a0d23d95d1469fe66a32 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Jan 2013 16:47:09 -0500 Subject: [PATCH] Install udev rule in /usr/lib --- gnome-bluetooth.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 6527a6a..d8ebe68 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Name: gnome-bluetooth Epoch: 1 Version: 3.7.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -83,7 +83,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la \ $RPM_BUILD_ROOT/%{_libdir}/nautilus-sendto/plugins/*.la # $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la \ -install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules +install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules # gnome-bluetooth2 is the name for the gettext domain, # gnome-bluetooth is the name in the docs @@ -130,7 +130,7 @@ fi %{_datadir}/applications/*.desktop %{_datadir}/gnome-bluetooth/ %{_mandir}/man1/* -/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules +/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules %files -f gnome-bluetooth2.lang libs %doc COPYING.LIB @@ -149,6 +149,9 @@ fi %{_datadir}/gtk-doc %changelog +* Mon Jan 28 2013 Matthias Clasen - 1:3.7.4-3 +- Install the udev rule in /usr/lib + * Sat Jan 26 2013 Kalev Lember - 1:3.7.4-2 - Spec file cleanup - Drop the desktop-notification-daemon requires now that the applet is gone