39 lines
1.0 KiB
RPMSpec
39 lines
1.0 KiB
RPMSpec
%global bundle org.osgi.service.obr
|
|
Name: felix-osgi-obr
|
|
Version: 1.0.2
|
|
Release: 1
|
|
Summary: Felix OSGi OBR Service API
|
|
License: ASL 2.0
|
|
URL: http://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html
|
|
BuildArch: noarch
|
|
Source0: http://www.apache.org/dist/felix/org.osgi.service.obr-%{version}-project.tar.gz
|
|
BuildRequires: maven-local mvn(org.apache.felix:felix:pom:)
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(org.apache.felix:org.osgi.core)
|
|
%description
|
|
OSGi OBR Service API.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
%description javadoc
|
|
API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n %{bundle}-%{version}
|
|
%mvn_file ":{*}" felix/@1
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Sat Jul 25 2020 yanan li <liyanan032@huawei.com> - 1.0.2-1
|
|
- Package init
|