diff --git a/libgnomekbd.changes b/libgnomekbd.changes index c3cce44..a0b4def 100644 --- a/libgnomekbd.changes +++ b/libgnomekbd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 27 00:41:42 CET 2009 - crrodriguez@suse.de + +- remove "la" files [BNC#357465] + ------------------------------------------------------------------- Tue Sep 23 15:10:42 CDT 2008 - maw@suse.de diff --git a/libgnomekbd.spec b/libgnomekbd.spec index b797427..1fda96a 100644 --- a/libgnomekbd.spec +++ b/libgnomekbd.spec @@ -1,7 +1,7 @@ # # spec file for package libgnomekbd (Version 2.24.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ BuildRequires: libglade2-devel ### BuildRequires: libgnomeui-devel BuildRequires: libxklavier-devel Version: 2.24.0 -Release: 1 +Release: 3 Url: http://www.gnome.org/ Group: System/GUI/GNOME License: LGPL v2.1 or later @@ -69,12 +69,12 @@ Authors: %endif %build -%configure -make +%configure --disable-static --with-pic +%{__make} %{?jobs:-j%jobs} %install %makeinstall -rm $RPM_BUILD_ROOT/%{_libdir}/*.*a +%{__rm} -f %{buildroot}%{_libdir}/*.la %find_lang %{name} %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst @@ -110,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jan 27 2009 crrodriguez@suse.de +- remove "la" files [BNC#357465] * Tue Sep 23 2008 maw@suse.de - Update to version 2.24.0: + Minor fixes