[ecl] Rebuild for GCC 4.7. Drop unnecessary spec file elements (clean script, etc.).

Jerry James jjames at fedoraproject.org
Fri Jan 6 22:28:41 UTC 2012


commit d5aa225657f4391a9364bd6892d91d9e44adc694
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Jan 6 15:28:27 2012 -0700

    Rebuild for GCC 4.7.
    Drop unnecessary spec file elements (clean script, etc.).

 ecl.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/ecl.spec b/ecl.spec
index 90e619d..2912026 100644
--- a/ecl.spec
+++ b/ecl.spec
@@ -1,6 +1,6 @@
 Name:           ecl
 Version:        11.1.1
-Release:        1%{?dist}.2
+Release:        2%{?dist}
 Summary:        Embeddable Common-Lisp
 
 Group:          Development/Languages
@@ -79,7 +79,6 @@ make -C ecl-doc
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # Remove installed files that are in the wrong place
@@ -124,12 +123,7 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null ||:
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %{_bindir}/ecl
 %{_bindir}/ecl-config
 %{_datadir}/applications/ecl.desktop
@@ -143,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan  6 2012 Jerry James <loganjerry at gmail.com> - 11.1.1-2
+- Rebuild for GCC 4.7
+- Drop unnecessary spec file elements (clean script, etc.)
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 11.1.1-1.2
 - rebuild with new gmp without compat lib
 


More information about the scm-commits mailing list