forked from pool/autoconf
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:
parent
3a6a32ae94
commit
2fdc054297
@ -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
|
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -18,15 +18,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
BuildRequires: help2man xz
|
BuildRequires: help2man
|
||||||
License: GPLv3+
|
BuildRequires: xz
|
||||||
Group: Development/Tools/Building
|
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
Requires: m4 >= 1.4.6
|
Requires: m4 >= 1.4.6
|
||||||
PreReq: %{install_info_prereq}
|
Requires(pre): info
|
||||||
Version: 2.68
|
Version: 2.68
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
Source: autoconf-%{version}.tar.xz
|
Source: autoconf-%{version}.tar.xz
|
||||||
Patch0: autoreconf-ltdl.diff
|
Patch0: autoreconf-ltdl.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -64,8 +65,10 @@ make check
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%install
|
%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*
|
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
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user