From 80f65c19a63fb3a481c7364b9643f840b73923d4 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sat, 11 Sep 2004 09:07:14 +0000 Subject: [PATCH] #132321 and some minor spec cleanups --- screen.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/screen.spec b/screen.spec index 2a9d901..c467446 100644 --- a/screen.spec +++ b/screen.spec @@ -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 4.0.2-5 +- #132321 and some minor spec cleanups + * Fri Aug 6 2004 Daniel Reed 4.0.2-4 - remove extra entries in "sources" file