Accepting request 34872 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/gedit via accept of submit request 34872 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/34872
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=62
This commit is contained in:
Magnus Boman
2010-03-15 20:41:47 +00:00
committed by Git OBS Bridge
parent ea855fcc4f
commit f80e87e3fc
4 changed files with 38 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:077fa176465513f9813ddb8fa5775a950a555f742c7f7aa1652450153b0dc3b5
size 4750104

3
gedit-2.29.9.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9479faa3c50363a982f36a769aa79628aa3d5814d8a2cec1c35d1e1a5742ca5
size 4686293

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 15 12:50:42 UTC 2010 - dimstar@opensuse.org
- Update to 2.29.9:
+ Fix a file corruption bug in the new file saving code
+ Misc bugfixes
+ Updated translations.
- Run spec-cleaner on gedit.spec.
-------------------------------------------------------------------
Wed Mar 3 10:06:04 CET 2010 - dimstar@opensuse.org

View File

@@ -15,14 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gedit
Version: 2.29.9
Release: 1
License: GPL v2 or later
Summary: The Editor for the GNOME 2.x Desktop
Url: http://www.gnome.org
Group: Productivity/Text/Editors
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
Patch0: gedit-desktop.patch
BuildRequires: enchant-devel
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: gconf2-devel
BuildRequires: gettext
BuildRequires: gnome-doc-utils-devel
BuildRequires: gtk-doc
BuildRequires: gtksourceview-devel
@@ -35,39 +43,36 @@ BuildRequires: python-gtk-devel
BuildRequires: python-gtksourceview-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
License: GPLv2+
Group: Productivity/Text/Editors
Version: 2.29.8
Release: 1
Summary: The Editor for the GNOME 2.x Desktop
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
Patch0: gedit-desktop.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{version}
Requires: python-gnome
Requires: python-gobject2
Requires: python-gtk
Requires: python-gtksourceview
Provides: gedit2 = %{version}
Obsoletes: gedit2 < %{version}
Requires: python-gnome python-gobject2 python-gtk python-gtksourceview
Requires: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
%package devel
License: GPLv2+
License: GPL v2 or later
Summary: The Editor for the GNOME 2.x Desktop
Group: Productivity/Text/Editors
Requires: %{name} = %{version}
Requires: gtksourceview-devel
Requires: libglade2-devel
Requires: libgnomeprintui-devel
Requires: libgnomeui-devel
Provides: gedit2-devel = %{version}
Obsoletes: gedit2-devel < %{version}
Requires: %{name} = %{version}
Requires: libgnomeui-devel libglade2-devel libgnomeprintui-devel gtksourceview-devel
%description devel
Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
%package doc
License: GPLv2+
License: GPL v2 or later
Summary: Additional documentation of the Editor for the GNOME 2.x Desktop
Group: Productivity/Text/Editors
Requires: gtk-doc
@@ -99,11 +104,11 @@ make %{?jobs:-j%jobs}
%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
%find_lang %{name}
%find_gconf_schemas
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
%fdupes $RPM_BUILD_ROOT
rm %{buildroot}%{_libdir}/*/*/*.*a
%fdupes %{buildroot}
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%pre -f %{name}.schemas_pre