diff --git a/felix-gogo-parent.spec b/felix-gogo-parent.spec new file mode 100644 index 0000000..08c0406 --- /dev/null +++ b/felix-gogo-parent.spec @@ -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 - 4-1 +- Package init diff --git a/felix-gogo-parent.yaml b/felix-gogo-parent.yaml new file mode 100644 index 0000000..b74a82b --- /dev/null +++ b/felix-gogo-parent.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: apache/felix-dev +tag_prefix: "gogo-parent-" +seperator: "." diff --git a/gogo-parent-4-source-release.tar.gz b/gogo-parent-4-source-release.tar.gz new file mode 100644 index 0000000..16e3cac Binary files /dev/null and b/gogo-parent-4-source-release.tar.gz differ