Install udev rule in /usr/lib

This commit is contained in:
Matthias Clasen 2013-01-28 16:47:09 -05:00
parent ae93ceaa98
commit 53e5eb6a9c

View File

@ -1,7 +1,7 @@
Name: gnome-bluetooth Name: gnome-bluetooth
Epoch: 1 Epoch: 1
Version: 3.7.4 Version: 3.7.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: Bluetooth graphical utilities Summary: Bluetooth graphical utilities
Group: Applications/Communications 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}/nautilus-sendto/plugins/*.la
# $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.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-bluetooth2 is the name for the gettext domain,
# gnome-bluetooth is the name in the docs # gnome-bluetooth is the name in the docs
@ -130,7 +130,7 @@ fi
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/gnome-bluetooth/ %{_datadir}/gnome-bluetooth/
%{_mandir}/man1/* %{_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 %files -f gnome-bluetooth2.lang libs
%doc COPYING.LIB %doc COPYING.LIB
@ -149,6 +149,9 @@ fi
%{_datadir}/gtk-doc %{_datadir}/gtk-doc
%changelog %changelog
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.4-3
- Install the udev rule in /usr/lib
* Sat Jan 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-2 * Sat Jan 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-2
- Spec file cleanup - Spec file cleanup
- Drop the desktop-notification-daemon requires now that the applet is gone - Drop the desktop-notification-daemon requires now that the applet is gone