forked from pool/autoconf
- Use 2.68 everywhere in specfile.
- Use %%configure macro in spec file. - Cosmetic changes to spec file OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=14
This commit is contained in:
parent
53b4e2f817
commit
19bf724348
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
|
||||||
|
|
||||||
|
- Use 2.68 everywhere in specfile.
|
||||||
|
- Use %%configure macro in spec file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
|
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf (Version 2.67)
|
# spec file for package autoconf (Version 2.68)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -52,7 +52,7 @@ only required for the generation of the scripts, not their use.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f config}
|
%{suse_update_config -f config}
|
||||||
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir}
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%if "%{name}" == "autoconf-testsuite"
|
%if "%{name}" == "autoconf-testsuite"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
|
||||||
|
|
||||||
|
- Cosmetic changes to spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
|
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf (Version 2.67)
|
# spec file for package autoconf (Version 2.68)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user