[linsmith/f19] Use autoreconf

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Apr 22 08:54:58 UTC 2013


commit 15670d9b6e9f3db57f508e07c08e01fdd5ab83c9
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 14:15:16 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