Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158354 Details for
Bug 246488
Add autoconf259
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
RPM spec for autoconf259
autoconf259.spec (text/plain), 8.37 KB, created by
H.J. Lu
on 2007-07-02 17:29:02 UTC
(
hide
)
Description:
RPM spec for autoconf259
Filename:
MIME Type:
Creator:
H.J. Lu
Created:
2007-07-02 17:29:02 UTC
Size:
8.37 KB
patch
obsolete
>Patch10000: autoconf-2.59-info-1.patch >Patch10001: autoconf-2.59-version-1.patch > >Summary: A GNU tool for automatically configuring source code. >Name: autoconf259 >Version: 2.59 >Release: 12%{?dist} >License: GPL >Group: Development/Tools >Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2 >Patch0: autoconf-2.59-intrinsic.patch >Patch1: autoconf-2.59-lock.patch >URL: http://www.gnu.org/software/autoconf/ >BuildRequires: sed, m4, emacs >Prereq(post,preun): /sbin/install-info >Requires: gawk, m4, mktemp, perl, textutils, imake >BuildArchitectures: noarch >BuildRoot: %{_tmppath}/%{name}-root > >%description >GNU's Autoconf is a tool for configuring source code and Makefiles. >Using Autoconf, programmers can create portable and configurable >packages, since the person building the package is allowed to >specify various configuration options. > >You should install Autoconf if you are developing software and >would like to create shell scripts that configure your source code >packages. If you are installing Autoconf, you will also need to >install the GNU m4 package. > >Note that the Autoconf package is not required for the end-user who >may be configuring software with an Autoconf-generated script; >Autoconf is only required for the generation of the scripts, not >their use. > >%prep >%setup -q -n autoconf-%{version} >%patch0 -p1 -b .mod-x >%patch1 -p1 -b .lock > >%patch10000 -p1 -b .info >%patch10001 -p1 -b .version >pushd doc >mv autoconf.texi autoconf259.texi >rm -f autoconf.info >popd > >%build >%configure --program-suffix=-%{version} >make > >#check >#make check VERBOSE=yes > >%install >rm -rf ${RPM_BUILD_ROOT} >#makeinstall >make install DESTDIR=$RPM_BUILD_ROOT > >rm -f $RPM_BUILD_ROOT%{_infodir}/dir > >%clean >rm -rf ${RPM_BUILD_ROOT} > >%post >/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir > >%preun >if [ "$1" = 0 ]; then > /sbin/install-info --del %{_infodir}/%{name}.info.gz %{_infodir}/dir >fi > >%files >%defattr(-,root,root) >%{_bindir}/* >%{_infodir}/%{name}.info* ># don't include standards.info, because it comes from binutils... >%exclude %{_infodir}/standards* >%{_datadir}/autoconf-2.59 >%exclude %{_datadir}/emacs/site-lisp >%{_mandir}/man1/* >%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO > >%changelog >* Fri Oct 13 2006 Stepan Kasal <skasal@redhat.com> 2.59-12 >- Add autoconf-2.59-lock.patch to eliminate a perl warning (#210653). > >* Thu Jul 27 2006 Karsten Hopp <karsten@redhat.de> 2.59-11 >- Requires imake for _AC_PATH_X > >* Thu Jul 20 2006 Karsten Hopp <karsten@redhat.de> 2.59-10 >- rebuild > >* Wed Jul 19 2006 Karsten Hopp <karsten@redhat.de> 2.59-9 >- rebuild > >* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 2.59-8 >- try to link with libX11 instead of libXt > >* Wed Feb 15 2006 Karsten Hopp <karsten@redhat.de> 2.59-7 >- XrmInitialize takes no argument (#181340) > >* Mon Feb 06 2006 Karsten Hopp <karsten@redhat.de> 2.59-6 >- check for Xlib.h instead of Intrinsic.h to find X11 headers > (#176379) > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Tue Sep 21 2004 Daniel Reed <djr@redhat.com> - 2.59-5 >- rebuilt for dist-fc3 > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Thu Dec 18 2003 Jens Petersen <petersen@redhat.com> - 2.59-2 >- rebuild with perl-5.8.2 [Harald Hoyer] > >* Thu Nov 13 2003 Jens Petersen <petersen@redhat.com> - 2.59-1 >- update to 2.59 bugfix release >- remove autoconf-2.58-fix-ac_abs-109267.patch no longer needed > >* Fri Nov 7 2003 Jens Petersen <petersen@redhat.com> - 2.58-2 >- fix problem with ac_abs_{build,src}dir (#109267) [reported by Joe Orton, > patch by Alexandre Duret-Lutz] > >* Wed Nov 5 2003 Jens Petersen <petersen@redhat.com> - 2.58-1 >- 2.58 release > >* 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 > >* Fri Jun 28 2002 Jens Petersen <petersen@redhat.com> 2.53-7 >- update url (#66840) >- added doc files > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.53-6 >- automated rebuild > >* Sun May 26 2002 Tim Powers <timp@redhat.com> 2.53-5 >- automated rebuild > >* Mon May 20 2002 Bill Nottingham <notting@redhat.com> 2.53-4 >- provide autoconf253 > >* Thu May 16 2002 Bill Nottingham <notting@redhat.com> 2.53-3 >- obsolete autoconf253 > >* Wed May 8 2002 Jens Petersen <petersen@redhat.com> 2.53-2 >- patch autoheader so that --warnings=CATEGORY works (#64566) > [reported with fix by hjl@gnu.org] > >* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 2.53-1 >- update to autoconf-2.53 >- drop mawk patch again >- version suffix bindir files and add symlinks to unversioned names > >* Fri Feb 1 2002 Jens Petersen <petersen@redhat.com> 2.52-7 >- revert to 2.52 (also fixes #58210!) >- remove relversion variable >- bring back mawk -> gawk patch > >* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.52-6 >- automated rebuild > >* Thu Dec 20 2001 Jens Petersen <petersen@redhat.com> 2.52-5 >- update to 2.52f >- add URL >- minor description improvements >- define relversion to carry version number >- mawk.patch no longer needed > >* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.52-4 >- rebuild > >* Wed Sep 19 2001 Jens Petersen <petersen@redhat.com> 2.52-3 >- restore patch to prefer gawk to mawk > >* Tue Sep 18 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.52-2 >- update to 2.52d > >* Mon Sep 17 2001 Jens Petersen <petersen@redhat.com> 2.52-1 >- update to 2.52 >- remove obsolete patches, since already new version >- dont install install-sh > >* Tue Jul 10 2001 Jens Petersen <petersen@redhat.com> >- add patch to include various standard C headers as needed > by various autoconf tests (#19114) >- add patch to autoscan.pl to get a better choice of init > file (#42071), to test for CPP after CC (#42072) and to > detect C++ source and g++ (#42073). > >* Tue Jun 26 2001 Jens Petersen <petersen@redhat.com> >- Add a back-port of _AC_PROG_CXX_EXIT_DECLARATION > from version 2.50 to make detection of C++ exit() > declaration prototype platform independent. The check is > done in AC_PROG_CXX with the result stored in "confdefs.h". > The exit() prototype in AC_TRY_RUN_NATIVE is no longer needed. > (fixes #18829) > >* Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com> >- Fix up interoperability with glibc 2.2 and gcc 2.96: > AC_TRY_RUN_NATIVE in C++ mode added a prototype for exit() to > the test code without throwing an exception, causing a conflict > with stdlib.h --> AC_TRY_RUN_NATIVE for C++ code including stdlib.h > always failed, returning wrong results > >* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com> >- add textutils as a dependency (#14439) > >* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> >- automatic rebuild > >* Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com> >- FHS packaging. > >* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com> >- fix preun > >* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com> >- add patch to help autoconf clean after itself and not leave /tmp clobbered > with acin.* and acout.* files (can you say annoying?) > >* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> >- auto rebuild in the new build environment (release 4) >- use gawk, not mawk > >* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com> >- moved /usr/lib/autoconf to /usr/share/autoconf (with automake) > >* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com> >- Injected new description and group. > >* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com> >- update to 2.13. > >* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com> >- build against glibc 2.1 > >* Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com> >- requires perl > >* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com> >- patch for fixing /tmp race conditions > >* Sun Oct 19 1997 Erik Troan <ewt@redhat.com> >- spec file cleanups >- made a noarch package >- uses autoconf >- uses install-info > >* Thu Jul 17 1997 Erik Troan <ewt@redhat.com> >- built with glibc >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 246488
: 158354 |
158355
|
158356