diff --git a/libgnomekbd-2.23.2.tar.bz2 b/libgnomekbd-2.23.2.tar.bz2 deleted file mode 100644 index 75e7ec8..0000000 --- a/libgnomekbd-2.23.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19ac61e5f39c0a939004d6574503a29f07007363791c8177eaa2a02707aa555 -size 406155 diff --git a/libgnomekbd-2.24.0.tar.bz2 b/libgnomekbd-2.24.0.tar.bz2 new file mode 100644 index 0000000..d999bd3 --- /dev/null +++ b/libgnomekbd-2.24.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a +size 411322 diff --git a/libgnomekbd-allow-old-dbus.patch b/libgnomekbd-allow-old-dbus.patch deleted file mode 100644 index cc83c47..0000000 --- a/libgnomekbd-allow-old-dbus.patch +++ /dev/null @@ -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 diff --git a/libgnomekbd.changes b/libgnomekbd.changes index 09867d3..c3cce44 100644 --- a/libgnomekbd.changes +++ b/libgnomekbd.changes @@ -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 diff --git a/libgnomekbd.spec b/libgnomekbd.spec index e9eacf9..b797427 100644 --- a/libgnomekbd.spec +++ b/libgnomekbd.spec @@ -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. -# 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/ # @@ -12,15 +19,21 @@ Name: libgnomekbd -BuildRequires: dbus-1-glib-devel fdupes gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel -Version: 2.23.2 +BuildRequires: dbus-1-glib-devel +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 Url: http://www.gnome.org/ Group: System/GUI/GNOME License: LGPL v2.1 or later Summary: GNOME Keyboard Library Source: %{name}-%{version}.tar.bz2 -Patch1: libgnomekbd-allow-old-dbus.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-lang = %{version} %gconf_schemas_prereq @@ -53,18 +66,15 @@ Authors: %prep %setup -q %if %suse_version <= 1010 -%patch1 %endif %build -autoreconf -f -i %configure -# Does not work properly for libgnomekbd-2.17.2: -#make %{?jobs:-j%jobs} make %install -make DESTDIR=$RPM_BUILD_ROOT install +%makeinstall +rm $RPM_BUILD_ROOT/%{_libdir}/*.*a %find_lang %{name} %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst @@ -75,14 +85,12 @@ rm -rf $RPM_BUILD_ROOT %pre -f %{name}.schemas_pre -%post -/sbin/ldconfig +%post -p /sbin/ldconfig %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files -f %{name}.lst %defattr(-, root, root) @@ -92,7 +100,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*so.* %{_datadir}/applications/*.desktop %{_datadir}/libgnomekbd -#%{_datadir}/icons/hicolor/48x48/apps/gkbd-indicator-plugins-capplet.png %files lang -f %{name}.lang @@ -100,11 +107,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %{_includedir}/libgnomekbd %{_libdir}/*.so -%{_libdir}/*.*a %{_libdir}/pkgconfig/*.pc %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: + Drop old and unneeded code + 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: * minor fix to the build process * new translations -* Fri Aug 31 2007 maw@suse.de +* Thu Aug 30 2007 maw@suse.de - Update to version 2.19.91: + Bug fixes + Updated translations. -* Wed Aug 08 2007 maw@suse.de +* Tue Aug 07 2007 maw@suse.de - Use %%fdupes - Split off a -lang subpackage - s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun. @@ -148,5 +160,5 @@ rm -rf $RPM_BUILD_ROOT - Bug fixes. * Mon Mar 05 2007 sbrabec@suse.cz - Spec file cleanup. -* Wed Feb 28 2007 maw@suse.de +* Tue Feb 27 2007 maw@suse.de - New package.