[eclipse-cdt/f16] Remove reconciler %post and %postun sections

Jeff Johnston jjohnstn at fedoraproject.org
Tue Nov 29 16:46:46 UTC 2011


commit 361738eb5c4806cc3676519812b5947af2f27b64
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Tue Nov 29 11:46:37 2011 -0500

    Remove reconciler %post and %postun sections

 eclipse-cdt.spec |   31 ++++---------------------------
 1 files changed, 4 insertions(+), 27 deletions(-)
---
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index eba5158..35d0b95 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:        2%{?dist}
+Release:        3%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -529,32 +529,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}
 
@@ -577,6 +551,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Nov 29 2011 Jeff Johnston <jjohnstn at redhat.com> 1:8.0.1-3
+- Remove reconciler %%post and %%postun sections
+
 * Mon Nov 28 2011 Jeff Johnston <jjohnstn at redhat.com> 1:8.0.1-2
 - Add arch filtering for rhel
 - Remove extraneous echo statement


More information about the scm-commits mailing list