40 lines
1.1 KiB
RPMSpec
40 lines
1.1 KiB
RPMSpec
%global bundle org.apache.felix.scr.annotations
|
|
Name: felix-scr-annotations
|
|
Version: 1.12.0
|
|
Release: 1
|
|
Summary: Annotations for SCR
|
|
License: ASL 2.0
|
|
URL: http://felix.apache.org/
|
|
Source0: http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(org.apache.felix:felix-parent:pom:)
|
|
BuildRequires: mvn(org.apache.felix:org.apache.felix.scr.generator)
|
|
%description
|
|
Annotations for generating OSGi service descriptors.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
%description javadoc
|
|
This package contains javadoc for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n %{bundle}-%{version}
|
|
%mvn_file : felix/%{bundle}
|
|
|
|
%build
|
|
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc changelog.txt
|
|
%license LICENSE NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Sat Aug 15 2020 yanan li <liyanan032@huawei.com> - 1.12.0-1
|
|
- Package init
|