auto-import changelog data from autoconf-2.57-3.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.57-2 - Fix missing/unpackaged file Thu Dec 05 2002 Jens Petersen <petersen@redhat.com> 2.57-1 - update to 2.57 bugfix release - buildrequire emacs (#79031), sed and m4 Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 2.56-2 - add --without check build option to control whether "make check" run - don't gzip info files explicitly - use exclude for unwanted info files Thu Nov 21 2002 Jens Petersen <petersen@redhat.com> - no longer obsolete autoconf253 Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 2.56-1 - update to 2.56 - obsolete autoheader-warn patch - no longer provide autoconf253 - include site-lisp and man files - remove info dir which is not in the manifest - do not version suffix bin files for now
This commit is contained in:
parent
825d4f2980
commit
a0e91e7262
@ -1 +1 @@
|
||||
autoconf-2.54.tar.bz2
|
||||
autoconf-2.57.tar.bz2
|
||||
|
@ -1,18 +1,23 @@
|
||||
Summary: A GNU tool for automatically configuring source code.
|
||||
Name: autoconf
|
||||
Version: 2.54
|
||||
Release: 1
|
||||
Version: 2.57
|
||||
Release: 3
|
||||
Copyright: GPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.bz2
|
||||
URL: http://www.gnu.org/software/autoconf/
|
||||
Patch1: autoconf-2.52-wait3.patch
|
||||
Patch2: autoconf-2.53-autoheader-warn.patch
|
||||
#Patch2: autoconf-2.53-autoheader-warn.patch
|
||||
Prereq(post,preun): /sbin/install-info
|
||||
BuildRequires: sed, m4, emacs
|
||||
Requires: gawk, m4, mktemp, perl, textutils
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
# run "make check" by default
|
||||
%{?_without_check: %define _without_check 1}
|
||||
%{!?_without_check: %define _without_check 0}
|
||||
|
||||
%description
|
||||
GNU's Autoconf is a tool for configuring source code and Makefiles.
|
||||
Using Autoconf, programmers can create portable and configurable
|
||||
@ -34,28 +39,28 @@ their use.
|
||||
#%patch2 -p1 -b .warn
|
||||
|
||||
%build
|
||||
%configure --program-suffix=-%{version}
|
||||
#%configure --program-suffix=-%{version}
|
||||
%configure
|
||||
make
|
||||
make check
|
||||
%if ! %{_without_check}
|
||||
make check
|
||||
%endif
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
%makeinstall
|
||||
|
||||
ln -s autoconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoconf
|
||||
ln -s autoheader-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoheader
|
||||
ln -s autom4te-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autom4te
|
||||
ln -s autoreconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoreconf
|
||||
ln -s autoscan-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoscan
|
||||
ln -s autoupdate-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoupdate
|
||||
ln -s ifnames-%{version} ${RPM_BUILD_ROOT}%{_bindir}/ifnames
|
||||
#ln -s autoconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoconf
|
||||
#ln -s autoheader-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoheader
|
||||
#ln -s autom4te-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autom4te
|
||||
#ln -s autoreconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoreconf
|
||||
#ln -s autoscan-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoscan
|
||||
#ln -s autoupdate-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoupdate
|
||||
#ln -s ifnames-%{version} ${RPM_BUILD_ROOT}%{_bindir}/ifnames
|
||||
|
||||
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info*
|
||||
#gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info*
|
||||
|
||||
# We don't want to include the standards.info stuff in the package,
|
||||
# because it comes from binutils...
|
||||
rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
|
||||
# cp install-sh ${RPM_BUILD_ROOT}%{_datadir}/autoconf
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
@ -71,15 +76,40 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*.info*
|
||||
%{_infodir}/autoconf.info*
|
||||
# don't include standards.info, because it comes from binutils...
|
||||
%exclude %{_infodir}/standards*
|
||||
%{_datadir}/autoconf
|
||||
%{_datadir}/emacs/site-lisp
|
||||
%{_mandir}/man1/*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Tue Sep 17 2002 Jens Petersen <petersen@redhat.com> 2.54-1
|
||||
- 2.54
|
||||
- autoheader warning patch no longer needed
|
||||
- no longer obsolete or provide autoconf253
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.57-2
|
||||
- Fix missing/unpackaged file
|
||||
|
||||
* Thu Dec 5 2002 Jens Petersen <petersen@redhat.com> 2.57-1
|
||||
- update to 2.57 bugfix release
|
||||
- buildrequire emacs (#79031), sed and m4
|
||||
|
||||
* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 2.56-2
|
||||
- add --without check build option to control whether "make check" run
|
||||
- don't gzip info files explicitly
|
||||
- use exclude for unwanted info files
|
||||
|
||||
* Thu Nov 21 2002 Jens Petersen <petersen@redhat.com>
|
||||
- no longer obsolete autoconf253
|
||||
|
||||
* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 2.56-1
|
||||
- update to 2.56
|
||||
- obsolete autoheader-warn patch
|
||||
- no longer provide autoconf253
|
||||
- include site-lisp and man files
|
||||
- remove info dir which is not in the manifest
|
||||
- do not version suffix bin files for now
|
||||
|
||||
* Mon Aug 19 2002 Jens Petersen <petersen@redhat.com> 2.53-8
|
||||
- make check
|
||||
|
Loading…
Reference in New Issue
Block a user