auto-import changelog data from rwall-0.17-10.src.rpm

Wed Apr 04 2001 Jakub Jelinek <jakub@redhat.com>
- don't let configure to guess compiler, it can pick up egcs
This commit is contained in:
cvsdist 2004-09-09 11:56:03 +00:00
parent 331dc9ef15
commit 028d7dd8d3
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Client for sending messages to a host's logged in users.
Name: rwall
Version: 0.17
Release: 9
Release: 10
Copyright: BSD
Group: System Environment/Daemons
Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rwall-%{version}.tar.gz
@ -40,7 +40,7 @@ from users on remote hosts.
%patch1 -p1 -b .banner
%build
sh configure
sh configure --with-c-compiler=gcc
perl -pi -e '
s,^CC=.*$,CC=cc,;
s,-O2,\$(RPM_OPT_FLAGS),;
@ -85,6 +85,9 @@ fi
%config /etc/rc.d/init.d/rwalld
%changelog
* Wed Apr 4 2001 Jakub Jelinek <jakub@redhat.com>
- don't let configure to guess compiler, it can pick up egcs
* Tue Feb 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- also set $prog to rwalld to get it working