1 Star 0 Fork 10

Soto/autoconf-archive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
autoconf-archive.spec 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2022-06-17 09:50 . Package upgrade
Name: autoconf-archive
Version: 2022.02.11
Release: 1
Summary: Autoconf Macro Archive
License: GPL-3.0 and GPL-2.0+
URL: http://www.gnu.org/software/autoconf-archive/
Source0: http://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-%{version}.tar.xz
BuildArch: noarch
Requires: autoconf
Requires(post): info
Requires(preun): info
%description
Autoconf Macro Archive aims to provide a central repository of useful
and tested Autoconf macros for software developers around the world.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%post
install-info %{_infodir}/autoconf-archive.info.gz %{_infodir}/dir || :
%preun
if [ $1 = 0 ]; then
install-info --delete %{_infodir}/autoconf-archive.info.gz %{_infodir}/dir || :
fi
%files
%doc AUTHORS NEWS README TODO COPYING*
%{_datadir}/aclocal/*.m4
%{_infodir}/autoconf-archive.info*
%exclude %{_infodir}/dir
%exclude %{_datadir}/%{name}
%changelog
* Wed Jun 15 2022 SimpleUpdate Robot <tc@openeuler.org> - 2022.02.11-1
- Upgrade to version 2022.02.11
* Mon Jan 4 2021 Ge Wang <wangge20@huawei.com> - 2.18.03.13-4
- Modify license infomation
* Thu Nov 28 2019 fengbing <fengbing7@huawei.com> - 2018.03.13-3
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/givemesix/autoconf-archive.git
git@gitee.com:givemesix/autoconf-archive.git
givemesix
autoconf-archive
autoconf-archive
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385