rebuilt for dist-fc3
This commit is contained in:
parent
802d406828
commit
ff2f142f44
@ -1,26 +1,25 @@
|
||||
Summary: A GNU tool for automatically configuring source code.
|
||||
Name: autoconf213
|
||||
Version: 2.13
|
||||
Release: 8
|
||||
Copyright: GPL
|
||||
Group: Development/Tools
|
||||
URL: http://www.gnu.org/software/autoconf/
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
|
||||
Patch0: autoconf-2.12-race.patch
|
||||
Patch1: autoconf-2.13-mawk.patch
|
||||
Patch2: autoconf-2.13-notmp.patch
|
||||
Patch3: autoconf-2.13-c++exit.patch
|
||||
Patch4: autoconf-2.13-headers.patch
|
||||
Patch5: autoconf-2.13-autoscan.patch
|
||||
Patch6: autoconf-2.13-exit.patch
|
||||
Patch7: autoconf-2.13-wait3test.patch
|
||||
Patch8: autoconf-2.13-make-defs-62361.patch
|
||||
Patch9: autoconf-2.13-versioning.patch
|
||||
#Prereq: /sbin/install-info
|
||||
Requires: gawk, m4, mktemp, perl, textutils
|
||||
Buildrequires: texinfo
|
||||
Summary: A GNU tool for automatically configuring source code.
|
||||
Name: autoconf213
|
||||
Version: 2.13
|
||||
Release: 9
|
||||
Copyright: GPL
|
||||
Group: Development/Tools
|
||||
URL: http://www.gnu.org/software/autoconf/
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
|
||||
Patch0: autoconf-2.12-race.patch
|
||||
Patch1: autoconf-2.13-mawk.patch
|
||||
Patch2: autoconf-2.13-notmp.patch
|
||||
Patch3: autoconf-2.13-c++exit.patch
|
||||
Patch4: autoconf-2.13-headers.patch
|
||||
Patch5: autoconf-2.13-autoscan.patch
|
||||
Patch6: autoconf-2.13-exit.patch
|
||||
Patch7: autoconf-2.13-wait3test.patch
|
||||
Patch8: autoconf-2.13-make-defs-62361.patch
|
||||
Patch9: autoconf-2.13-versioning.patch
|
||||
Requires: gawk, m4, mktemp, perl, textutils
|
||||
Buildrequires: texinfo
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GNU's Autoconf is a tool for configuring source code and Makefiles.
|
||||
@ -57,7 +56,6 @@ make
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
#mkdir -p ${RPM_BUILD_ROOT}%{_infodir}
|
||||
%makeinstall
|
||||
|
||||
mv ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info ${RPM_BUILD_ROOT}%{_infodir}/%{name}.info
|
||||
@ -71,14 +69,6 @@ gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/*
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
#%post
|
||||
#/sbin/install-info %{_infodir}/autoconf.info.gz %{_infodir}/dir
|
||||
|
||||
#%preun
|
||||
#if [ "$1" = 0 ]; then
|
||||
# /sbin/install-info --del %{_infodir}/autoconf.info.gz %{_infodir}/dir
|
||||
#fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
@ -87,6 +77,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Sep 23 2004 Daniel Reed <djr@redhat.com> - 2.13-9
|
||||
- rebuilt for dist-fc3
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user