diff --git a/felix-gogo-command.spec b/felix-gogo-command.spec index 3904177..f74c1e8 100644 --- a/felix-gogo-command.spec +++ b/felix-gogo-command.spec @@ -1,16 +1,21 @@ %global bundle org.apache.felix.gogo.command Name: felix-gogo-command -Version: 1.0.2 +Version: 1.1.2 Release: 1 Summary: Apache Felix Gogo command line shell for OSGi License: ASL 2.0 URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html Source0: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.gogo.command/%{version}/org.apache.felix.gogo.command-%{version}-source-release.tar.gz +Source1: https://repo1.maven.org/maven2/org/apache/felix/gogo-parent/6/gogo-parent-6.pom BuildRequires: maven-local mvn(org.apache.felix:gogo-parent:pom:) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:org.apache.felix.gogo.runtime) BuildRequires: mvn(org.mockito:mockito-core) mvn(org.osgi:osgi.cmpn) mvn(org.osgi:osgi.core) +BuildRequires: mvn(org.eclipse.aether:aether-connector-basic) +BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon) +BuildRequires: mvn(org.apache.maven.wagon:wagon-http) +BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api) BuildArch: noarch %description @@ -26,12 +31,12 @@ This package contains API documentation for %{name}. %prep %setup -q -n %{bundle}-%{version} +mkdir ../gogo-parent +cp %{SOURCE1} ../gogo-parent/pom.xml %mvn_file : felix/%{bundle} -%pom_change_dep :org.osgi.core :osgi.core::provided -%pom_change_dep :org.osgi.compendium :osgi.cmpn::provided %build -%mvn_build +%mvn_build -b %install %mvn_install @@ -43,5 +48,8 @@ This package contains API documentation for %{name}. %license LICENSE NOTICE %changelog +* Tue Jan 9 2024 Ge Wang - 1.1.2-1 +- Update to version 1.1.2 + * Mon Aug 3 2020 leiju - 1.0.2-1 - Package init diff --git a/gogo-parent-6.pom b/gogo-parent-6.pom new file mode 100644 index 0000000..90a555c --- /dev/null +++ b/gogo-parent-6.pom @@ -0,0 +1,130 @@ + + + + + org.apache.felix + felix-parent + 5 + ../pom/pom.xml + + 4.0.0 + pom + Apache Felix Gogo + Apache Felix Gogo Subproject + gogo-parent + 6 + http://felix.apache.org/ + + + scm:git:https://gitbox.apache.org/repos/asf/felix-dev.git + scm:git:https://gitbox.apache.org/repos/asf/felix-dev.git + https://gitbox.apache.org/repos/asf?p=felix-dev.git + gogo-parent-6 + + + + 7 + 1.7 + 1.7 + 4.1.0 + + + + + + org.osgi + org.osgi.namespace.service + 1.0.0 + provided + + + org.osgi + org.osgi.service.event + 1.3.1 + provided + + + org.osgi + org.osgi.service.log + 1.3.0 + provided + + + org.osgi + osgi.annotation + 7.0.0 + provided + + + org.osgi + osgi.core + 6.0.0 + provided + + + junit + junit + 4.12 + test + + + org.apache.felix + org.apache.felix.framework + 6.0.1 + runtime + + + org.easymock + easymock + 3.4 + test + + + org.mockito + mockito-core + 2.2.29 + test + + + + + + + + + org.apache.felix + maven-bundle-plugin + 4.1.0 + true + + NONE + + ${project.artifactId} + The Apache Software Foundation + {maven-resources},META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES + <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) + <_removeheaders>Private-Package,Ignore-Package,Include-Resource + + + + + + + diff --git a/org.apache.felix.gogo.command-1.0.2-source-release.tar.gz b/org.apache.felix.gogo.command-1.0.2-source-release.tar.gz deleted file mode 100644 index a312a83..0000000 Binary files a/org.apache.felix.gogo.command-1.0.2-source-release.tar.gz and /dev/null differ diff --git a/org.apache.felix.gogo.command-1.1.2-source-release.tar.gz b/org.apache.felix.gogo.command-1.1.2-source-release.tar.gz new file mode 100644 index 0000000..b01d095 Binary files /dev/null and b/org.apache.felix.gogo.command-1.1.2-source-release.tar.gz differ