gdl/gdl.spec

171 lines
5.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package gdl (Version 2.23.90)
#
# 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 gconf2-devel gtk-doc libglade2-devel libgnomeui-devel licenses perl-libxml-perl pkg-config
License: GPL v2 only
Group: System/Libraries
AutoReqProv: on
Version: 2.23.90
Release: 1
Summary: Gnome Devtool Libraries contains components and libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/%name-%version.tar.bz2
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{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 <dave at ximian com>
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
Gustavo Gir<EFBFBD>ldez <gustavo giraldez at gmx net> (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 <dave at ximian com>
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
Gustavo Gir<EFBFBD>ldez <gustavo giraldez at gmx net> (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 <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
%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
/sbin/ldconfig
%postun
/sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*
%dir /usr/share/gdl
### %{_datadir}/locale/*
%dir %{_datadir}/gdl/glade
%{_datadir}/gdl/glade/*
%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
* 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.
* Thu Oct 04 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.
* Wed Sep 26 2007 mauro@suse.de
- Version 0.7.7 added to openSUSE