2011-03-24 17:42:04 +01:00
|
|
|
#
|
2011-03-24 17:42:21 +01:00
|
|
|
# spec file for package autoconf-archive
|
|
|
|
#
|
2023-02-21 13:33:47 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
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.
|
|
|
|
|
2019-01-15 09:17:07 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-03-24 17:42:04 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: autoconf-archive
|
2023-02-21 13:33:47 +01:00
|
|
|
Version: 2023.02.20
|
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
|
2022-02-13 08:37:41 +01:00
|
|
|
License: GPL-3.0-or-later WITH Autoconf-exception-3.0
|
2019-01-15 09:17:07 +01:00
|
|
|
URL: https://savannah.gnu.org/projects/autoconf-archive
|
2017-03-23 15:30:53 +01:00
|
|
|
Source0: https://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz.sig
|
2014-10-17 11:23:27 +02:00
|
|
|
# http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x99089D72
|
|
|
|
Source2: %{name}.keyring
|
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
|
2019-01-15 09:17:07 +01:00
|
|
|
%configure \
|
|
|
|
--docdir=%{_docdir}/%{name}
|
2022-02-13 08:37:41 +01:00
|
|
|
%make_build
|
2011-03-24 17:42:04 +01:00
|
|
|
|
|
|
|
%install
|
2017-03-23 15:30:53 +01:00
|
|
|
%make_install
|
2011-03-24 17:42:04 +01:00
|
|
|
rm -rf %{buildroot}/%{_datadir}/%{name}/
|
2019-01-15 09:17:07 +01:00
|
|
|
# install via macro later
|
|
|
|
rm -v %{buildroot}%{_docdir}/%{name}/COPYING*
|
2011-03-24 17:42:04 +01:00
|
|
|
|
|
|
|
%files
|
2018-03-17 14:53:57 +01:00
|
|
|
%license COPYING*
|
|
|
|
%doc AUTHORS README
|
2017-03-23 15:30:53 +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
|