OBS User unknown 2008-08-15 21:19:54 +00:00 committed by Git OBS Bridge
parent a976bcd229
commit 8a54d3183d
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 15 19:55:47 CEST 2008 - maw@suse.de
- Remove spurious requirements from the -doc subpackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 1 18:38:44 CEST 2008 - maw@suse.de Tue Jul 1 18:38:44 CEST 2008 - maw@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package gedit (Version 2.23.1) # spec file for package gedit (Version 2.23.1)
# #
# Copyright (c) 2008 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.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -16,7 +23,7 @@ BuildRequires: aspell-devel docbook_4 enchant-devel fdupes gettext gnome-common
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Editors/Other Group: Productivity/Editors/Other
Version: 2.23.1 Version: 2.23.1
Release: 2 Release: 33
Summary: The Editor for the GNOME 2.x Desktop Summary: The Editor for the GNOME 2.x Desktop
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org Url: http://www.gnome.org
@ -62,7 +69,7 @@ Authors:
License: GPL v2 or later License: GPL v2 or later
Summary: Additional documentation of the Editor for the GNOME 2.x Desktop Summary: Additional documentation of the Editor for the GNOME 2.x Desktop
Group: Productivity/Editors/Other Group: Productivity/Editors/Other
Requires: libgnomeui-devel libglade2-devel libgnomeprintui-devel gtksourceview-devel Requires: gtk-doc
%description doc %description doc
This package contains additional documenation for Gedit (a small, fast, This package contains additional documenation for Gedit (a small, fast,
@ -136,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gedit %{_datadir}/gtk-doc/html/gedit
%changelog %changelog
* Fri Aug 15 2008 maw@suse.de
- Remove spurious requirements from the -doc subpackage.
* Tue Jul 01 2008 maw@suse.de * Tue Jul 01 2008 maw@suse.de
- Fix up icon symlinks. - Fix up icon symlinks.
* Sat Jun 21 2008 maw@suse.de * Sat Jun 21 2008 maw@suse.de