OBS User unknown 2009-01-27 01:19:05 +00:00 committed by Git OBS Bridge
parent 99305aedda
commit 5f430794d9
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 26 22:52:32 CET 2009 - crrodriguez@suse.de
- remove "la" files [BNC#357465]
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 10 17:54:39 CDT 2008 - maw@suse.de Wed Sep 10 17:54:39 CDT 2008 - maw@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libxklavier (Version 3.7) # spec file for package libxklavier (Version 3.7)
# #
# 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
@ -24,7 +24,7 @@ License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Libraries/X11 Group: Development/Libraries/X11
AutoReqProv: on AutoReqProv: on
Version: 3.7 Version: 3.7
Release: 1 Release: 4
Summary: Library with X keyboard related functions Summary: Library with X keyboard related functions
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Url: http://www.freedesktop.org/Software/LibXklavier Url: http://www.freedesktop.org/Software/LibXklavier
@ -93,13 +93,14 @@ Authors:
# needed for libxklavier-3.0 and openSUSE 10.2: # needed for libxklavier-3.0 and openSUSE 10.2:
cp /usr/share/gettext/config.rpath . cp /usr/share/gettext/config.rpath .
autoreconf -f -i autoreconf -f -i
%configure\ %configure --with-pic\
--with-xkb-base=/usr/share/X11/xkb\ --with-xkb-base=/usr/share/X11/xkb\
--disable-static --disable-static
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -vf %{buildroot}%{_libdir}/*.la
%post -n libxklavier12 -p /sbin/ldconfig %post -n libxklavier12 -p /sbin/ldconfig
@ -120,7 +121,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-, root, root) %defattr (-, root, root)
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%files doc %files doc
@ -128,6 +128,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libxklavier %{_datadir}/gtk-doc/html/libxklavier
%changelog %changelog
* Mon Jan 26 2009 crrodriguez@suse.de
- remove "la" files [BNC#357465]
* Wed Sep 10 2008 maw@suse.de * Wed Sep 10 2008 maw@suse.de
- Update to version 3.7: - Update to version 3.7:
+ Several bugfixes + Several bugfixes
@ -209,7 +211,7 @@ rm -rf $RPM_BUILD_ROOT
- Fixed devel requirements. - Fixed devel requirements.
* Tue Apr 26 2005 gekker@suse.de * Tue Apr 26 2005 gekker@suse.de
- Disable -Werror for now. - Disable -Werror for now.
* Wed Mar 09 2005 gekker@suse.de * Thu Mar 10 2005 gekker@suse.de
- Update to version 2.0 (GNOME 2.10). - Update to version 2.0 (GNOME 2.10).
* Fri Jan 21 2005 gekker@suse.de * Fri Jan 21 2005 gekker@suse.de
- Update to version 1.14 - Update to version 1.14