SPECS: screen.spec - larger inputline patch (you're still limited ...
glen
glen at pld-linux.org
Wed Feb 22 23:41:39 CET 2006
Author: glen Date: Wed Feb 22 22:41:39 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- larger inputline patch (you're still limited by your termnal width)
- statusbar patch applied unconditionally
- rel 5
---- Files affected:
SPECS:
screen.spec (1.86 -> 1.87)
---- Diffs:
================================================================
Index: SPECS/screen.spec
diff -u SPECS/screen.spec:1.86 SPECS/screen.spec:1.87
--- SPECS/screen.spec:1.86 Mon Dec 19 22:49:02 2005
+++ SPECS/screen.spec Wed Feb 22 23:41:32 2006
@@ -1,8 +1,4 @@
# $Revision$, $Date$
-#
-# Conditional build:
-%bcond_without status_bar # do not add status bar options to /etc/screenrc
-#
Summary: Screen - Manages multiple sessions on one tty
Summary(de): Screen - Verwaltet mehrere Sitzungen an einem tty
Summary(es): Screen - Administra múltiples sesiones en un tty
@@ -14,7 +10,7 @@
Summary(uk): íĹÎĹÄÖĹŇ ĹËŇÁÎŐ, ÝĎ ĐŚÄÔŇÉÍŐ¤ ËŚĚŘËÁ ĚĎÇŚÎŚ× Ú ĎÄÎĎÇĎ ÔĹŇÍŚÎÁĚŐ
Name: screen
Version: 4.0.2
-Release: 4
+Release: 5
License: GPL
Group: Applications/Terminal
Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/%{name}-%{version}.tar.gz
@@ -34,6 +30,7 @@
Patch9: %{name}-no-libs.patch
Patch10: %{name}-varargs.patch
Patch11: %{name}-status-bar.patch
+Patch12: %{name}-inputline-size.patch
URL: http://www.gnu.org/software/screen/
BuildRequires: autoconf
BuildRequires: automake
@@ -113,7 +110,8 @@
#%patch8 -p1
%patch9 -p1
%patch10 -p1
-%{?with_status_bar:%patch11 -p1}
+%patch11 -p1
+%patch12 -p1
%build
%{__aclocal}
@@ -179,6 +177,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.87 2006/02/22 22:41:32 glen
+- larger inputline patch (you're still limited by your termnal width)
+- statusbar patch applied unconditionally
+- rel 5
+
Revision 1.86 2005/12/19 21:49:02 qboosh
- unified
@@ -258,7 +261,7 @@
Revision 1.63 2002/07/30 12:49:34 blues
- release 7
- added BR
-STBR - rebuild with new readline
+- STBR - rebuild with new readline
Revision 1.62 2002/07/02 12:31:48 blues
- removed dead symlink - added real docs instead
@@ -279,19 +282,19 @@
- 3.9.11 (rel. 0.9) - BTS#234
- DESTDIR patch is out, some updated
- home_etc is commented out. Should it be before 1.0 ?
-STBR for test
+- STBR for test
Revision 1.58 2002/06/03 20:13:07 qboosh
-- new %%doc, acfix patch needed for autoconf 2.53
+- new %doc, acfix patch needed for autoconf 2.53
Revision 1.57 2002/06/01 23:37:43 orzech
- home_etc.patch
- rel 6
Revision 1.56 2002/05/21 23:14:41 kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
s/^automake -a -c -f/\%\{__automake\}/; \
- s/^autoconf/\%\{__autoconf\}/"
+ s/^autoconf/\%\{__autoconf\}/"
Revision 1.55 2002/02/23 04:41:58 kloczek
- adapterized.
@@ -307,15 +310,15 @@
- ugly words replaced with "?" ;-)
Revision 1.51 2002/01/18 02:14:53 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.50 2001/12/07 21:12:45 mkochano
-- /etc/pam.d/* marked with %%config(noreplace).
+- /etc/pam.d/* marked with %config(noreplace).
- Release++ (I'm too lazy to write here new release number for each
spec. Sorry).
Revision 1.49 2001/11/18 21:16:10 ankry
-- added ja man page and added %%files entry for pl man page
+- added ja man page and added %files entry for pl man page
- release 5
Revision 1.48 2001/10/01 09:20:37 qboosh
@@ -348,24 +351,24 @@
Revision 1.40 2001/05/21 19:57:53 baggins
- release 6
-- added /etc/skel/.screenrc to %%files
+- added /etc/skel/.screenrc to %files
Revision 1.39 2001/04/30 16:05:30 kloczek
-- added using %%{rpmcflags} macro.
+- added using %{rpmcflags} macro.
Revision 1.38 2001/01/25 20:03:49 misiek
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
Revision 1.37 2000/12/23 00:48:47 michuz
-- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
+- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...}
(now it's more C like)
Revision 1.36 2000/12/11 01:14:35 marcus
- added --disable-socket-dir to prevent create /tmp/uscreens unsecure directory
-with 0777 permission insted private ~/.screen directories
+ with 0777 permission insted private ~/.screen directories
Revision 1.35 2000/12/03 11:38:12 misiek
-pam support && misc fixes; release 4
+- pam support && misc fixes; release 4
Revision 1.34 2000/10/20 19:32:20 kloczek
- release 3,
@@ -405,7 +408,7 @@
- new Source url.
Revision 1.26 2000/06/09 07:23:59 kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
Revision 1.25 2000/05/24 16:50:46 zagrodzki
- changed [ -x ... ] && to [ ! -x ... ] ||
@@ -425,7 +428,7 @@
- translated kloczkish into english
Revision 1.21 2000/02/02 20:51:27 yossa
-locate screenrc using $CONFIG_DIR
+- locate screenrc using $CONFIG_DIR
Revision 1.20 1999/12/20 09:28:26 misiek
- added ncurses patch
@@ -438,7 +441,7 @@
- more rpm macros.
Revision 1.18 1999/09/24 10:45:03 pius
-- moved running of /usr/sbin/fix-info-dir to %%postun
+- moved running of /usr/sbin/fix-info-dir to %postun
- release up
Revision 1.17 1999/09/19 10:20:38 pius
@@ -480,7 +483,7 @@
- added -q %setup parameter,
- added using $RPM_OPT_FLAGS during compile,
- changed copyright statment to GPL,
-- changed %%{PACKAGE_VERSION} to %%{version} and %%{name} macros.
+- changed %{PACKAGE_VERSION} to %{version} and %{name} macros.
* Wed Aug 19 1998 Marcin Bohosiewicz <marcus at krakow.linux.org.pl>
[3.7.4-2]
@@ -488,11 +491,11 @@
* Sun Aug 17 1997 Marcin Bohosiewicz <marcus at krakow.linux.org.pl>
[3.7.4-1]
-- added %%{PACKAGE_VERSION} macro to Source,
+- added %{PACKAGE_VERSION} macro to Source,
- all rewrited for using Buildroot,
- added #define PTYGROUP 5 and #define PTYMODE 0620 in config.h.in
gid=5 is tty group in RedHat Linux (/dev/tty* used by screen is not
- curently writable by other users),
+ currently writable by other users),
- added striping screen binary,
- added %attr macros in %files (allow build package from non root
account),
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/screen.spec?r1=1.86&r2=1.87&f=u
More information about the pld-cvs-commit
mailing list