[cinnamon/f17] Use autogen

leigh123linux leigh123linux at fedoraproject.org
Sun Aug 19 14:08:10 UTC 2012


commit 7a10b43bd0e9c4c1a773ea03b712dec3b3e3cb65
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sun Aug 19 15:07:46 2012 +0100

    Use autogen

 cinnamon.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/cinnamon.spec b/cinnamon.spec
index e1cd37d..f53b8be 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -8,7 +8,7 @@
 
 Name:           cinnamon
 Version:        1.5.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -152,9 +152,7 @@ rm -f configure
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations"
-autoreconf -fi
-intltoolize -f
-#NOCONFIGURE=1 ./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static --enable-compile-warnings=minimum
 make V=1 %{?_smp_mflags}
 
@@ -219,6 +217,9 @@ fi
 
 
 %changelog
+* Sun Aug 19 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.2-4
+- Use autogen
+
 * Sun Aug 12 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.2-3
 - Fix directory ownership
 


More information about the scm-commits mailing list