OBS User unknown
2008-07-18 19:47:38 +00:00
committed by Git OBS Bridge
parent 59ac59e5ce
commit 1424cffa4f
6 changed files with 336 additions and 2 deletions

View File

@@ -19,10 +19,12 @@ AutoReqProv: on
Requires: m4 >= %(rpm -q --qf=%%{VERSION} m4)
PreReq: %{install_info_prereq}
Version: 2.62
Release: 3
Release: 6
Summary: A GNU Tool for Automatically Configuring Source Code
Source: autoconf-%{version}.tar.bz2
Patch: autoreconf-ltdl.diff
Patch1: output-headers-prepare.diff
Patch2: ac-c-bigendian.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -48,6 +50,8 @@ Authors:
%prep
%setup -q
%patch
%patch1 -p1
%patch2
%build
%{suse_update_config -f config}
@@ -80,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/*.gz
%changelog
* Thu Jul 17 2008 schwab@suse.de
- Revert AC_C_BIGENDIAN change for now.
- Fix config header substitution.
* Wed Apr 09 2008 schwab@suse.de
- Update to autoconf 2.62.
<http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa>