|
|
|
@ -1,14 +1,13 @@
|
|
|
|
|
Summary: A screen manager that supports multiple logins on one terminal.
|
|
|
|
|
Name: screen
|
|
|
|
|
Version: 4.0.2
|
|
|
|
|
Release: 4
|
|
|
|
|
Release: 5
|
|
|
|
|
License: GPL2
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
|
|
Prereq: /sbin/install-info
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
|
BuildRequires: ncurses-devel texinfo
|
|
|
|
|
Requires: ncurses
|
|
|
|
|
BuildRequires: ncurses-devel texinfo pam-devel libtool
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# The one and only true source
|
|
|
|
@ -80,11 +79,10 @@ support multiple logins on one terminal.
|
|
|
|
|
#
|
|
|
|
|
%patch7 -p0 -b .args
|
|
|
|
|
|
|
|
|
|
libtoolize --copy --force
|
|
|
|
|
|
|
|
|
|
autoconf
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
libtoolize --copy --force
|
|
|
|
|
autoconf
|
|
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
|
--enable-pam \
|
|
|
|
@ -166,6 +164,9 @@ fi
|
|
|
|
|
%config /etc/pam.d/screen
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 10 2004 Warren Togami <wtogami@redhat.com> 4.0.2-5
|
|
|
|
|
- #132321 and some minor spec cleanups
|
|
|
|
|
|
|
|
|
|
* Fri Aug 6 2004 Daniel Reed <djr@redhat.com> 4.0.2-4
|
|
|
|
|
- remove extra entries in "sources" file
|
|
|
|
|
|
|
|
|
|