diff --git a/screen.changes b/screen.changes index a230dd6..73d2ce6 100644 --- a/screen.changes +++ b/screen.changes @@ -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 diff --git a/screen.spec b/screen.spec index 0617a61..a7543f0 100644 --- a/screen.spec +++ b/screen.spec @@ -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