12 Star 0 Fork 27

src-openEuler / automake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
automake.spec 3.07 KB
一键复制 编辑 原始数据 按行查看 历史
邹鹏 提交于 2023-11-30 14:06 . fix update config.sub and config.guess
%global __requires_exclude ^perl\\(Automake::
%global __provides_exclude ^perl\\(Automake::
Name: automake
Version: 1.16.5
Release: 8
Summary: A tool for automatically generating Makefile.in files
License: GPLv2+ and GFDL and Public Domain and MIT
URL: http://www.gnu.org/software/automake/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
Source2: http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
BuildArch: noarch
Patch1: backport-tests-fix-py-compile-basedir.sh-missing-test.patch
BuildRequires: perl autoconf make help2man automake perl-generators
#for tests
BuildRequires: libtool gettext-devel flex bison vala
BuildRequires: cscope dejagnu sharutils gcc-gfortran
Requires: autoconf perl(threads) perl(Thread::Queue)
Requires(post): info
Requires(preun):info
%package_help
%description
iAutomake is a tool for automatically generating Makefile.in files compliant
with the GNU Coding Standards. Automake requires the use of Autoconf.
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -iv
%ifarch loongarch64 sw_64
%_update_config_guess
%_update_config_sub
%else
cp %{SOURCE1} ./lib/config.sub
cp %{SOURCE2} ./lib/config.guess
%endif
%configure
%make_build
%install
%make_install
%check
make %{?_smp_mflags} check
%post help
/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir || :
%preun help
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir || :
fi
%files
%doc README
%doc %{_docdir}/%{name}/*.tar.gz
%license COPYING* AUTHORS doc/automake.info
%{_bindir}/*
%{_datadir}/automake-*
%{_datadir}/aclocal-*
%exclude %{_infodir}/dir
%exclude %{_datadir}/aclocal
%files help
%doc THANKS NEWS
%{_infodir}/*.info*
%{_mandir}/man1/*
%changelog
* Wed Nov 29 2023 peng.zou <peng.zou@shingroup.cn> - 1.16.5-8
- fix update config.sub and config.guess
* Tue Aug 8 2023 panchenbo <panchenbo@kylinsec.com.cn> - 1.16.5-7
- fix update config not effective
* Mon Apr 24 2023 tianyuan <tianyuan01@chinasoftinc.com> - 1.16.5-6
- fix changelog info
* Wed Feb 08 2023 Huang Yang <huangyang@loongson.cn> - 1.16.5-5
- update config.sub and config.guess
* Sat Oct 22 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.5-4
- fix py-compile-basedir.sh missing test
* Tue Jan 11 2022 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
- Add loongarch support.
* Wed Dec 29 2021 wangjie <wangjie375@huawei.com> - 1.16.5-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: enable make check
* Tue Dec 28 2021 wangjie <wangjie375@huawei.com> - 1.16.5-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:Update automake to 1.16.5
* Fri Jul 30 2021 panxiaohe <panxiaohe@huawei.com> - 1.16.2-3
- Support -fno-common in vala-mix2 test
* Thu May 27 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 1.16.2-2
- Fix test failed
* Thu Jul 16 2020 wangchen <wangchen137@huawei.com> - 1.16.2-1
- Update to 1.16.2
* Sat Oct 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.16.1-6
- Package Init
1
https://gitee.com/src-openeuler/automake.git
git@gitee.com:src-openeuler/automake.git
src-openeuler
automake
automake
openEuler-22.03-LTS

搜索帮助