!1 Package init

Merge pull request !1 from 雷炬/master
This commit is contained in:
openeuler-ci-bot 2020-08-29 16:05:34 +08:00 committed by Gitee
commit 52beacb256
3 changed files with 34 additions and 0 deletions

30
felix-gogo-parent.spec Normal file
View File

@ -0,0 +1,30 @@
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

4
felix-gogo-parent.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: apache/felix-dev
tag_prefix: "gogo-parent-"
seperator: "."

Binary file not shown.