9bd5211fda
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
39 lines
1.0 KiB
RPMSpec
39 lines
1.0 KiB
RPMSpec
Name: apache-logging-parent
|
|
Version: 1
|
|
Release: 3%{?dist}
|
|
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
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local
|
|
BuildRequires: 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
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Wed Mar 29 2017 Michael Simacek <msimacek@redhat.com> - 1-1
|
|
- Initial packaging
|