Install udev rule in /usr/lib
This commit is contained in:
parent
ae93ceaa98
commit
53e5eb6a9c
@ -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@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
|
||||
- Spec file cleanup
|
||||
- Drop the desktop-notification-daemon requires now that the applet is gone
|
||||
|
Loading…
Reference in New Issue
Block a user