From 2fdc0542973dceb33b36de5e0f271bac876f24567c4627259ddef3f78b309f07 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Dec 2011 13:44:48 +0000 Subject: [PATCH] Accepting request 96953 from home:rudi_m:branches:devel:tools:building - correct license and style (prepare_spec) - minor build fixes, avoid deprecated macros to be more portable OBS-URL: https://build.opensuse.org/request/show/96953 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/autoconf?expand=0&rev=17 --- autoconf.changes | 6 ++++++ autoconf.spec | 15 +++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/autoconf.changes b/autoconf.changes index f50b773..0b9aff1 100644 --- a/autoconf.changes +++ b/autoconf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de + +- correct license and style (prepare_spec) +- minor build fixes, avoid deprecated macros to be more portable + ------------------------------------------------------------------- Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de diff --git a/autoconf.spec b/autoconf.spec index fc4baa9..e975646 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -18,15 +18,16 @@ Name: autoconf -BuildRequires: help2man xz -License: GPLv3+ -Group: Development/Tools/Building +BuildRequires: help2man +BuildRequires: xz Url: http://www.gnu.org/software/autoconf Requires: m4 >= 1.4.6 -PreReq: %{install_info_prereq} +Requires(pre): info Version: 2.68 -Release: 1 +Release: 0 Summary: A GNU Tool for Automatically Configuring Source Code +License: GPL-3.0+ +Group: Development/Tools/Building Source: autoconf-%{version}.tar.xz Patch0: autoreconf-ltdl.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,8 +65,10 @@ make check %else %install -make install DESTDIR=$RPM_BUILD_ROOT +%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}} rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el* +# info's dir file is not auto ignored on some systems +rm -rf %{buildroot}%{_infodir}/dir %endif %post