apache-logging-parent/apache-logging-parent.spec

38 lines
997 B
RPMSpec
Raw Normal View History

2020-08-18 09:50:19 +08:00
Name: apache-logging-parent
2023-12-12 17:10:03 +08:00
Version: 5
Release: 1
2020-08-18 09:50:19 +08:00
License: ASL 2.0
Summary: Parent pom for Apache Logging Services projects
URL: https://logging.apache.org/
Source0: https://repo1.maven.org/maven2/org/apache/logging/logging-parent/%{version}/logging-parent-%{version}-source-release.zip
2020-08-18 09:50:19 +08:00
BuildArch: noarch
BuildRequires: maven-local mvn(org.apache:apache:pom:)
%description
Parent pom for Apache Logging Services projects.
%prep
%setup -q -n logging-parent-%{version}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE NOTICE
%changelog
2023-12-12 17:10:03 +08:00
* Tue Dec 12 2023 Ge Wang <wang__ge@126.com> - 5-1
- Update to version 5
* Tue Nov 15 2022 caodongxia <caodongxia@h-partners.com> - 2-2
- Modify invalid source0
2022-06-17 17:16:32 +08:00
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 2-1
- Upgrade to version 2
2020-08-18 09:50:19 +08:00
* Tue Jul 28 2020 chengzihan <chengzihan2@huawei.com> - 1-1
- Package init