SHA256
1
0
forked from pool/screen

Accepting request 29084 from Base:System

Copy from Base:System/screen based on submit request 29084 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-01-11 15:42:12 +00:00 committed by Git OBS Bridge
parent af2a08d7d8
commit fbeeca0ca6
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 16 00:26:00 CET 2009 - jengelh@medozas.de
- enable parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 31 02:17:31 CEST 2009 - crrodriguez@suse.de Fri Jul 31 02:17:31 CEST 2009 - crrodriguez@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package screen (Version 4.0.2) # spec file for package screen (Version 4.0.2)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,12 +21,12 @@ Url: http://www.gnu.org/software/screen/
Name: screen Name: screen
BuildRequires: ncurses-devel utempter BuildRequires: ncurses-devel utempter
License: GPL v2 or later License: GPLv2+
Group: System/Console Group: System/Console
PreReq: %install_info_prereq PreReq: %install_info_prereq
AutoReqProv: on AutoReqProv: on
Version: 4.0.2 Version: 4.0.2
Release: 190 Release: 191
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
@ -71,7 +71,7 @@ CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_inf
--enable-telnet \ --enable-telnet \
--enable-colors256 \ --enable-colors256 \
--verbose --verbose
make make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT