[gnome-bluetooth] Install udev rule in /usr/lib

Matthias Clasen mclasen at fedoraproject.org
Mon Jan 28 21:46:52 UTC 2013


commit 53e5eb6a9cbfa7676c60a0d23d95d1469fe66a32
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Jan 28 16:47:09 2013 -0500

    Install udev rule in /usr/lib

 gnome-bluetooth.spec |    9 ++++++---
 1 files 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 <mclasen at redhat.com> - 1:3.7.4-3
+- Install the udev rule in /usr/lib
+
 * Sat Jan 26 2013 Kalev Lember <kalevlember at gmail.com> - 1:3.7.4-2
 - Spec file cleanup
 - Drop the desktop-notification-daemon requires now that the applet is gone


More information about the scm-commits mailing list