commit
35a7a8f7bd
39
felix-scr-annotations.spec
Normal file
39
felix-scr-annotations.spec
Normal file
@ -0,0 +1,39 @@
|
||||
%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
|
||||
5
felix-scr-annotations.yaml
Normal file
5
felix-scr-annotations.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/apache/felix-dev.git
|
||||
version_control: github
|
||||
src_repo: apache/felix-dev
|
||||
tag_prefix: "org.apache.felix.scr.annotations-"
|
||||
seperator: "."
|
||||
BIN
org.apache.felix.scr.annotations-1.12.0-source-release.tar.gz
Normal file
BIN
org.apache.felix.scr.annotations-1.12.0-source-release.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user