OBS User unknown 2008-10-11 16:16:44 +00:00 committed by Git OBS Bridge
parent 701888f54c
commit a04ef6cc33
5 changed files with 45 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c19ac61e5f39c0a939004d6574503a29f07007363791c8177eaa2a02707aa555
size 406155

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a
size 411322

View File

@ -1,11 +0,0 @@
--- configure.in
+++ configure.in
@@ -14,7 +14,7 @@
dnl ***************************************************************************
dnl *** Minimum library versions for libgnomekbd ***
dnl ***************************************************************************
-DBUS_REQUIRED=0.92
+DBUS_REQUIRED=0.60
DBUS_GLIB_REQUIRED=0.34
GCONF_REQUIRED=2.14.0
GDK_REQUIRED=2.10.3

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 23 15:10:42 CDT 2008 - maw@suse.de
- Update to version 2.24.0:
+ Minor fixes
- Drop libgnomekbd-allow-old-dbus.patch
- Misc., minor .spec file cleanups
- Don't package libtool archives or static libraries.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 16 22:57:51 CEST 2008 - maw@suse.de Mon Jun 16 22:57:51 CEST 2008 - maw@suse.de

View File

@ -1,10 +1,17 @@
# #
# spec file for package libgnomekbd (Version 2.23.2) # spec file for package libgnomekbd (Version 2.24.0)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -12,15 +19,21 @@
Name: libgnomekbd Name: libgnomekbd
BuildRequires: dbus-1-glib-devel fdupes gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel BuildRequires: dbus-1-glib-devel
Version: 2.23.2 BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: libglade2-devel
### BuildRequires: libgnomeui-devel
BuildRequires: libxklavier-devel
Version: 2.24.0
Release: 1 Release: 1
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
Summary: GNOME Keyboard Library Summary: GNOME Keyboard Library
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: libgnomekbd-allow-old-dbus.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
%gconf_schemas_prereq %gconf_schemas_prereq
@ -53,18 +66,15 @@ Authors:
%prep %prep
%setup -q %setup -q
%if %suse_version <= 1010 %if %suse_version <= 1010
%patch1
%endif %endif
%build %build
autoreconf -f -i
%configure %configure
# Does not work properly for libgnomekbd-2.17.2:
#make %{?jobs:-j%jobs}
make make
%install %install
make DESTDIR=$RPM_BUILD_ROOT install %makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
%find_lang %{name} %find_lang %{name}
%find_gconf_schemas %find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst cat %{name}.schemas_list >%{name}.lst
@ -75,14 +85,12 @@ rm -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre %pre -f %{name}.schemas_pre
%post %post -p /sbin/ldconfig
/sbin/ldconfig
%posttrans -f %{name}.schemas_posttrans %posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun %preun -f %{name}.schemas_preun
%postun %postun -p /sbin/ldconfig
/sbin/ldconfig
%files -f %{name}.lst %files -f %{name}.lst
%defattr(-, root, root) %defattr(-, root, root)
@ -92,7 +100,6 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*so.* %{_libdir}/*so.*
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/libgnomekbd %{_datadir}/libgnomekbd
#%{_datadir}/icons/hicolor/48x48/apps/gkbd-indicator-plugins-capplet.png
%files lang -f %{name}.lang %files lang -f %{name}.lang
@ -100,11 +107,16 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root) %defattr(-, root, root)
%{_includedir}/libgnomekbd %{_includedir}/libgnomekbd
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Tue Jun 17 2008 maw@suse.de * Tue Sep 23 2008 maw@suse.de
- Update to version 2.24.0:
+ Minor fixes
- Drop libgnomekbd-allow-old-dbus.patch
- Misc., minor .spec file cleanups
- Don't package libtool archives or static libraries.
* Mon Jun 16 2008 maw@suse.de
- Update to version 2.23.2: - Update to version 2.23.2:
+ Drop old and unneeded code + Drop old and unneeded code
+ Make the default size of the preview depend upon the screen's + Make the default size of the preview depend upon the screen's
@ -122,11 +134,11 @@ rm -rf $RPM_BUILD_ROOT
- Updated to version 2.20.0: - Updated to version 2.20.0:
* minor fix to the build process * minor fix to the build process
* new translations * new translations
* Fri Aug 31 2007 maw@suse.de * Thu Aug 30 2007 maw@suse.de
- Update to version 2.19.91: - Update to version 2.19.91:
+ Bug fixes + Bug fixes
+ Updated translations. + Updated translations.
* Wed Aug 08 2007 maw@suse.de * Tue Aug 07 2007 maw@suse.de
- Use %%fdupes - Use %%fdupes
- Split off a -lang subpackage - Split off a -lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun. - s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
@ -148,5 +160,5 @@ rm -rf $RPM_BUILD_ROOT
- Bug fixes. - Bug fixes.
* Mon Mar 05 2007 sbrabec@suse.cz * Mon Mar 05 2007 sbrabec@suse.cz
- Spec file cleanup. - Spec file cleanup.
* Wed Feb 28 2007 maw@suse.de * Tue Feb 27 2007 maw@suse.de
- New package. - New package.