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:
parent
641bee864c
commit
816c0c5f7e
@ -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
|
Fri Dec 18 01:57:23 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,18 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: autoconf213
|
Name: autoconf213
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
AutoReqProv: on
|
|
||||||
Requires: gawk, m4 >= 1.1, mktemp, perl
|
Requires: gawk, m4 >= 1.1, mktemp, perl
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 2.13
|
Version: 2.13
|
||||||
Release: 3
|
Release: 0
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source: autoconf-%{version}.tar.bz2
|
Source: autoconf-%{version}.tar.bz2
|
||||||
Patch0: autoconf-2.12-race.patch
|
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
|
be configuring software with an autoconf-generated script; autoconf is
|
||||||
only required for the generation of the scripts, not their use.
|
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
|
%prep
|
||||||
%setup -n autoconf-%{version} -q
|
%setup -n autoconf-%{version} -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -81,10 +71,9 @@ mv autoconf.texi autoconf213.texi
|
|||||||
rm -f autoconf.info
|
rm -f autoconf.info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f config}
|
|
||||||
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
|
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
|
||||||
--program-suffix=-2.13
|
--program-suffix=-2.13
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -98,9 +87,6 @@ rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
|
|||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README TODO
|
%doc AUTHORS COPYING NEWS README TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user