SPECS: gnome-terminal.spec - added url-regex patch, allowing to cl...

zboczuch zboczuch at pld-linux.org
Mon Feb 5 16:59:30 CET 2007


Author: zboczuch                     Date: Mon Feb  5 15:59:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added url-regex patch, allowing to classify square brackets as parts
  of url paths
- BR += gnome-doc-utils
- rel. 2

---- Files affected:
SPECS:
   gnome-terminal.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: SPECS/gnome-terminal.spec
diff -u SPECS/gnome-terminal.spec:1.83 SPECS/gnome-terminal.spec:1.84
--- SPECS/gnome-terminal.spec:1.83	Tue Nov  7 23:25:04 2006
+++ SPECS/gnome-terminal.spec	Mon Feb  5 16:59:24 2007
@@ -8,12 +8,15 @@
 # This is specific to PLD and causes an "unknown term type" on most other
 # hosts I have to work on (the rest of the world uses xterm for g-t)
 %bcond_with	term_voodoo
+# This allows to mark on-terminal urls containing square brackets (eg. to
+# copy them or to open in external browser).
+%bcond_with classify_square_brackets_into_url_paths
 #
 Summary:	GNOME Terminal
 Summary(pl):	Terminal dla GNOME
 Name:		gnome-terminal
 Version:	2.16.1
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications
 Source0:	http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.16/%{name}-%{version}.tar.bz2
@@ -22,12 +25,14 @@
 Patch1:		%{name}-disable-prev_next-tab-sensitivity-changes.patch
 Patch2:		%{name}-desktop.patch
 Patch3:		%{name}-save-session-crash.patch
+Patch4:		%{name}-url-regex.patch
 URL:		http://www.gnome.org/
 BuildRequires:	GConf2-devel >= 2.14.0
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
 BuildRequires:	gtk+2-devel >= 2:2.10.6
 BuildRequires:	gnome-common >= 2.12.0
+BuildRequires:	gnome-doc-utils >= 0.8.0
 BuildRequires:	gnome-vfs2-devel >= 2.16.1
 BuildRequires:	intltool >= 0.35
 BuildRequires:	libglade2-devel >= 1:2.6.0
@@ -62,6 +67,9 @@
 %endif
 %patch2 -p1
 %patch3 -p1
+%if %{with classify_square_brackets_into_url_paths}
+%patch4 -p1
+%endif
 
 %build
 %{__intltoolize}
@@ -117,6 +125,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2007/02/05 15:59:24  zboczuch
+- added url-regex patch, allowing to classify square brackets as parts
+  of url paths
+- BR += gnome-doc-utils
+- rel. 2
+
 Revision 1.83  2006/11/07 22:25:04  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-terminal.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list