2007-10-11 04:32:06 +02:00
|
|
|
|
#
|
2009-05-28 03:54:07 +02:00
|
|
|
|
# spec file for package gdl (Version 2.27.2)
|
2007-10-11 04:32:06 +02:00
|
|
|
|
#
|
2009-02-17 23:21:20 +01:00
|
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-10-11 04:32:06 +02:00
|
|
|
|
#
|
2008-09-05 01:05:16 +02:00
|
|
|
|
# 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.
|
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-04-02 23:23:21 +02:00
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
|
Name: gdl
|
2008-10-24 16:56:03 +02:00
|
|
|
|
BuildRequires: fdupes
|
2009-02-17 23:21:20 +01:00
|
|
|
|
BuildRequires: gtk2-devel
|
2008-10-24 16:56:03 +02:00
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
|
BuildRequires: licenses
|
2009-03-25 19:39:53 +01:00
|
|
|
|
BuildRequires: translation-update-upstream
|
2007-10-11 04:32:06 +02:00
|
|
|
|
License: GPL v2 only
|
|
|
|
|
Group: System/Libraries
|
2009-05-28 03:54:07 +02:00
|
|
|
|
Version: 2.27.2
|
2009-03-11 21:43:52 +01:00
|
|
|
|
Release: 1
|
2008-04-02 23:23:21 +02:00
|
|
|
|
Summary: Gnome Devtool Libraries contains components and libraries
|
2008-10-24 16:56:03 +02:00
|
|
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
|
2009-05-28 03:54:07 +02:00
|
|
|
|
Source1: %{name}-rpmlintrc
|
2007-10-11 04:32:06 +02:00
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-10-24 16:56:03 +02:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Dave Camp <dave at ximian com>
|
|
|
|
|
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
|
|
|
|
|
Gustavo Gir<EFBFBD>ldez <gustavo giraldez at gmx net> (GdlDock)
|
|
|
|
|
|
2009-05-28 03:54:07 +02:00
|
|
|
|
%package -n libgdl-1-2
|
2008-10-24 16:56:03 +02:00
|
|
|
|
License: GPL v2 only
|
|
|
|
|
Summary: Gnome Devtool Libraries contains components and libraries
|
|
|
|
|
Group: System/Libraries
|
2009-02-17 23:21:20 +01:00
|
|
|
|
Requires: %{name}-lang = %{version}
|
2009-02-19 18:33:25 +01:00
|
|
|
|
Obsoletes: gdl <= %{version}
|
|
|
|
|
Provides: gdl = %{version}
|
2009-05-28 03:54:07 +02:00
|
|
|
|
Obsoletes: libgdl-1-0 < 2.27.2
|
2008-10-24 16:56:03 +02:00
|
|
|
|
|
2009-05-28 03:54:07 +02:00
|
|
|
|
%description -n libgdl-1-2
|
2008-10-24 16:56:03 +02:00
|
|
|
|
Gnome Devtool Libraries contains components and libraries that are
|
|
|
|
|
intended to be shared between GNOME development tools, including
|
|
|
|
|
gnome-debug, gnome-build, and anjuta2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Dave Camp <dave at ximian com>
|
|
|
|
|
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
|
|
|
|
|
Gustavo Gir<EFBFBD>ldez <gustavo giraldez at gmx net> (GdlDock)
|
|
|
|
|
|
|
|
|
|
%package devel
|
2008-04-02 23:23:21 +02:00
|
|
|
|
License: GPL v2 only
|
|
|
|
|
Summary: Gnome Devtool Libraries contains components and libraries
|
2007-10-11 04:32:06 +02:00
|
|
|
|
Group: System/Libraries
|
2009-05-28 03:54:07 +02:00
|
|
|
|
Requires: libgdl-1-2 = %{version}
|
2009-02-17 23:21:20 +01:00
|
|
|
|
Requires: gtk2-devel libglade2-devel libxml2-devel
|
|
|
|
|
Obsoletes: gdl-doc <= 2.24.0
|
|
|
|
|
Provides: gdl-doc = 2.24.0
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
|
|
%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 <dave at ximian com>
|
|
|
|
|
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
|
|
|
|
|
Gustavo Gir<EFBFBD>ldez <gustavo giraldez at gmx net> (GdlDock)
|
|
|
|
|
|
|
|
|
|
%lang_package
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2009-03-25 19:39:53 +01:00
|
|
|
|
translation-update-upstream
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
2009-03-11 21:43:52 +01:00
|
|
|
|
make %{?jobs:-j%jobs}
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
|
|
%install
|
2009-02-17 23:21:20 +01:00
|
|
|
|
%makeinstall
|
2007-10-11 04:32:06 +02:00
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
%find_lang %{name}-1
|
|
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
|
|
|
|
|
2009-05-28 03:54:07 +02:00
|
|
|
|
%post -n libgdl-1-2 -p /sbin/ldconfig
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
2009-05-28 03:54:07 +02:00
|
|
|
|
%postun -n libgdl-1-2 -p /sbin/ldconfig
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2009-05-28 03:54:07 +02:00
|
|
|
|
%files -n libgdl-1-2
|
2008-10-24 16:56:03 +02:00
|
|
|
|
%defattr(-, root, root)
|
2009-02-17 23:21:20 +01:00
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
|
%{_datadir}/gdl
|
2008-10-24 16:56:03 +02:00
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-, root, root)
|
2009-05-28 03:54:07 +02:00
|
|
|
|
%{_includedir}/libgdl*
|
2007-10-11 04:32:06 +02:00
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_libdir}/*.so
|
2009-02-17 23:21:20 +01:00
|
|
|
|
# Own these repositories to not depend on gtk-doc while building:
|
|
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
2008-04-02 23:23:21 +02:00
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
|
%files lang -f %{name}-1.lang
|
2008-04-02 23:23:21 +02:00
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
|
%changelog
|
2009-05-28 03:54:07 +02:00
|
|
|
|
* Wed May 27 2009 vuntz@novell.com
|
|
|
|
|
- Update to version 2.27.2:
|
|
|
|
|
+ Fix out of source tree builds
|
|
|
|
|
+ Hide private API
|
|
|
|
|
+ Fix so name generation
|
|
|
|
|
- Rename package to libgdl-1-2, and Obsoletes libgdl-1-0.
|
2009-05-20 22:14:31 +02:00
|
|
|
|
* 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
|
2009-03-25 19:39:53 +01:00
|
|
|
|
* 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).
|
2009-03-11 21:43:52 +01:00
|
|
|
|
* 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.
|
2009-05-20 22:14:31 +02:00
|
|
|
|
* Wed Feb 18 2009 vuntz@novell.com
|
2009-02-19 18:33:25 +01:00
|
|
|
|
- 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
|
2009-02-17 23:21:20 +01:00
|
|
|
|
- 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.
|
2008-10-24 16:56:03 +02:00
|
|
|
|
* 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.
|
2008-09-05 01:05:16 +02:00
|
|
|
|
* 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.
|
2008-04-02 23:23:21 +02:00
|
|
|
|
* 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.
|
2008-10-24 16:56:03 +02:00
|
|
|
|
* Wed Oct 03 2007 maw@suse.de
|
2007-10-11 04:32:06 +02:00
|
|
|
|
- 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.
|
2008-10-24 16:56:03 +02:00
|
|
|
|
* Tue Sep 25 2007 mauro@suse.de
|
2007-10-11 04:32:06 +02:00
|
|
|
|
- Version 0.7.7 added to openSUSE
|