forked from pool/screen
converted link to branch
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=6
This commit is contained in:
parent
f13de15b1a
commit
1f0cdf135a
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,12 +21,12 @@ Url: http://www.gnu.org/software/screen/
|
||||
|
||||
Name: screen
|
||||
BuildRequires: ncurses-devel utempter
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: System/Console
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 4.0.2
|
||||
Release: 190
|
||||
Release: 191
|
||||
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
|
||||
Source: screen-4.0.2.tar.gz
|
||||
Patch: screen-4.0.2.dif
|
||||
@ -71,7 +71,7 @@ CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_inf
|
||||
--enable-telnet \
|
||||
--enable-colors256 \
|
||||
--verbose
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user