diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 4fe5042..c9017f3 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 19 00:22:57 CET 2007 - jhargadon@suse.de + +- removed useless .la files (#223699) + ------------------------------------------------------------------- Tue Dec 19 12:08:07 CET 2006 - sbrabec@suse.cz diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index f214b03..35396f7 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -16,7 +16,7 @@ License: GNU General Public License (GPL) Group: System/GUI/GNOME Requires: gnome-vfs2 python-gnome Version: 0.8.0 -Release: 37 +Release: 38 Summary: GNOME Bluetooth Support URL: http://usefulinc.com/software/gnome-bluetooth/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -114,6 +114,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps %find_lang %{name} %find_gconf_schemas cat %{name}.lang %{name}.schemas_list >%{name}.lst +rm $RPM_BUILD_ROOT%{py_sitedir}/gnomebt/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -149,6 +150,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog -n gnome-bluetooth +* Fri Jan 19 2007 - jhargadon@suse.de +- removed useless .la files (#223699) * Tue Dec 19 2006 - sbrabec@suse.cz - Spec file cleanup. * Mon Dec 18 2006 - maw@suse.de