[linsmith] Use autoreconf

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Apr 22 08:53:43 UTC 2013


commit 4cae6acedb16646700f2d71251a6b94cce4d0c70
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 14:14:00 2013 +0530

    Use autoreconf

 linsmith.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/linsmith.spec b/linsmith.spec
index f6f3564..6dd5d67 100644
--- a/linsmith.spec
+++ b/linsmith.spec
@@ -1,6 +1,6 @@
 Name:           linsmith
 Version:        0.99.24
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Smith charting program
 
 Group:          Applications/Engineering
@@ -33,6 +33,7 @@ It's main features are:
 %setup -q
 
 %build
+autoreconf -f -i
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -77,6 +78,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 19 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.99.24-2
+- Use autoreconf
+
 * Fri Mar 15 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.99.24-1
 - Updated package to 0.99.24 upstream release
 


More information about the scm-commits mailing list