Remove libgnome-bluetooth.la file

It was added 4 years ago in commit 93e17d3 as a temporary workaround and
shouldn't be needed any more.
This commit is contained in:
Kalev Lember 2015-08-18 12:29:58 +02:00
parent 9b21193e94
commit 6b006a5cb8

View File

@ -1,7 +1,7 @@
Name: gnome-bluetooth
Epoch: 1
Version: 3.17.90
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Bluetooth graphical utilities
Group: Applications/Communications
@ -83,9 +83,7 @@ make %{?_smp_mflags}
%install
%make_install
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 \
find $RPM_BUILD_ROOT -name '*.la' -delete
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
@ -134,12 +132,14 @@ fi
%files libs-devel
%{_includedir}/gnome-bluetooth/
%{_libdir}/libgnome-bluetooth.so
%{_libdir}/libgnome-bluetooth.la
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
%{_datadir}/gtk-doc
%changelog
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-2
- Remove libgnome-bluetooth.la file
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-1
- Update to 3.17.90
- Use make_install macro