felix-gogo-parent/felix-gogo-parent.spec
2024-02-01 15:18:08 +08:00

34 lines
900 B
RPMSpec

Name: felix-gogo-parent
Version: 5
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: https://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
* Wed Jan 31 2024 Ge Wang <wang__ge@126.com> - 5-1
- Update to version 5
* Mon Aug 3 2020 leiju <leiju4@huawei.com> - 4-1
- Package init