rebuild by gcc4

This commit is contained in:
Peter Vrabec 2005-03-17 16:22:54 +00:00
parent ed99ca077d
commit 8e0b724975
1 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,8 @@ Source1: am-utils.init
Source2: am-utils.conf Source2: am-utils.conf
Source3: am-utils.sysconf Source3: am-utils.sysconf
Source4: am-utils.net.map Source4: am-utils.net.map
Patch: am-utils-gdbm.patch Patch0: am-utils-gdbm.patch
Patch1: am-utils-6.0.9.gcc4.patch
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: gdbm-devel, hesiod-devel, openldap-devel autoconf automake libtool BuildPrereq: gdbm-devel, hesiod-devel, openldap-devel autoconf automake libtool
Requires: portmap, grep, gawk, findutils Requires: portmap, grep, gawk, findutils
@ -35,12 +36,13 @@ mounting and unmounting filesystems.
%prep %prep
%setup -q %setup -q
%patch -p1 %patch0 -p1 -b .gdbm
libtoolize --force libtoolize --force
aclocal aclocal
automake automake
autoconf autoconf
autoheader autoheader
%patch1 -p1 -b .gcc4
#find_requires=`rpm --eval %%{__find_requires}` #find_requires=`rpm --eval %%{__find_requires}`
#echo "$find_requires | grep -v lostaltmail.conf" > find-requires #echo "$find_requires | grep -v lostaltmail.conf" > find-requires
@ -134,7 +136,7 @@ fi
%changelog %changelog
* Thu Mar 17 2005 Peter Vrabec <pvrabec@redhat.com> * Thu Mar 17 2005 Peter Vrabec <pvrabec@redhat.com>
- rebuild - rebuild by gcc4
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 6.0.9-10 * Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 6.0.9-10
- cleanup %pre script so amd.conf won't get stat()ed if it doesn't - cleanup %pre script so amd.conf won't get stat()ed if it doesn't