[lasso] Fix spec file to run autogen.sh

Simo Sorce simo at fedoraproject.org
Thu Dec 5 16:11:51 UTC 2013


commit 2e19147e46a333e903602298f0bf096fea7ac492
Author: Simo Sorce <simo at redhat.com>
Date:   Thu Dec 5 11:00:37 2013 -0500

    Fix spec file to run autogen.sh

 lasso.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lasso.spec b/lasso.spec
index 7c3d5d1..812467d 100644
--- a/lasso.spec
+++ b/lasso.spec
@@ -105,6 +105,7 @@ echo "2.3.6-g9c0848" > .tarball-version
 chmod +x tools/git-version-gen
 
 %build
+./autogen.sh
 %configure --prefix=%{_prefix} \
 %if !%{with_java}
            --disable-java \


More information about the scm-commits mailing list