# # spec file for package gdl (Version 2.24.0) # # Copyright (c) 2008 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: gconf2-devel BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: libglade2-devel BuildRequires: libgnomeui-devel BuildRequires: licenses BuildRequires: perl-libxml-perl BuildRequires: pkg-config License: GPL v2 only Group: System/Libraries AutoReqProv: on Version: 2.24.0 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 Requires: %{name}-lang = %{version} Requires: libgdl-1-0 = %{version} %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} >= %{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: %{name} = %{version} gnome-vfs2-devel gtk2-devel libglade2-devel libgnomeui-devel libxml2-devel %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) %package doc License: GPL v2 only Summary: Gnome Devtool Libraries contains components and libraries Group: System/Libraries Requires: %{name} = %{version} %description doc 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 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure make %install make install DESTDIR=$RPM_BUILD_ROOT 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 %defattr (-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %dir /usr/share/gdl ### %{_datadir}/locale/* %dir %{_datadir}/gdl/glade %{_datadir}/gdl/glade/* %files -n libgdl-1-0 %defattr(-, root, root) %{_libdir}/*.so.* %files devel %defattr(-, root, root) %dir %{_includedir}/libgdl-1.0 %dir %{_includedir}/libgdl-1.0/gdl %{_includedir}/libgdl-1.0/gdl/* %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so %files doc %defattr(-,root,root) %{_datadir}/gtk-doc/html/* %files lang -f %{name}-1.lang %changelog * 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