This commit is contained in:
parent
a8a5d13371
commit
5b37db60fb
13
gnome-terminal-2.18.1-correct-help-uri.patch
Normal file
13
gnome-terminal-2.18.1-correct-help-uri.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -upr gnome-terminal-2.18.1-pre/src/terminal.c gnome-terminal-2.18.1-post/src/terminal.c
|
||||
--- gnome-terminal-2.18.1-pre/src/terminal.c 2007-01-05 15:22:32.000000000 -0600
|
||||
+++ gnome-terminal-2.18.1-post/src/terminal.c 2007-09-14 17:03:10.000000000 -0500
|
||||
@@ -3584,7 +3584,7 @@ terminal_util_show_help (const char *top
|
||||
|
||||
err = NULL;
|
||||
|
||||
- gnome_help_display ("gnome-terminal", topic, &err);
|
||||
+ gnome_help_display ("gnome-terminal.xml", topic, &err);
|
||||
|
||||
if (err)
|
||||
{
|
||||
Only in gnome-terminal-2.18.1-post/src: terminal.c~
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 02:27:05 CEST 2007 - hpj@suse.de
|
||||
|
||||
- Add gnome-terminal-2.18.1-correct-help-uri.patch so we can find
|
||||
our help files correctly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 21:39:58 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@ -16,18 +16,18 @@ License: GPL v2 or later, LGPL v2 or later
|
||||
Group: System/X11/Terminals
|
||||
Obsoletes: gnome-core
|
||||
Version: 2.18.1
|
||||
Release: 12
|
||||
Release: 30
|
||||
Summary: The GNOME 2.x Desktop Terminal
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: filesystem gconf2
|
||||
Patch1: gnome-terminal-defaults.patch
|
||||
Patch2: gnome-terminal-force-terminal-draw.patch
|
||||
Patch4: gnome-terminal-desktop.patch
|
||||
Patch5: %{name}-uninited-vars.patch
|
||||
Patch6: gnome-terminal-2.18.1-correct-help-uri.patch
|
||||
Requires: %{name}-lang = %{version}
|
||||
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
@ -43,6 +43,7 @@ handy for quick tasks on the command line.
|
||||
%patch2 -p1
|
||||
%patch4 -p1
|
||||
%patch5
|
||||
%patch6 -p1
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@ -65,14 +66,12 @@ echo DocPath=gnome-terminal >> $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-te
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
cat %{name}.schemas_list >%{name}.lst
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
@ -90,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Sat Sep 15 2007 - hpj@suse.de
|
||||
- Add gnome-terminal-2.18.1-correct-help-uri.patch so we can find
|
||||
our help files correctly.
|
||||
* Tue Aug 07 2007 - maw@suse.de
|
||||
- Use %%fdupes
|
||||
- Split off a -lang subpackage.
|
||||
|
Loading…
Reference in New Issue
Block a user