summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-14 03:38:17 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-14 03:38:17 +0000
commitc111b35f191192ca5202ae7e27f359cbbb2f1137 (patch)
tree0fbcb797fa4ed179bfd4c896e4e726c1f3e7bdef
parentf4968f0fd89b51219b51f7be8fdb227bcf4a9c61 (diff)
automatic import of automakeopeneuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--automake.spec98
-rw-r--r--sources1
3 files changed, 100 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..4a55eb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/automake-1.17.tar.xz
diff --git a/automake.spec b/automake.spec
new file mode 100644
index 0000000..fab6d72
--- /dev/null
+++ b/automake.spec
@@ -0,0 +1,98 @@
+%global _configure_gnuconfig_hack 0
+%global __requires_exclude ^perl\\(Automake::
+%global __provides_exclude ^perl\\(Automake::
+
+Name: automake
+Version: 1.17
+Release: 1
+Summary: A tool for automatically generating Makefile.in files
+License: GPL-2.0-or-later AND GPL-2.0-or-later WITH Autoconf-exception-generic AND GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Texinfo-exception AND GFDL-1.3-or-later AND FSFAP AND FSFUL AND FSFULLR AND FSFULLRWD AND X11
+URL: http://www.gnu.org/software/automake/
+Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+
+BuildArch: noarch
+
+BuildRequires: perl autoconf make help2man automake perl-generators texinfo
+#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
+%configure
+%make_build
+
+%install
+%make_install
+
+%check
+%make_build 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
+* Sun Jul 14 2024 Funda Wang <fundawang@yeah.net> - 1.17-1
+- update to version 1.17
+
+* Wed Mar 6 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.16.5-5
+- update config.guess config.sub from upstream to support loongarch64
+
+* Sat Oct 22 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.5-4
+- fix py-compile-basedir.sh missing test
+
+* Thu Jul 28 2022 fuanan <fuanan3@h-partners.com> - 1.16.5-3
+- Type:bugfix
+- ID:NA
+- SUG:NA
+- DESC:Bump release and Cleanup useless comments and License compliance rectification
+
+* Tue Feb 15 2022 zoulin <zoulin13@h-partners.com> - 1.16.5-1
+- update version to 1.16.5
+
+* Tue Dec 28 2021 renhongxun <renhongxun@huawei.com> - 1.16.2-4
+- bugfix about python 3.10
+
+* 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
diff --git a/sources b/sources
new file mode 100644
index 0000000..5492c5c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7ab3a02318fee6f5bd42adfc369abf10 automake-1.17.tar.xz