This commit is contained in:
parent
a34beaff83
commit
f226bb77f1
3
gdl-0.7.11.tar.bz2
Normal file
3
gdl-0.7.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98c97d185acec2b80769aaaa6e4bde938514e8cd5ff9df2956aab93b6584abde
|
||||
size 521832
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e0b5de8e819550e4b20cc129b13f590db91ccfd5e0766f346b114711b970720
|
||||
size 453142
|
25
gdl.changes
25
gdl.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 21:35:04 CEST 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 3 22:57:33 CEST 2007 - maw@suse.de
|
||||
|
||||
@ -11,4 +34,4 @@ Wed Oct 3 22:57:33 CEST 2007 - maw@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 23:42:29 CEST 2007 - mauro@suse.de
|
||||
|
||||
- Version 0.7.7 added to openSUSE
|
||||
- Version 0.7.7 added to openSUSE
|
||||
|
64
gdl.spec
64
gdl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gdl (Version 0.7.7)
|
||||
# spec file for package gdl (Version 0.7.11)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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.
|
||||
#
|
||||
@ -10,14 +10,15 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gdl
|
||||
BuildRequires: fdupes gconf2-devel libglade2-devel libgnomeui-devel licenses perl-libxml-perl pkg-config
|
||||
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: 0.7.7
|
||||
Release: 2
|
||||
Summary: Gnome Devtool Libraries contains componentes and libraries
|
||||
Version: 0.7.11
|
||||
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
|
||||
@ -37,7 +38,8 @@ Authors:
|
||||
Gustavo Giráldez <gustavo giraldez at gmx net> (GdlDock)
|
||||
|
||||
%package devel
|
||||
Summary: Gnome Devtool Libraries contains componentes and libraries
|
||||
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
|
||||
|
||||
@ -48,6 +50,25 @@ gnome-debug, gnome-build, and anjuta2.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Dave Camp <dave at ximian com>
|
||||
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
|
||||
Gustavo Girá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>
|
||||
@ -95,14 +116,39 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%files lang -f %{name}-1.lang
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2007 - maw@suse.de
|
||||
* 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.
|
||||
* Tue Sep 25 2007 - mauro@suse.de
|
||||
* Wed Sep 26 2007 mauro@suse.de
|
||||
- Version 0.7.7 added to openSUSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user