Update to version 0.13

This commit is contained in:
chen-jan 2023-05-10 17:40:51 +08:00
parent bd32ad1df4
commit 9b4edd8c4c
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
apache-rat-0.13-src.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: apache-rat
Version: 0.12
Version: 0.13
Release: 1
Summary: Apache Release Audit Tool (RAT)
License: ASL 2.0
URL: http://creadur.apache.org/rat/
Source0: https://archive.apache.org/dist/creadur/apache-rat-0.12/apache-rat-0.12-src.tar.bz2
Source0: https://archive.apache.org/dist/creadur/apache-rat-%{version}/apache-rat-%{version}-src.tar.bz2
BuildArch: noarch
Patch1: 0001-Port-to-current-doxia-sitetools.patch
BuildRequires: maven-local mvn(commons-cli:commons-cli)
@ -71,6 +71,7 @@ This package contains the API documentation for %{name}.
%patch1 -p1
%pom_disable_module apache-rat
%pom_remove_plugin -r :maven-antrun-plugin
%pom_remove_plugin -r :apache-rat-plugin
%pom_remove_plugin :animal-sniffer-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin -r :maven-invoker-plugin
@ -106,5 +107,8 @@ echo "apache-rat/rat-core apache-rat/rat-tasks" > $RPM_BUILD_ROOT%{_sysconfdir}/
%doc LICENSE NOTICE
%changelog
* Wed May 10 2023 chenchen <chen_aka_jan@163.com> - 0.13-1
- update to version 0.13
* Thu Aug 13 2020 chengzihan <chengzihan2@huawei.com> - 0.12-1
- Package init