This commit is contained in:
parent
a04ef6cc33
commit
6f9f8aa930
@ -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
|
Tue Sep 23 15:10:42 CDT 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgnomekbd (Version 2.24.0)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@ BuildRequires: libglade2-devel
|
|||||||
### BuildRequires: libgnomeui-devel
|
### BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libxklavier-devel
|
BuildRequires: libxklavier-devel
|
||||||
Version: 2.24.0
|
Version: 2.24.0
|
||||||
Release: 1
|
Release: 3
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -69,12 +69,12 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static --with-pic
|
||||||
make
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
cat %{name}.schemas_list >%{name}.lst
|
cat %{name}.schemas_list >%{name}.lst
|
||||||
@ -110,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2009 crrodriguez@suse.de
|
||||||
|
- remove "la" files [BNC#357465]
|
||||||
* Tue Sep 23 2008 maw@suse.de
|
* Tue Sep 23 2008 maw@suse.de
|
||||||
- Update to version 2.24.0:
|
- Update to version 2.24.0:
|
||||||
+ Minor fixes
|
+ Minor fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user