49 lines
1.3 KiB
RPMSpec
49 lines
1.3 KiB
RPMSpec
Name: felix-utils
|
|
Version: 1.10.4
|
|
Release: 5
|
|
Summary: Utility library for OSGi
|
|
License: ASL 2.0
|
|
URL: http://felix.apache.org
|
|
BuildArch: noarch
|
|
Source0: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.utils/%{version}/org.apache.felix.utils-%{version}-source-release.tar.gz
|
|
|
|
BuildRequires: maven-local mvn(org.apache.felix:felix-parent:pom:)
|
|
BuildRequires: mvn(org.osgi:org.osgi.compendium) mvn(org.osgi:org.osgi.core)
|
|
|
|
%description
|
|
Utility library for OSGi
|
|
|
|
%package help
|
|
Summary: API usage documentation for felix-utils
|
|
Provides: felix-utils-javadoc = %{version}-%{release}
|
|
Obsoletes: felix-utils-javadoc < %{version}-%{release}
|
|
|
|
%description help
|
|
This package is documentation that introduce usage for felix-utils.
|
|
|
|
%prep
|
|
%autosetup -n org.apache.felix.utils-%{version} -p1
|
|
|
|
%pom_remove_plugin :apache-rat-plugin
|
|
|
|
%mvn_file :org.apache.felix.utils "felix/org.apache.felix.utils"
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE NOTICE
|
|
%doc DEPENDENCIES
|
|
|
|
%files help -f .mfiles-javadoc
|
|
|
|
%changelog
|
|
* Wed Nov 16 2022 yaoxin <yaoxin30@h-partners.com> - 1.10.4-5
|
|
- Modify invalid Source
|
|
|
|
* Wed Dec 12 2018 wanjiankang <wanjiankang@huawei.com> - 1.10.4-4
|
|
- Package Init
|