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.
|
Summary: A GNU tool for automatically configuring source code.
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.54
|
Version: 2.57
|
||||||
Release: 1
|
Release: 3
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.bz2
|
Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.bz2
|
||||||
URL: http://www.gnu.org/software/autoconf/
|
URL: http://www.gnu.org/software/autoconf/
|
||||||
Patch1: autoconf-2.52-wait3.patch
|
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
|
Prereq(post,preun): /sbin/install-info
|
||||||
|
BuildRequires: sed, m4, emacs
|
||||||
Requires: gawk, m4, mktemp, perl, textutils
|
Requires: gawk, m4, mktemp, perl, textutils
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
|
# run "make check" by default
|
||||||
|
%{?_without_check: %define _without_check 1}
|
||||||
|
%{!?_without_check: %define _without_check 0}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU's Autoconf is a tool for configuring source code and Makefiles.
|
GNU's Autoconf is a tool for configuring source code and Makefiles.
|
||||||
Using Autoconf, programmers can create portable and configurable
|
Using Autoconf, programmers can create portable and configurable
|
||||||
@ -34,28 +39,28 @@ their use.
|
|||||||
#%patch2 -p1 -b .warn
|
#%patch2 -p1 -b .warn
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --program-suffix=-%{version}
|
#%configure --program-suffix=-%{version}
|
||||||
|
%configure
|
||||||
make
|
make
|
||||||
make check
|
%if ! %{_without_check}
|
||||||
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
ln -s autoconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoconf
|
#ln -s autoconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoconf
|
||||||
ln -s autoheader-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoheader
|
#ln -s autoheader-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoheader
|
||||||
ln -s autom4te-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autom4te
|
#ln -s autom4te-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autom4te
|
||||||
ln -s autoreconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoreconf
|
#ln -s autoreconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoreconf
|
||||||
ln -s autoscan-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoscan
|
#ln -s autoscan-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoscan
|
||||||
ln -s autoupdate-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoupdate
|
#ln -s autoupdate-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoupdate
|
||||||
ln -s ifnames-%{version} ${RPM_BUILD_ROOT}%{_bindir}/ifnames
|
#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,
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
# because it comes from binutils...
|
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
|
|
||||||
# cp install-sh ${RPM_BUILD_ROOT}%{_datadir}/autoconf
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -71,15 +76,40 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_infodir}/*.info*
|
%{_infodir}/autoconf.info*
|
||||||
|
# don't include standards.info, because it comes from binutils...
|
||||||
|
%exclude %{_infodir}/standards*
|
||||||
%{_datadir}/autoconf
|
%{_datadir}/autoconf
|
||||||
|
%{_datadir}/emacs/site-lisp
|
||||||
|
%{_mandir}/man1/*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 17 2002 Jens Petersen <petersen@redhat.com> 2.54-1
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- 2.54
|
- rebuilt
|
||||||
- autoheader warning patch no longer needed
|
|
||||||
- no longer obsolete or provide autoconf253
|
* 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
|
* Mon Aug 19 2002 Jens Petersen <petersen@redhat.com> 2.53-8
|
||||||
- make check
|
- make check
|
||||||
|
Loading…
Reference in New Issue
Block a user