From 73c0fbfec4dc82b0b0358eced6a62daa31d5643e Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 28 Jul 2022 12:16:18 +0800 Subject: [PATCH] Bump release and Cleanup useless comments and License compliance rectification --- automake.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/automake.spec b/automake.spec index 6b99340..e54e265 100644 --- a/automake.spec +++ b/automake.spec @@ -4,9 +4,9 @@ Name: automake Version: 1.16.5 -Release: 1 +Release: 3 Summary: A tool for automatically generating Makefile.in files -License: GPLv2+ and GFDL and Public Domain and MIT +License: GPLv2+ and GFDL-1.3-only 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 @@ -14,9 +14,6 @@ Source2: http://git.savannah.gnu.org/cgit/config.git/plain/config.guess BuildArch: noarch -#disable am-prog-cc-c-o ccnoco ccnoco-lib test -#that success through rpmbuild but fail on obs - BuildRequires: perl autoconf make help2man automake perl-generators texinfo #for tests BuildRequires: libtool gettext-devel flex bison vala @@ -72,6 +69,12 @@ fi %{_mandir}/man1/* %changelog +* Thu Jul 28 2022 fuanan - 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 - 1.16.5-1 - update version to 1.16.5 -- Gitee