forked from pool/screen
This commit is contained in:
parent
17eeac4f59
commit
a4b8943476
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 26 14:22:07 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
- re-add lost maxwin definition [fate#301190]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 14 15:31:04 CEST 2008 - jw@suse.de
|
Wed May 14 15:31:04 CEST 2008 - jw@suse.de
|
||||||
|
|
||||||
|
20
screen.spec
20
screen.spec
@ -1,15 +1,23 @@
|
|||||||
#
|
#
|
||||||
# spec file for package screen (Version 4.0.2)
|
# spec file for package screen (Version 4.0.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
Url: http://www.gnu.org/software/screen/
|
||||||
|
|
||||||
Name: screen
|
Name: screen
|
||||||
BuildRequires: ncurses-devel utempter
|
BuildRequires: ncurses-devel utempter
|
||||||
@ -18,7 +26,7 @@ Group: System/Console
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.0.2
|
Version: 4.0.2
|
||||||
Release: 162
|
Release: 189
|
||||||
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
||||||
Source: screen-4.0.2.tar.gz
|
Source: screen-4.0.2.tar.gz
|
||||||
Patch: screen-4.0.2.dif
|
Patch: screen-4.0.2.dif
|
||||||
@ -52,7 +60,7 @@ Authors:
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_infodir} \
|
CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_infodir} \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--with-socket-dir='(eff_uid ? "/var/run/uscreens" : "/var/run/screens")' \
|
--with-socket-dir='(eff_uid ? "/var/run/uscreens" : "/var/run/screens")' \
|
||||||
--with-sys-screenrc=/etc/screenrc \
|
--with-sys-screenrc=/etc/screenrc \
|
||||||
@ -93,6 +101,8 @@ install -m 644 screenrc $RPM_BUILD_ROOT/etc/screenrc
|
|||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 26 2009 mls@suse.de
|
||||||
|
- re-add lost maxwin definition [fate#301190]
|
||||||
* Wed May 14 2008 jw@suse.de
|
* Wed May 14 2008 jw@suse.de
|
||||||
- A few lines added to docu explaining login-shells and
|
- A few lines added to docu explaining login-shells and
|
||||||
starting with '-' trick.
|
starting with '-' trick.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user