5 Star 0 Fork 3

OpenCloudOS Stream/autoconf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
autoconf.spec 2.82 KB
一键复制 编辑 原始数据 按行查看 历史
%global __requires_exclude ^perl\\(Autom4te::
%global __provides_exclude ^perl\\(Autom4te::
Summary: An extensible package for automatically configuring software source code packages
Name: autoconf
Version: 2.71
Release: 8%{?dist}
License: GPLv2+ and GFDL
URL: https://www.gnu.org/software/autoconf/
Source0: https://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz
Source1: config.site
Source2: autoconf-init.el
Patch0001: 0001-_AC_PROG_CXX_STDCXX_EDITION_TRY-fix-typo-in-variable.patch
Patch0002: 0001-Fix-testsuite-failures-with-bash-5.2.patch
BuildRequires: make gcc-gfortran emacs perl perl-generators perl-macros
BuildRequires: perl(Data::Dumper) perl(Text::ParseWords)
BuildRequires: m4 >= 1.4.14
Requires: perl-File-Compare perl-interpreter emacs-filesystem
Requires: m4 >= 1.4.14
BuildArch: noarch
%description
Autoconf is an extensible package of M4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of M4
macro calls.
%prep
%autosetup -p1
%build
export EMACS=%{_bindir}/emacs
%configure \
--with-lispdir=%{_emacs_sitelispdir}/autoconf
%make_build
%check
make check %{?_smp_mflags}
%install
%make_install
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_emacs_sitestartdir}
install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
%files
%license COPYING*
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%exclude %{_infodir}/standards*
%exclude %{_infodir}/dir
%{_datadir}/autoconf/
%{_datadir}/config.site
%{_datadir}/emacs/site-lisp/*
%{_bindir}/*
%{_infodir}/autoconf.info*
%{_mandir}/man1/*
%changelog
* Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.71-8
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.71-7
- Rebuilt for loongarch release
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.71-6
- Rebuilt for OpenCloudOS Stream 23.09
* Wed Aug 9 2023 Wang Guodong <gordonwwang@tencent.com> - 2.71-5
- Fix typo in variable name
- Fix testsuite failures with bash 5.2
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.71-4
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.71-3
- Rebuilt for OpenCloudOS Stream 23
* Fri Oct 28 2022 Xiaojie Chen <jackxjchen@tencent.com> - 2.71-2
- Remove unnecessary requires perl
* Fri Apr 15 2022 Xiaojie Chen <jackxjchen@tencent.com> - 2.71-1
- Initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/autoconf.git
git@gitee.com:opencloudos-stream/autoconf.git
opencloudos-stream
autoconf
autoconf
master

搜索帮助