OBS User unknown 2009-01-27 01:18:09 +00:00 committed by Git OBS Bridge
parent a04ef6cc33
commit 6f9f8aa930
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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