# # spec file for package gdl (Version 2.27.1) # # 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 # 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/ # # norootforbuild Name: gdl BuildRequires: fdupes BuildRequires: gtk2-devel BuildRequires: intltool BuildRequires: libglade2-devel BuildRequires: licenses BuildRequires: translation-update-upstream License: GPL v2 only Group: System/Libraries Version: 2.27.1 Release: 1 Summary: Gnome Devtool Libraries contains components and libraries Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2 Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. Authors: -------- Dave Camp Neil Hodgson (Scintilla Widget) Gustavo Giráldez (GdlDock) %package -n libgdl-1-0 License: GPL v2 only Summary: Gnome Devtool Libraries contains components and libraries Group: System/Libraries Requires: %{name}-lang = %{version} Obsoletes: gdl <= %{version} Provides: gdl = %{version} %description -n libgdl-1-0 Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. Authors: -------- Dave Camp Neil Hodgson (Scintilla Widget) Gustavo Giráldez (GdlDock) %package devel License: GPL v2 only Summary: Gnome Devtool Libraries contains components and libraries Group: System/Libraries Requires: libgdl-1-0 = %{version} Requires: gtk2-devel libglade2-devel libxml2-devel Obsoletes: gdl-doc <= 2.24.0 Provides: gdl-doc = 2.24.0 %description devel Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. Authors: -------- Dave Camp Neil Hodgson (Scintilla Widget) Gustavo Giráldez (GdlDock) %lang_package %prep %setup -q translation-update-upstream %build %configure make %{?jobs:-j%jobs} %install %makeinstall rm $RPM_BUILD_ROOT/%{_libdir}/*.la %find_lang %{name}-1 %fdupes -s $RPM_BUILD_ROOT %post -n libgdl-1-0 -p /sbin/ldconfig %postun -n libgdl-1-0 -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files -n libgdl-1-0 %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_datadir}/gdl %{_libdir}/*.so.* %files devel %defattr(-, root, root) %{_includedir}/libgdl-1.0 %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so # Own these repositories to not depend on gtk-doc while building: %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/* %files lang -f %{name}-1.lang %changelog * Tue May 05 2009 vuntz@novell.com - Update to version 2.27.1: + Bugs fixed: - bgo#579057 – Grip layout bug where negative rectangles are possible - bgo#578967 – gdl_dock_item_grip_remove must be implemented - bgo#471317 – invisible buttons in HCI theme - bgo#560820 – Remove GdlComboButton - bgo#577938 – gdl_dock_placeholder_new's name param should be const gchar* not gchar* - bgo#577107 – Layout bug in the grip widget headers - bgo#577001 – Patch: Added optional grip handle hatching - bgo#577469 – Remove deprecated GTK+ symbols + API changes: - GdlComboButton API has been removed. Use GtkMenuToolButton instead * Mon Mar 16 2009 vuntz@novell.com - Update to version 2.26.0: + Fix distcheck + Fix valgrind warning + Updated translations. * Mon Mar 16 2009 sbrabec@suse.cz - Added support for translation-update-upstream (FATE#301344). * Fri Mar 06 2009 vuntz@novell.com - Update to version 2.25.92: + bgo#566801 – Docking+undocking all makes the buttons disappear and crashes if you use "Reset dock layout" + bgo#573522 – More patches for GDL + Small documentation update - Don't use AutoReqProv: it's default now. - Remove -fno-strict-aliasing from CFLAGS. - Use parallel make. * Wed Feb 18 2009 vuntz@novell.com - Fix Provides/Obsoletes to use %%{version}. The lang package requires gdl = %%{version}, so we have to do this. * Tue Feb 17 2009 vuntz@novell.com - Update to version 2.25.91: + Added some gtk-doc documentation + Cleaned-up gtk+ includes - Add BuildRequires: gtk2-devel - Remove BuildRequires: gconf2-devel, gtk-doc, libgnomeui-devel, perl-libxml-perl, pkg-config - Remove Requires from devel package: gnome-vfs2-devel, libgnomeui-devel - Use %%makeinstall - Merge doc package in devel package since it's gtk-doc (with Obsoletes/Provides). - Move glade files to libgdl-1-0 package. - Drop gdl package since it's now empty (Obsoletes/Provides by libgdl-1-0). - Have libgdl-1-0 require the lang package. - Have devel package require libgdl-1-0. - Clean file list. * Thu Oct 23 2008 maw@suse.de - Update to version 2.24.0: + Fixed a dataroot problem + Misc. code cleanups + Updated translations - Split out a shared library subpackage. * Tue Aug 26 2008 mboman@novell.com - Updated to version 2.23.90: + Version increased to match gnome releases. + Use smaller buttons to waste less space + Port to the GtkTooltip API (fixes bgo#457562) + Fixed bug bgo#529457 - Superfluous condition + Fixed bug bgo#539288 - Use gtype macros instead of the deprecated gtk ones. + Translation updates. * Mon Mar 31 2008 vuntz@suse.de - Updated to version 0.7.11: + Translation updates. - Change from version 0.7.10: + Avoid glib critical warnings + Translation updates. - Change from version 0.7.9: + Added gtk-doc documentation (12%% coverage) + Fixed documentation of property (bgo#514116) + Translation updates. - Change from version 0.7.8: + Disable deprecated flags completely until bgo#457562 is fixed + Do not ref/unref icon theme. + Use smaller icons to not waste too much screen space + Fixed bgo#468645 and bgo#452331 by using gnome-autogen.sh + Fix bgo#462537 – GdlDockItemGrip notification callback + Backported several small improvements from Monodevelop + Fixes bug bgo#509950 - L10N: typos in some messages (fow -> for) + Silenced some compiler warnings. + Translation updates. * Wed Oct 03 2007 maw@suse.de - Package cleanups: + Remove unnecessary explicit requirements + Split off a -devel subpackage + Fix build on biarch platforms + Trim and alphabetize build requirements + Add a -lang subpackage. * Tue Sep 25 2007 mauro@suse.de - Version 0.7.7 added to openSUSE