Initial packaging
This commit is contained in:
parent
c122ea3772
commit
595bdd772c
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/logging-parent-1-source-release.zip
|
32
apache-logging-parent.spec
Normal file
32
apache-logging-parent.spec
Normal file
@ -0,0 +1,32 @@
|
||||
Name: apache-logging-parent
|
||||
Version: 1
|
||||
Release: 1%{?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 Mar 29 2017 Michael Simacek <msimacek@redhat.com> - 1-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user