update to version 2
This commit is contained in:
parent
f8d69eef3e
commit
7e96eaff2c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,5 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/logging-parent-1-source-release.zip
|
||||
/logging-parent-2-source-release.zip
|
||||
|
@ -1,10 +1,12 @@
|
||||
Name: apache-logging-parent
|
||||
Version: 1
|
||||
Release: 6%{?dist}
|
||||
License: ASL 2.0
|
||||
Summary: Parent pom for Apache Logging Services projects
|
||||
Version: 2
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: https://logging.apache.org/
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/logging/logging-parent/%{version}/logging-parent-%{version}-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
@ -17,9 +19,11 @@ Parent pom for Apache Logging Services projects.
|
||||
%prep
|
||||
%setup -q -n logging-parent-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
@ -27,7 +31,11 @@ Parent pom for Apache Logging Services projects.
|
||||
%files -f .mfiles
|
||||
%license LICENSE NOTICE
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2019 Fabio Valentini <decathorpe@gmail.com> - 2-1
|
||||
- Update to version 2.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
@ -45,3 +53,4 @@ Parent pom for Apache Logging Services projects.
|
||||
|
||||
* Wed Mar 29 2017 Michael Simacek <msimacek@redhat.com> - 1-1
|
||||
- Initial packaging
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (logging-parent-1-source-release.zip) = eb7679a1b8d91d6b550a80fbf676d416fcb3bf5d8ca0a795500899e0b825c503bb67b72c7cf1cd1c969614f35b48f7901307e053c8eb26eedc93ca09a942840d
|
||||
SHA512 (logging-parent-2-source-release.zip) = 9ce8d471a0422eb66d96e7713b67d24e5465b5616373b65aae05e635b7cb28554d5d12f666c087381b797708640e407c6cdf583f546014f395e396fa93c0ca06
|
||||
|
Loading…
Reference in New Issue
Block a user