%global gittag %{version}.201712302008-r # EGit and Mylyn have circular dependencies # Set this flag to build bootstrapped when Mylyn not present %bcond_with bootstrap Name: eclipse-egit Version: 4.10.0 Release: 1%{?dist} Summary: Eclipse Git Integration License: EPL URL: http://www.eclipse.org/egit # Use github mirror for now, see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=522144 Source0: https://github.com/eclipse/egit/archive/v%{gittag}/egit-v%{gittag}.tar.gz %if %{with bootstrap} # Avoid dep on mylyn when bootstrapping Patch1: remove-mylyn-dep.patch %endif BuildRequires: tycho BuildRequires: maven-antrun-plugin BuildRequires: eclipse-platform >= 1:4.6.0 BuildRequires: eclipse-jdt BuildRequires: eclipse-jgit >= %{version} BuildRequires: eclipse-license %if %{without bootstrap} BuildRequires: eclipse-mylyn %endif Requires: eclipse-platform >= 1:4.6.0 Requires: eclipse-jgit >= %{version} BuildArch: noarch %description The eclipse-egit package contains Eclipse plugins for interacting with Git repositories. %if %{without bootstrap} %package mylyn Summary: Git integration for mylyn. %description mylyn Git integration for mylyn. %endif %prep %setup -q -n egit-%{gittag} %if %{with bootstrap} %patch1 # Don't build Mylyn integration when bootstrapping %pom_disable_module org.eclipse.egit.mylyn.ui %pom_disable_module org.eclipse.egit.mylyn-feature %endif # Disable unnecessary plugins for RPM builds %pom_remove_plugin :maven-enforcer-plugin %pom_xpath_remove "pom:repositories" %pom_xpath_remove "pom:dependencies" %pom_xpath_remove "pom:profiles" %pom_xpath_remove "pom:build/pom:plugins/pom:plugin/pom:configuration/pom:target" %pom_xpath_remove "*[local-name() ='plugin' and (child::*[text()='tycho-packaging-plugin'])]" %pom_xpath_remove "pom:dependencies" org.eclipse.egit.doc/pom.xml %pom_disable_module org.eclipse.egit.repository %pom_disable_module org.eclipse.egit.source-feature %pom_disable_module org.eclipse.egit.target # Disable tests for now %pom_disable_module org.eclipse.egit.core.test %pom_disable_module org.eclipse.egit.ui.test %pom_disable_module org.eclipse.egit.ui.importer.tests %pom_disable_module org.eclipse.egit.gitflow.test %pom_disable_module org.eclipse.egit.mylyn.ui.test %mvn_package "::pom::" __noinstall %mvn_package :*mylyn* mylyn %mvn_package :* egit %build %mvn_build -j -f %install %mvn_install %files -f .mfiles-egit %doc LICENSE README.md %if %{without bootstrap} %files mylyn -f .mfiles-mylyn %doc LICENSE README.md %endif %changelog * Fri Jan 05 2018 Mat Booth - 4.10.0-1 - Update to latest upstream release * Fri Dec 15 2017 Mat Booth - 4.9.1-1 - Update to latest upstream version * Tue Nov 21 2017 Mat Booth - 4.9.0-1 - Update to latest upstream version * Wed Jul 26 2017 Fedora Release Engineering - 4.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jun 23 2017 Mat Booth - 4.8.0-2 - Avoid unnecessary dep on Mylyn Wikitest * Fri Jun 16 2017 Mat Booth - 4.8.0-1 - Update to Oxygen release - Update bootstrap mode * Wed May 10 2017 Mat Booth - 4.7.0-2 - Regenerate symlinks * Mon Apr 10 2017 nboldt - 4.7.0-1 - Update to latest upstream release 4.7.0 * Fri Mar 31 2017 Nick Boldt - 4.6.1-1 - Update to Neon.3 release version; depends on eclipse-jgit 4.6.1 * Fri Feb 10 2017 Fedora Release Engineering - 4.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jan 04 2017 Mat Booth - 4.6.0-1 - Update to latest release * Tue Oct 4 2016 Alexander Kurtakov 4.5.0-1 - Upgrade to 4.5.0. * Wed Aug 03 2016 Sopot Cela - 4.4.1-1 - Upgrade to 4.4.1 * Wed Jun 15 2016 Mikolaj Izdebski - 4.4.0-2 - Add missing build-requires * Mon Jun 13 2016 Mat Booth - 4.4.0-1 - Update to latest release * Sun May 01 2016 Mat Booth - 4.3.0-2 - Patch to build against smart import extension point that moved into Eclipse Neon platform. * Fri Apr 15 2016 Sopot Cela - 4.3.0-1 - Upgrade to 4.3.0 * Wed Feb 03 2016 Fedora Release Engineering - 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 26 2016 Sopot Cela - 4.2.0-1 - Update to 4.2 * Tue Dec 08 2015 Mat Booth - 4.1.1-1 - Update to latest upstream release * Wed Sep 30 2015 Mat Booth - 4.1.0-1 - Update to 4.1.0 release * Mon Sep 14 2015 Roland Grunberg - 4.0.1-5 - Rebuild as an Eclipse p2 Droplet. * Mon Jul 13 2015 Alexander Kurtakov 4.0.1-4 - Enable importer plugin. * Wed Jul 08 2015 Mat Booth - 4.0.1-3 - Fix bootstrap build * Thu Jul 02 2015 Mat Booth - 4.0.1-2 - Drop incomplete SCL macros * Wed Jun 24 2015 Alexander Kurtakov 4.0.1-1 - Update to 4.0.1. * Wed Jun 17 2015 Fedora Release Engineering - 4.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Alexander Kurtakov 4.0.0-1 - Update to 4.0 final. * Mon Jun 1 2015 Alexander Kurtakov 4.0.0-0.2.rc2 - Rebuild for jgit. * Thu May 28 2015 Alexander Kurtakov 4.0.0-0.1.rc2 - Update to 4.0 rc2. * Thu May 14 2015 Alexander Kurtakov 3.7.1-1 - Update to upstream 3.7.1 release. * Mon Mar 02 2015 Roland Grunberg - 3.7.0-1 - Update to upstream 3.7.0 release. * Fri Jan 23 2015 Alexander Kurtakov 3.6.2-1 - Update to upstream 3.6.2 release. * Mon Jan 19 2015 Roland Grunberg - 3.6.1-2 - Add bootstrapping capability. * Mon Jan 5 2015 Alexander Kurtakov 3.6.1-1 - Update to upstream 3.6.1 release. * Fri Dec 19 2014 Alexander Kurtakov 3.5.3-1 - Update to upstream 3.5.3 release. * Thu Dec 18 2014 Alexander Kurtakov 3.5.2-1 - Update to upstream 3.5.2 release. * Fri Nov 07 2014 Mat Booth - 3.5.0-2 - Build/install with mvn_build/mvn_install * Fri Oct 03 2014 Mat Booth - 3.5.0-1 - Update to latest upstream release 3.5.0 * Thu Jun 26 2014 Mat Booth - 3.4.1-1 - Update to latest upstream release 3.4.1 * Fri Jun 13 2014 Roland Grunberg - 3.4.0-1 - Update to 3.4.0. * Sat Jun 07 2014 Fedora Release Engineering - 3.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu May 22 2014 Sami Wagiaalla - 3.3.2-2 - Fix build agains the lates o.e.jface.util.Policy. * Mon Apr 28 2014 Mat Booth - 3.3.2-1 - Update to 3.3.2. * Fri Mar 28 2014 Alexander Kurtakov 3.3.1-1 - Update to 3.3.1. * Tue Mar 11 2014 Alexander Kurtakov 3.3.0-1 - Update to 3.3.0. * Sun Dec 29 2013 Alexander Kurtakov 3.2.0-1 - Update to 3.2.0. * Mon Oct 21 2013 Krzysztof Daniel 3.1.0-3 - Fix feature installation. * Wed Oct 16 2013 Krzysztof Daniel 3.1.0-2 - Package Egit integration for mylyn. - Changed building process to reflect upstream one. * Thu Oct 3 2013 Krzysztof Daniel 3.1.0-1 - Update to Kepler SR1. * Sat Aug 03 2013 Fedora Release Engineering - 3.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jul 5 2013 Neil Brian Guzman 3.0.0-3 - Bump release * Tue Jun 25 2013 Neil Brian Guzman 3.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jun 25 2013 Krzysztof Daniel 3.0.0-1 - Update to 3.0.0. * Thu Feb 21 2013 Sami Wagiaalla 2.3.1-1 - SCL-ized. * Thu Feb 21 2013 Sami Wagiaalla 2.3.1-1 - Update to 2.3.1. * Wed Feb 13 2013 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 3 2013 Krzysztof Daniel 2.2.0-1 - Update to latest upstream. * Mon Oct 1 2012 Alexander Kurtakov 2.1.0-1 - Update to 2.1.0 release. * Wed Jul 18 2012 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 2 2012 Alexander Kurtakov 2.0.0-1 - Update to 2.0.0 upstream release. * Fri Apr 27 2012 Severin Gehwolf 1.3.0-3 - Use eclipse-pdebuild over pdebuild in lib. * Thu Apr 26 2012 Severin Gehwolf 1.3.0-2 - Fix 1.3.0 which was previously using wrong sources. - Fix JGit BR/R since EGit depends on the same version of JGit. * Fri Feb 17 2012 Andrew Robinson 1.3.0-1 - Update to 1.3.0 upstream release. * Thu Jan 5 2012 Alexander Kurtakov 1.2.0-1 - Update to upstream 1.2.0. * Fri Nov 18 2011 Alexander Kurtakov 1.1.0-2 - Add patch to fix New git repo wizard. * Mon Jun 27 2011 Andrew Robinson 1.1.0-1 - Update to upstream release 1.1.0. * Tue Jun 14 2011 Chris Aniszczyk 1.0.0-2 - Update to final upstream release v1.0.0.201106090707-r. * Tue Jun 07 2011 Chris Aniszczyk 1.0.0-1 - Update to upstream release 1.0.0. * Tue May 03 2011 Chris Aniszczyk 0.12.1-1 - Update to upstream release 0.12.1. * Tue Feb 22 2011 Chris Aniszczyk 0.11.3-2 - Update to fix issue with GitCloneWizard file. * Tue Feb 22 2011 Chris Aniszczyk 0.11.3-1 - Update to upstream release 0.11.3. * Tue Feb 08 2011 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Chris Aniszczyk 0.10.1-1 - Update to upstream release 0.10.1. * Thu Oct 7 2010 Chris Aniszczyk 0.9.3-1 - Update to upstream release 0.9.3. * Wed Sep 15 2010 Severin Gehwolf 0.9.1-1 - Update to upstream release 0.9.1. - Remove git-core dependency. * Thu Aug 26 2010 Severin Gehwolf 0.9.0-0.1.20100825git - Make release tag more readable (separate "0.1" and pre-release tag by "."). * Wed Aug 25 2010 Severin Gehwolf 0.9.0-0.120100825git - Pre-release of EGit 0.9.0 * Thu Jun 24 2010 Severin Gehwolf 0.8.4-1 - Rebase to 0.8.4 release. * Tue Apr 13 2010 Jeff Johnston 0.7.1-2 - Bump up release. * Tue Apr 13 2010 Jeff Johnston 0.7.1-1 - Rebase to 0.7.1. * Fri Mar 19 2010 Alexander Kurtakov 0.7.0-1 - Update to 0.7.0. - License is only EPL now. * Tue Feb 9 2010 Alexander Kurtakov 0.6.0-0.1.git20100208 - New git snapshot. * Tue Nov 10 2009 Alexander Kurtakov 0.6.0-0.1.git20091029 - Update to 0.6 git. * Fri Jul 24 2009 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 17 2009 Alexander Kurtakov 0.5.0-1 - Update to 0.5.0. * Mon Mar 23 2009 Alexander Kurtakov 0.4.0-3.20090323 - Update to latest snapshot. * Mon Mar 23 2009 Alexander Kurtakov 0.4.0-3.20090217 - Rebuild to not ship p2 context.xml. * Tue Feb 24 2009 Fedora Release Engineering - 0.4.0-2.20090217 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Feb 17 2009 Alexander Kurtakov 0.4.0-1.20090217 - New snapshot. * Wed Dec 10 2008 Alexander Kurtakov 0.4.0-1 - Update to 0.4.0. * Wed Oct 22 2008 Alexander Kurtakov 0.3.1.20081022-3 - New git version. * Wed Jul 30 2008 Andrew Overholt 0.3.1-2 - Move files and update build for Eclipse SDK 3.4 - Use pdebuild * Thu Jul 17 2008 Tom "spot" Callaway - 0.3.1-1 - fix license tag * Tue Apr 08 2008 Jesse Keating - 0.3.1-0 - New upstream release 0.3.1, makes committing / diffing actually work * Tue Feb 19 2008 Fedora Release Engineering - 0.3.0-3 - Autorebuild for GCC 4.3 * Thu Oct 04 2007 Ben Konrath 0.3.0-2.fc8 - Require git-core instead of git. - Resolves: #319321 * Mon Sep 24 2007 Ben Konrath 0.3.0-1.fc8 - 0.3.0 * Wed Sep 19 2007 Ben Konrath 0.2.99-0.git20070919.fc8 - 0.2.99 git20070919 * Mon Sep 17 2007 Ben Konrath 0.2.2-2.git20070911.fc8 - Update add feature and plugin patch. * Mon Sep 17 2007 Ben Konrath 0.2.2-1.git20070911.fc8 - Require eclipse-platform >= 3.2.1 * Fri Sep 14 2007 Ben Konrath 0.2.2-0.git20070911.fc8 - Update to git20070911. - Update feature and accosicated branding plugin. * Wed Aug 29 2007 Ben Konrath 0.2.2-0.git20070826.fc8 - Initial version