Blame SPECS/eclipse-gef.spec

091978
%{?scl:%scl_package eclipse-gef}
091978
%{!?scl:%global pkg_name %{name}}
091978
%{?java_common_find_provides_and_requires}
091978
091978
%global eclipse_dropin   %{_datadir}/eclipse/dropins
091978
091978
# Release has not been tagged, but this commit comprised the release
091978
%global git_version R3_10_0
091978
091978
Name:      %{?scl_prefix}eclipse-gef
091978
Version:   3.10.0
091978
091978
Release:   1.1%{?dist}
091978
Summary:   Graphical Editing Framework (GEF) Eclipse plug-in
091978
Group:     System Environment/Libraries
091978
License:   EPL
091978
URL:       http://www.eclipse.org/gef/
091978
091978
Source0:   http://git.eclipse.org/c/gef/org.eclipse.gef.git/snapshot/R3_10_0.tar.xz
091978
091978
BuildArch:        noarch
091978
091978
BuildRequires:    %{?scl_prefix}tycho
091978
BuildRequires:    %{?scl_prefix}tycho-extras
091978
BuildRequires:    %{?scl_prefix}eclipse-pde >= 1:4.4.0
091978
BuildRequires:    %{?scl_prefix}eclipse-license
091978
BuildRequires:    %{?scl_prefix_maven}ant-contrib
091978
Requires:         %{?scl_prefix}eclipse-platform >= 1:4.4.0
091978
091978
%description
091978
The Graphical Editing Framework (GEF) allows developers to create a rich
091978
graphical editor from an existing application model. GEF is completely
091978
application neutral and provides the groundwork to build almost any
091978
application, including but not limited to: activity diagrams, GUI builders,
091978
class diagram editors, state machines, and even WYSIWYG text editors.
091978
091978
%package   sdk
091978
Summary:   Eclipse GEF SDK
091978
Group:     System Environment/Libraries
091978
Requires:  %{?scl_prefix}eclipse-pde >= 1:4.4.0
091978
Requires:  %{name} = %{version}-%{release}
091978
091978
%description sdk
091978
Documentation and source for the Eclipse Graphical Editing Framework (GEF).
091978
091978
%package   examples
091978
Summary:   Eclipse GEF examples
091978
Group:     System Environment/Libraries
091978
Requires:  %{name} = %{version}-%{release}
091978
091978
%description examples
091978
Installable versions of the example projects from the SDK that demonstrates how
091978
to use the Eclipse Graphical Editing Framework (GEF) plug-in.
091978
091978
%prep
091978
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
091978
%setup -q -n %{git_version}
091978
091978
find -name *.jar -exec rm -rf {} \;
091978
find -name *.class -exec rm -rf {} \;
091978
091978
%pom_remove_plugin org.eclipse.tycho:tycho-packaging-plugin org.eclipse.gef.releng/pom.xml
091978
091978
%mvn_package "org.eclipse.gef:" __noinstall
091978
%mvn_package "org.eclipse.gef.features:org.eclipse.gef.all" __noinstall
091978
%mvn_package "org.eclipse.gef.features:org.eclipse.gef.examples{,.source}" examples
091978
%mvn_package ":org.eclipse.gef.examples.{logic,flow,text,shapes}:jar:sources:" examples
091978
%mvn_package "::jar:sources:" sdk
091978
%mvn_package ":*.{sdk,source,test,tests,capabilities}" sdk
091978
%mvn_package "org.eclipse.draw2d.{features,plugins}:org.eclipse.draw2d" core
091978
%mvn_package "org.eclipse.gef.{features,plugins}:org.eclipse.gef" core
091978
%mvn_package "org.eclipse.zest.features:org.eclipse.zest" core
091978
%mvn_package "org.eclipse.zest.plugins:org.eclipse.zest.{core,layouts}" core
091978
%{?scl:EOF}
091978
091978
091978
%build
091978
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
091978
%mvn_build -j -f -- -f org.eclipse.gef.releng/pom.xml -P !MARS.target
091978
%{?scl:EOF}
091978
091978
091978
%install
091978
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
091978
%mvn_install
091978
%{?scl:EOF}
091978
091978
091978
%files -f .mfiles -f .mfiles-core
091978
091978
%files sdk -f .mfiles-sdk
091978
091978
%files examples -f .mfiles-examples
091978
091978
%changelog
091978
* Mon Jul 06 2015 Mat Booth <mat.booth@redhat.com> - 3.10.0-1.1
091978
- Import latest from Fedora
091978
091978
* Mon Jun 22 2015 Alexander Kurtakov <akurtako@redhat.com> 3.10.0-1
091978
- Update to upstream 3.10.0 release.
091978
091978
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.101-4
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
091978
091978
* Fri Feb  6 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9.101-3
091978
- Rebuild to generate missing OSGi auto-requires
091978
091978
* Wed Jan 14 2015 Mat Booth <mat.booth@redhat.com> - 3.9.101-2
091978
- Migrate to mvn_build/mvn_install
091978
091978
* Tue Sep 30 2014 Mat Booth <mat.booth@redhat.com> - 3.9.101-1
091978
- Update to 3.9.101
091978
091978
* Mon Jun 30 2014 Mat Booth <mat.booth@redhat.com> - 3.9.100-1.gitb63ec56
091978
- Update to latest upstream release
091978
- Add a script to make smaller source tarballs
091978
- Add BR on eclipse-license
091978
091978
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-0.4.gitb9f2e9
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
091978
091978
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 3.9.1-0.3.gitb9f2e9
091978
- Use Requires: java-headless rebuild (#1067528)
091978
091978
* Mon Oct 28 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.9.1-0.2.gitb9f2e9
091978
- Deploy missing bundles and features.
091978
091978
* Tue Oct 1 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.9.1-0.1.gitb9f2e9
091978
- Update to Kepler SR1.
091978
091978
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.0-2.git22becd5
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
091978
091978
* Mon Jun 17 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.9.0-1.git22becd5
091978
- Kepler release.
091978
091978
* Tue Apr 9 2013 Alexander Kurtakov <akurtako@redhat.com> 3.9.0-0.2.gitbd7178d
091978
- New snapshot containing upstream fix for icu4j 50.x.
091978
091978
* Wed Apr 3 2013 Alexander Kurtakov <akurtako@redhat.com> 3.9.0-0.1.gitdbf4cef
091978
- Update to 3.9.0 snapshot (aka Kepler).
091978
- SCL-ize.
091978
091978
* Thu Feb 21 2013 Alexander Kurtakov <akurtako@redhat.com> 3.8.1-7
091978
- Adapt to the icu4j version jump.
091978
- Skip tests for now.
091978
091978
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-6
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
091978
091978
* Tue Jan 22 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.8.1-5
091978
- Ignore Tycho version check.
091978
091978
* Thu Oct 4 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.1-4
091978
- Configure only one Tycho version.
091978
091978
* Thu Oct 4 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.1-3
091978
- Properly unpack features.
091978
091978
* Wed Oct 3 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.1-2
091978
- Fix installation location
091978
091978
* Tue Oct 2 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.1-1
091978
- Update to  Juno SR1.
091978
- Build reflects upstream build now.
091978
091978
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-2
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
091978
091978
* Tue Jul 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.0-1
091978
- Update to upstream Juno release. 
091978
091978
* Mon Apr 16 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.0-0.3.20120402
091978
- Generate documentation contents & reference API.
091978
091978
* Fri Apr 13 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.0-0.2.20120402
091978
- Update to Eclipse 4.2
091978
- Fix documentation build
091978
091978
* Mon Apr 2 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.8.0-0.1.20120402
091978
- Update to 3.8.0 post M6 build.
091978
091978
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.0-2
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
091978
091978
* Mon Jul 11 2011 Andrew Overholt <overholt@redhat.com> 3.7.0-1
091978
- Update to 3.7.0.
091978
091978
* Fri Mar 18 2011 Mat Booth <fedora@matbooth.co.uk> 3.6.2-1
091978
- Update to 3.6.2.
091978
091978
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.1-2
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
091978
091978
* Thu Oct 7 2010 Chris Aniszczyk <zx@redhat.com> 3.6.1-1
091978
- Update to 3.6.1.
091978
091978
* Fri Jul 9 2010 Alexander Kurtakov <akurtako@redhat.com> 3.6.0-1
091978
- Update to 3.6.0.
091978
091978
* Sun Feb 28 2010 Mat Booth <fedora@matbooth.co.uk> 3.5.2-1
091978
- Update to 3.5.2 upstream version.
091978
- Now requires Eclipse 3.5.1.
091978
091978
* Sun Nov 8 2009 Mat Booth <fedora@matbooth.co.uk> 3.5.1-2
091978
- Update context qualifier to be later than the tags of the individual plugins.
091978
091978
* Tue Oct 27 2009 Alexander Kurtakov <akurtako@redhat.com> 3.5.1-1
091978
- Update to 3.5.1 upstream version.
091978
091978
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-3
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
091978
091978
* Thu Jul 02 2009 Mat Booth <fedora@matbooth.co.uk> 3.5.0-2
091978
- SDK requires PDE for example plug-in projects.
091978
091978
* Wed Jul 01 2009 Mat Booth <fedora@matbooth.co.uk> 3.5.0-1
091978
- Update to 3.5.0 final release (Galileo).
091978
- Build the features seperately to allow for a saner %%files section.
091978
- Use %%global instead of %%define.
091978
091978
* Wed May 27 2009 Alexander Kurtakov <akurtako@redhat.com> 3.5.0-0.2.RC2
091978
- Update to 3.5.0 RC2.
091978
091978
* Sat Apr 18 2009 Mat Booth <fedora@matbooth.co.uk> 3.5.0-0.1.M6
091978
- Update to Milestone 6 release of 3.5.0.
091978
- Require Eclipse 3.5.0.
091978
091978
* Tue Apr 7 2009 Alexander Kurtakov <akurtako@redhat.com> 3.4.2-3
091978
- Fix directory ownership.
091978
- Drop gcj support.
091978
091978
* Mon Mar 23 2009 Alexander Kurtakov <akurtako@redhat.com> 3.4.2-2
091978
- Rebuild to not ship p2 context.xml.
091978
- Remove context.xml from %%files section.
091978
091978
* Sat Feb 28 2009 Mat Booth <fedora@matbooth.co.uk> 3.4.2-1
091978
- Update for Ganymede SR2.
091978
091978
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-3
091978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
091978
091978
* Mon Dec 22 2008 Mat Booth <fedora@matbooth.co.uk> 3.4.1-2
091978
- Rebuild GCJ DB during post and postun in sub-packages.
091978
091978
* Thu Nov 20 2008 Mat Booth <fedora@matbooth.co.uk> 3.4.1-1
091978
- New maintainer.
091978
- Updated to verion 3.4.1.
091978
- Update package for new Eclipse plugin guidelines.
091978
- Own the gcj/%%{pkg_name} directory.
091978
- The 'examples.ui.pde' plugin is actually part of the SDK feature.
091978
091978
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.3.0-3
091978
- fix license tag
091978
091978
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3.0-2
091978
- Autorebuild for GCC 4.3
091978
091978
* Mon Aug 27 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-1
091978
- 3.3.
091978
091978
* Thu Jun 14 2007 Andrew Overholt <overholt@redhat.com> 3.2.1-5
091978
- Add EPEL5 patches from Rob Myers.
091978
091978
* Tue Jan 30 2007 Andrew Overholt <overholt@redhat.com> 3.2.1-4
091978
- Use copy-platform in %%{eclipse_base}.
091978
091978
* Mon Nov 06 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-3
091978
- Use copy-platform in %%{_libdir}.
091978
- Use binary launcher rather than startup.jar to guard against future
091978
  osgi.sharedConfiguration.area changes.
091978
091978
* Thu Oct 19 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-2
091978
- Fix buildroot (don't know how the wrong one slipped in).
091978
091978
* Thu Oct 19 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-1
091978
- 3.2.1.
091978
091978
* Tue Aug 29 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-2
091978
- First release for Fedora.
091978
091978
* Tue Aug 22 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_2rh
091978
- -devel -> -sdk to match upstream..
091978
091978
* Tue Jul 25 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_1rh
091978
- 3.2.0.
091978
091978
* Tue May 02 2006 Ben Konrath <bkonrath@redhat.com> 3.1.1-1jpp_2rh
091978
- Remove -debug from compile line.
091978
- Add expamples package.
091978
091978
* Mon Apr 3 2006 Ben Konrath <bkonrath@redhat.com> 3.1.1-1jpp_1rh
091978
- Add devel package. 
091978
- Update sources to 3.1.1.
091978
- Some general spec file cleanup.
091978
- Add patch to stop the gefbuilder plugin from setting bootclasspath.
091978
- Change copyright to license.
091978
- Add instructions for generating source drop.
091978
091978
* Tue Sep 6 2005 Aaron Luchko  <aluchko@redhat.com> 3.1.0-1
091978
- change to match eclipse-changelog.spec and fixed typos
091978
091978
* Thu Aug 4 2005 Aaron Luchko  <aluchko@redhat.com>
091978
- Updated to 3.1.0
091978
- added createTarball.sh, gefSource.sh, and build.xml.patch
091978
- added native build
091978
- changes to use eclipsebuilder
091978
- fixes from Matthias Saou
091978
091978
* Mon Jun 27 2005 Aaron Luchko <aluchko@redhat.com> 3.0.1-8
091978
- Added x86_64
091978
091978
* Mon May 2 2005 Ben Konrath <bkonrath@redhat.com> 3.0.1-7
091978
- Build against Eclipse 3.0.2.
091978
091978
* Thu Mar 31 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.1-6
091978
- Migrate RHEL-3 sources to RHEL-4
091978
091978
* Mon Nov 1 2004 Phil Muldoon  <pmuldoon@redhat.com> 3.0.1-5
091978
- Stopped ant trying to replace about.mappings
091978
091978
* Mon Nov 1 2004 Phil Muldoon  <pmuldoon@redhat.com> 3.0.1-4
091978
- Changed tar name to new tar
091978
091978
* Mon Nov 1 2004 Phil Muldoon  <pmuldoon@redhat.com> 3.0.1-3
091978
- Touch build scripts to point to 3.0.1
091978
091978
* Mon Nov 1 2004 Phil Muldoon  <pmuldoon@redhat.com> 3.0.1-2
091978
- Explicitly set -DJAVADOC14_HOME=%%{java_home}/bin to build javadocs
091978
091978
* Sun Oct 31 2004 Phil Muldoon <pmuldoon@redhat.com> 3.0.1-1
091978
- Initial Import