1 Star 0 Fork 1

rockerzhu/m4

forked from OpenCloudOS Stream/m4 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
m4.spec 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-08-16 15:41 . Rebuilt for loongarch release
Summary: An implementation of the traditional Unix macro processor
Name: m4
Version: 1.4.19
Release: 5%{?dist}
License: GPLv3+
URL: https://www.gnu.org/software/m4/
Source0: https://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
BuildRequires: make gcc autoconf automake
BuildRequires: gettext
Provides: bundled(gnulib)
%description
GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4
compatible although it has some extensions (for example, handling more than 9 positional
parameters to macros). GNU M4 also has built-in functions for including files, running
shell commands, doing arithmetic, etc.
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%find_lang %{name}
%check
%make_build check
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_bindir}/m4
%{_infodir}/*
%{_mandir}/man1/m4.1*
%changelog
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.19-5
- Rebuilt for loongarch release
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.19-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.19-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.19-2
- Rebuilt for OpenCloudOS Stream 23
* Sun Jul 24 2022 Minjie HUANG <jackmjhuang@tencent.com> - 1.4.19-1
- Initial build.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rockerzhu/m4.git
git@gitee.com:rockerzhu/m4.git
rockerzhu
m4
m4
master

搜索帮助