SHA256
1
0
forked from pool/autoconf213

Accepting request 97922 from devel:tools:building

- remove call to suse_update_config (very old work around) (forwarded request 97680 from coolo)

OBS-URL: https://build.opensuse.org/request/show/97922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf213?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2011-12-25 16:33:06 +00:00 committed by Git OBS Bridge
parent 641bee864c
commit 816c0c5f7e
2 changed files with 17 additions and 20 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 20 11:27:37 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
-------------------------------------------------------------------
Sat Sep 17 13:42:44 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Fri Dec 18 01:57:23 CET 2009 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package autoconf213 (Version 2.13)
# spec file for package autoconf213
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,18 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: autoconf213
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: 3
Release: 0
Summary: A GNU Tool for Automatically Configuring Source Code
License: GPL-2.0+
Group: Development/Tools/Building
BuildArch: noarch
Source: autoconf-%{version}.tar.bz2
Patch0: autoconf-2.12-race.patch
@ -56,13 +53,6 @@ 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.
Authors:
--------
Ben Elliston <bje@cygnus.com>
David J MacKenzie <djm@catapult.va.pubnix.com>
%prep
%setup -n autoconf-%{version} -q
%patch0 -p1
@ -81,10 +71,9 @@ mv autoconf.texi autoconf213.texi
rm -f autoconf.info
%build
%{suse_update_config -f config}
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
--program-suffix=-2.13
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
@ -98,9 +87,6 @@ rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO