%{?scl:%scl_package swt-chart} %{!?scl:%global pkg_name %{name}} %{?java_common_find_provides_and_requires} Name: %{?scl_prefix}swt-chart Version: 0.9.0 Release: 4.1%{?dist} Summary: SWTChart Feature License: EPL URL: http://www.swtchart.org/ # svn export https://swt-chart.svn.sourceforge.net/svnroot/swt-chart/tags/%%{version}/ %%{name}-%%{version} # pushd %%{name}-%%{version} && rm -rf org.swtchart.{examples{,.ext},ext} && popd # tar -cJf %%{name}-%%{version}.tar.xz %%{name}-%%{version} Source0: %{pkg_name}-%{version}.tar.xz BuildArch: noarch BuildRequires: %{?scl_prefix}tycho >= 0.14.0 Requires: %{?scl_prefix}eclipse-platform >= 3.4.0 %description SWTChart is a light-weight charting component for SWT. %prep %setup -q -n swt-chart-%{version} # Create the poms %{?scl:scl enable %{scl_maven} %{scl} - < - 0.9.0-4.1 - Related: rhbz#1175105 - Import into DTS 3.1 * Thu Jan 15 2015 Mat Booth - 0.9.0-4 - Fix failure to build from source - Minor spec file clean ups * Thu Aug 14 2014 Mat Booth - 0.9.0-3 - Fix unowned directory * Sun Jun 08 2014 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Feb 27 2014 Roland Grunberg - 0.9.0-1 - Update to 0.9.0 Release. * Wed Feb 26 2014 Roland Grunberg - 0.8.0-9 - Change R:java to R:java-headless (Bug 1068558). * Wed Oct 23 2013 Roland Grunberg 0.8.0-8 - Fix Bug 1022166. * Sun Aug 04 2013 Fedora Release Engineering - 0.8.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Feb 15 2013 Fedora Release Engineering - 0.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Aug 14 2012 Roland Grunberg 0.8.0-5 - Remove deprecated tycho.targetPlatform due to p2 support. * Sat Jul 21 2012 Fedora Release Engineering - 0.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Apr 4 2012 Roland Grunberg 0.8.0-3 - Use %%{_eclipse_base} from eclipse-platform. * Mon Apr 2 2012 Roland Grunberg 0.8.0-2 - Explicitly require java/java-devel >= 1.5 as per manifest. * Tue Mar 6 2012 Roland Grunberg 0.8.0-1 - Initial packaging of SWTChart.