Accepting request 27545 from Base:System

Copy from Base:System/autoconf213 based on submit request 27545 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf213?expand=0&rev=3
This commit is contained in:
OBS User autobuild 2009-12-26 10:46:36 +00:00 committed by Git OBS Bridge
parent 6f6ed12968
commit 227a8844e5
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 18 01:57:23 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Fri Aug 22 23:11:39 CEST 2008 - wr@rosenauer.org

View File

@ -18,14 +18,14 @@
Name: autoconf213
License: GPL v2 or later
License: GPLv2+
Group: Development/Tools/Building
Url: http://www.gnu.org/software/autoconf
AutoReqProv: on
Requires: gawk, m4 >= 1.1, mktemp, perl
PreReq: %{install_info_prereq}
Version: 2.13
Release: 2
Release: 3
Summary: A GNU Tool for Automatically Configuring Source Code
BuildArch: noarch
Source: autoconf-%{version}.tar.bz2
@ -84,7 +84,7 @@ rm -f autoconf.info
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
--program-suffix=-2.13
make
make %{?jobs:-j%jobs}
%install
%makeinstall
@ -107,6 +107,5 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/bin/*
%{_prefix}/share/autoconf-2.13
%doc %{_infodir}/*.gz
%changelog
* Fri Aug 22 2008 wr@rosenauer.org
- initial autoconf 2.13 package based on Fedora's package