!1 package init

Merge pull request !1 from wangxiao65/master
This commit is contained in:
openeuler-ci-bot 2020-08-28 17:02:05 +08:00 committed by Gitee
commit d473df0985
3 changed files with 47 additions and 0 deletions

Binary file not shown.

43
swt-chart.spec Normal file
View File

@ -0,0 +1,43 @@
Name: swt-chart
Version: 0.10.0
Release: 1
Summary: SWTChart Feature
License: EPL-1.0
URL: https://github.com/eclipse/swtchart
Source0: http://sourceforge.net/code-snapshots/svn/s/sw/swt-chart/code/swt-chart-code-r312-tags-%{version}.zip
BuildArch: noarch
BuildRequires: tycho >= 0.14.0
Requires: eclipse-platform >= 3.4.0
%description
SWTChart is a light-weight charting component for SWT.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
%{summary}.
%prep
%setup -q -n %{name}-code-r312-tags-%{version}
# Create the poms
xmvn -o org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms -DgroupId=org.swtchart
%mvn_package "::pom::" __noinstall
%mvn_package :org.swtchart.example* __noinstall
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%files javadoc -f .mfiles-javadoc
%changelog
* Mon Aug 17 2020 wangxiao <wangxiao65@huawei.com> - 0.10.0-1
- package init

4
swt-chart.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: svn
src_repo: http://svn.code.sf.net/p/swt-chart/code
tag_prefix: ""
seperator: "."