diff --git a/swt-chart-code-r312-tags-0.10.0.zip b/swt-chart-code-r312-tags-0.10.0.zip new file mode 100644 index 0000000..32389f4 Binary files /dev/null and b/swt-chart-code-r312-tags-0.10.0.zip differ diff --git a/swt-chart.spec b/swt-chart.spec new file mode 100644 index 0000000..397eb99 --- /dev/null +++ b/swt-chart.spec @@ -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 - 0.10.0-1 +- package init diff --git a/swt-chart.yaml b/swt-chart.yaml new file mode 100644 index 0000000..e12f06a --- /dev/null +++ b/swt-chart.yaml @@ -0,0 +1,4 @@ +version_control: svn +src_repo: http://svn.code.sf.net/p/swt-chart/code +tag_prefix: "" +seperator: "."