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
This commit is contained in:
Dirk Mueller 2011-12-19 13:44:48 +00:00 committed by Git OBS Bridge
parent 3a6a32ae94
commit 2fdc054297
2 changed files with 15 additions and 6 deletions

View File

@ -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

View File

@ -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