[eclipse] Make the removal of the icon more error prone.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Oct 24 09:37:19 UTC 2012


commit 9e28e1b676c51c8a6e934e1e81f124d13e5e783f
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Oct 24 11:36:35 2012 +0200

    Make the removal of the icon more error prone.

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 9a4f5d8..45e7913 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -78,7 +78,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_version}
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -990,7 +990,7 @@ popd
 
 pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
 
-rm icon.xpm
+rm -rf icon.xpm
 
 popd
 
@@ -1408,6 +1408,9 @@ rm -rf %{_bindir}/efj/
 %{_mavendepmapfragdir}/%{name}-equinox-osgi
 
 %changelog
+* Wed Oct 24 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.1-9
+- Make the removal of the icon more error prone.
+
 * Tue Oct 23 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.1-8
 - Remove a hack for building executable.
 


More information about the scm-commits mailing list