2011-03-24 17:42:04 +01:00
|
|
|
#
|
2011-03-24 17:42:21 +01:00
|
|
|
# spec file for package autoconf-archive
|
|
|
|
#
|
2016-03-22 23:26:28 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-03-24 17:42:04 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: autoconf-archive
|
2016-09-27 10:32:42 +02:00
|
|
|
Version: 2016.09.16
|
2015-03-04 19:25:10 +01:00
|
|
|
Release: 0
|
2011-03-24 17:42:04 +01:00
|
|
|
Summary: A Collection of macros for GNU autoconf
|
2016-03-30 19:44:57 +02:00
|
|
|
License: GPL-3.0+ WITH Autoconf-exception-3.0
|
2011-03-24 17:42:04 +01:00
|
|
|
Group: Development/Tools/Building
|
2015-03-04 19:25:10 +01:00
|
|
|
Url: http://savannah.gnu.org/projects/autoconf-archive
|
2014-10-17 11:23:27 +02:00
|
|
|
Source0: http://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz
|
|
|
|
Source1: http://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz.sig
|
|
|
|
# http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x99089D72
|
|
|
|
Source2: %{name}.keyring
|
2011-03-24 17:42:04 +01:00
|
|
|
BuildRequires: xz
|
2015-03-04 19:25:10 +01:00
|
|
|
Requires(pre): info
|
2012-12-08 17:40:16 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-03-24 17:42:04 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The GNU Autoconf Archive is a collection of more than 450 macros for `GNU
|
|
|
|
Autoconf <http://www.gnu.org/software/autoconf>`_ that have been contributed as
|
|
|
|
free software by friendly supporters of the cause from all over the Internet.
|
|
|
|
Every single one of those macros can be re-used without imposing any
|
|
|
|
restrictions whatsoever on the licensing of the generated `configure` script. In
|
|
|
|
particular, it is possible to use all those macros in `configure` scripts that
|
|
|
|
are meant for non-free software. This policy is unusual for a Free Software
|
|
|
|
Foundation project. The FSF firmly believes that software ought to be free, and
|
|
|
|
software licenses like the GPL are specifically designed to ensure that
|
|
|
|
derivative work based on free software must be free as well. In case of
|
|
|
|
Autoconf, however, an exception has been made, because Autoconf is at such a
|
|
|
|
pivotal position in the software development tool chain that the benefits from
|
|
|
|
having this tool available as widely as possible outweigh the disadvantage that
|
|
|
|
some authors may choose to use it, too, for proprietary software.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2012-12-08 17:40:16 +01:00
|
|
|
make %{?_smp_mflags}
|
2011-03-24 17:42:04 +01:00
|
|
|
|
|
|
|
%install
|
2016-03-22 23:26:28 +01:00
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
2011-03-24 17:42:04 +01:00
|
|
|
rm -rf %{buildroot}/%{_datadir}/%{name}/
|
|
|
|
|
|
|
|
%post
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/autoconf-archive.info.gz
|
|
|
|
|
2015-05-17 18:07:08 +02:00
|
|
|
%preun
|
2011-03-24 17:42:04 +01:00
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf-archive.info.gz
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2016-03-30 19:44:57 +02:00
|
|
|
%doc AUTHORS COPYING README COPYING.EXCEPTION
|
2016-03-22 23:26:28 +01:00
|
|
|
%{_infodir}/%{name}.info%{ext_info}
|
2012-01-18 16:39:30 +01:00
|
|
|
%dir %{_datadir}/aclocal
|
2011-03-24 17:42:04 +01:00
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
|
|
|
|
%changelog
|