!2 update to 1.1.6
From: @lyn1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
50566fa12d
@ -1,9 +1,9 @@
|
|||||||
%global bundle org.apache.felix.gogo.runtime
|
%global bundle org.apache.felix.gogo.runtime
|
||||||
Name: felix-gogo-runtime
|
Name: felix-gogo-runtime
|
||||||
Version: 1.1.0
|
Version: 1.1.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Apache Felix Gogo command line shell for OSGi
|
Summary: Apache Felix Gogo command line shell for OSGi
|
||||||
License: ASL 2.0
|
License: ASL 2.0 and MIT
|
||||||
URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
|
URL: http://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
|
||||||
Source0: http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz
|
Source0: http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -21,6 +21,18 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{bundle}-%{version}
|
%setup -q -n %{bundle}-%{version}
|
||||||
|
|
||||||
|
# Use compendium dep
|
||||||
|
%pom_remove_dep :org.osgi.namespace.service
|
||||||
|
%pom_remove_dep :org.osgi.service.component.annotations
|
||||||
|
%pom_remove_dep :org.osgi.service.event
|
||||||
|
%pom_xpath_inject "pom:dependencies" "
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.osgi</groupId>
|
||||||
|
<artifactId>osgi.cmpn</artifactId>
|
||||||
|
</dependency>"
|
||||||
|
|
||||||
|
|
||||||
%mvn_file : felix/%{bundle}
|
%mvn_file : felix/%{bundle}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -36,5 +48,8 @@ This package contains the API documentation for %{name}.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2023 liyanan <thistleslyn@163.com> - 1.1.6-1
|
||||||
|
- upgrade 1.1.6
|
||||||
|
|
||||||
* Sat Jul 25 2020 yanan li <liyanan032@huawei.com> - 1.1.0-1
|
* Sat Jul 25 2020 yanan li <liyanan032@huawei.com> - 1.1.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Binary file not shown.
BIN
org.apache.felix.gogo.runtime-1.1.6-source-release.tar.gz
Normal file
BIN
org.apache.felix.gogo.runtime-1.1.6-source-release.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user