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:
parent
6f6ed12968
commit
227a8844e5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user