31 lines
825 B
RPMSpec
31 lines
825 B
RPMSpec
Name: felix-gogo-parent
|
|
Version: 4
|
|
Release: 1
|
|
Summary: Parent pom for Apache Felix Gogo
|
|
License: ASL 2.0
|
|
URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
|
|
Source0: http://archive.apache.org/dist/felix/gogo-parent-%{version}-source-release.tar.gz
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local mvn(org.apache.felix:felix-parent:pom:)
|
|
|
|
%description
|
|
Apache Felix Gogo is a subproject of Apache Felix implementing a command
|
|
line shell for OSGi. It is used in many OSGi runtimes and servers.
|
|
|
|
%prep
|
|
%setup -q -n gogo-parent-%{version}
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Mon Aug 3 2020 leiju <leiju4@huawei.com> - 4-1
|
|
- Package init
|