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

Wed May 12 2004 Phil Knirsch <pknirsch@redhat.com> 0.17-20
- Enabled PIE for server and application.
- Switch from Copyright to License.
This commit is contained in:
cvsdist 2004-09-09 11:57:14 +00:00
parent b730e96645
commit d9ee94f4f7
1 changed files with 20 additions and 5 deletions

View File

@ -1,8 +1,8 @@
Summary: Client for sending messages to a host's logged in users.
Name: rwall
Version: 0.17
Release: 19
Copyright: BSD
Release: 20
License: BSD
Group: System Environment/Daemons
Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rwall-%{version}.tar.gz
Source1: rwalld.init
@ -43,14 +43,25 @@ from users on remote hosts.
%build
sh configure --with-c-compiler=gcc
perl -pi -e '
%ifarch s390 s390x
%{__perl} -pi -e '
s,^CC=.*$,CC=cc,;
s,-O2,\$(RPM_OPT_FLAGS),;
s,-O2,\$(RPM_OPT_FLAGS) -fPIC,;
s,^LDFLAGS=,LDFLAGS=-pie,;
s,^BINDIR=.*$,BINDIR=%{_bindir},;
s,^MANDIR=.*$,MANDIR=%{_mandir},;
s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
' MCONFIG
%else
%{__perl} -pi -e '
s,^CC=.*$,CC=cc,;
s,-O2,\$(RPM_OPT_FLAGS) -fpic,;
s,^LDFLAGS=,LDFLAGS=-pie,;
s,^BINDIR=.*$,BINDIR=%{_bindir},;
s,^MANDIR=.*$,MANDIR=%{_mandir},;
s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
' MCONFIG
%endif
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
@ -87,6 +98,10 @@ fi
%config /etc/rc.d/init.d/rwalld
%changelog
* Wed May 12 2004 Phil Knirsch <pknirsch@redhat.com> 0.17-20
- Enabled PIE for server and application.
- Switch from Copyright to License.
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt