SPECS: screen.spec - 128 windows by default instead of 40; rel 2

glen glen at pld-linux.org
Thu Oct 26 22:50:54 CEST 2006


Author: glen                         Date: Thu Oct 26 20:50:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 128 windows by default instead of 40; rel 2

---- Files affected:
SPECS:
   screen.spec (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: SPECS/screen.spec
diff -u SPECS/screen.spec:1.89 SPECS/screen.spec:1.90
--- SPECS/screen.spec:1.89	Thu Oct 26 21:55:09 2006
+++ SPECS/screen.spec	Thu Oct 26 22:50:49 2006
@@ -10,7 +10,7 @@
 Summary(uk):	íĹÎĹÄÖĹŇ ĹËŇÁÎŐ, ÝĎ ĐŚÄÔŇÉÍŐ¤ ËŚĚŘËÁ ĚĎÇŚÎŚ× Ú ĎÄÎĎÇĎ ÔĹŇÍŚÎÁĚŐ
 Name:		screen
 Version:	4.0.3
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Terminal
 Source0:	ftp://ftp.uni-erlangen.de/pub/utilities/screen/%{name}-%{version}.tar.gz
@@ -123,12 +123,11 @@
 	--disable-socket-dir
 
 for file in *.dist; do
-filenew=$(echo "$file" | sed -e 's#\.dist##g')
-	cp -f $file $filenew
+	cp -f $file ${file%.dist}
 done
 
 %{__make} \
-	CFLAGS="%{rpmcflags}"
+	CFLAGS="%{rpmcflags} -DMAXWIN=128"
 
 cd doc
 rm -f screen.info*
@@ -148,6 +147,7 @@
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 install %{SOURCE2}		$RPM_BUILD_ROOT/etc/pam.d/screen
+rm -f $RPM_BUILD_ROOT%{_mandir}/README.screen-non-english-man-pages
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -177,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2006/10/26 20:50:49  glen
+- 128 windows by default instead of 40; rel 2
+
 Revision 1.89  2006/10/26 19:55:09  qboosh
 - updated to 4.0.3 (fixes CVE-2006-4573)
 - updated nolibtermcap to prefer libtinfo (fixes build with --as-needed)
@@ -462,48 +465,3 @@
 
 Revision 1.15  1999/07/12 23:06:14  kloczek
 - added using CVS keywords in %changelog (for automating them).
-
-* Mon Mar 29 1999 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
-  [3.7.6-3]
-- removed man group from man pages,
-- standarized {un}registering info pages (added screen-info.patch).
-
-* Fri Feb 05 1999 Wojtek Ślusarczyk <wojtek at shadow.eu.org>
-  [3.7.6-2d]
-- added utpm patch.
-
-* Thu Oct 01 1998 Wojtek Ślusarczyk <wojtek at shadow.eu.org>
-  [3.7.4-3d]
-- build against Tornado,
-- restricted files permission,
-- changed man pages group to man,
-- minor modifications of the spec file.
-
-* Sun Aug 23 1998 Marcin Bohosiewicz <marcus at krakow.linux.org.pl>
-  [3.7.4-3]
-- added translations de,fr,tr from orginal RH 5.1 screen's spec,
-- added pl translation,
-- added %defattr support,
-- added %post and %preun scripts from RH 5.1 screen's spec,
-- removed INSTALL from %doc,
-- added %verify rules for %config files,
-- added -q %setup parameter,
-- added using $RPM_OPT_FLAGS during compile,
-- changed copyright statment to GPL,
-- changed %{PACKAGE_VERSION} to %{version} and %{name} macros.
-
-* Wed Aug 19 1998 Marcin Bohosiewicz <marcus at krakow.linux.org.pl>
-  [3.7.4-2]
-- added tmprace-fix from BUGTRAQ list
-
-* Sun Aug 17 1997 Marcin Bohosiewicz <marcus at krakow.linux.org.pl>
-  [3.7.4-1]
-- 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
-  currently writable by other users),
-- added striping screen binary,
-- added %attr macros in %files (allow build package from non root
-  account),
-- added %clear section.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/screen.spec?r1=1.89&r2=1.90&f=u



More information about the pld-cvs-commit mailing list