[eclipse-cdt/f17] Remove calls to reconciler.

swagiaal swagiaal at fedoraproject.org
Tue Feb 14 21:42:20 UTC 2012


commit b4e27daf44b6e5af716b557f0e4b31a6ad901618
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Tue Feb 14 16:30:25 2012 -0500

    Remove calls to reconciler.

 eclipse-cdt.spec |   31 ++++---------------------------
 1 files changed, 4 insertions(+), 27 deletions(-)
---
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index 7d103a5..646b9ed 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -22,7 +22,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -517,32 +517,6 @@ rm -rf ${installDir}-tests
 %endif
 %endif
 
-%post
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%post parsers
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun parsers
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%post sdk
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun sdk
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%if %{ship_tests}
-%post tests
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun tests
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-%endif
-
 %clean 
 rm -rf ${RPM_BUILD_ROOT}
 
@@ -565,6 +539,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Feb 14 2012 Sami Wagiaalla <swagiaal at redhat.com> 1:8.0.1-4
+- Remove calls to reconciler.
+
 * Wed Feb 01 2012 Jeff Johnston <jjohnstn at redhat.com> 1:8.0.1-4
 - Change launcher main class to be org.eclipse.equinox.launcher.Main
 - Remove java compile exclusions


More information about the scm-commits mailing list