47 lines
1.4 KiB
RPMSpec
47 lines
1.4 KiB
RPMSpec
%global bundle org.apache.felix.main
|
|
Name: felix-main
|
|
Version: 5.4.0
|
|
Release: 1
|
|
Summary: Apache Felix Main
|
|
License: ASL 2.0
|
|
URL: http://felix.apache.org
|
|
Source0: http://archive.apache.org/dist/felix/org.apache.felix.main-%{version}-source-release.tar.gz
|
|
|
|
BuildRequires: java-devel >= 1:1.6.0 jpackage-utils felix-bundlerepository felix-gogo-command
|
|
BuildRequires: felix-gogo-runtime felix-gogo-shell felix-osgi-compendium felix-osgi-core
|
|
BuildRequires: felix-parent felix-framework >= 4.2.0 maven-local maven-antrun-plugin
|
|
BuildRequires: maven-dependency-plugin maven-plugin-bundle maven-source-plugin
|
|
BuildRequires: maven-surefire-provider-junit mockito
|
|
Requires: felix-bundlerepository felix-gogo-command felix-gogo-runtime felix-gogo-shell
|
|
Requires: felix-osgi-compendium felix-osgi-core felix-framework >= 4.2.0
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Apache Felix Main Classes.
|
|
|
|
%package javadoc
|
|
Summary: API documentation for %{name}
|
|
|
|
%description javadoc
|
|
This package contains API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n %{bundle}-%{version}
|
|
%mvn_file :%{bundle} "felix/%{bundle}"
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE NOTICE DEPENDENCIES
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%doc LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Mon Aug 3 2020 leiju <leiju4@huawei.com> - 5.4.0-1
|
|
- Package init
|