[dgc/f18] Use autoconf

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Apr 22 09:54:43 UTC 2013


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

    Use autoconf

 dgc.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/dgc.spec b/dgc.spec
index b6e052b..b1c3e4a 100644
--- a/dgc.spec
+++ b/dgc.spec
@@ -1,6 +1,6 @@
 Name:           dgc
 Version:        0.98
-Release:        6%{?dist}
+Release:        8%{?dist}
 Summary:        Digital Gate Compiler
 
 Group:          Applications/Engineering
@@ -10,7 +10,7 @@ Source0:        http://shakthimaan.fedorapeople.org/SOURCES/%{version}/dgc-%{ver
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml2-devel
-
+BuildRequires:  autoconf
 
 %description
 DGC is a tool for the creation of digital netlists. DGC does an optimization
@@ -33,6 +33,7 @@ for %{name} package.
 
 %build
 # Features : import of qfsm state machines.
+autoconf -f -i
 %configure --with-qfsm
 
 
@@ -88,6 +89,12 @@ for %{name} package.
 %{_libdir}/libdgcsyl.so
 
 %changelog
+* Sat Apr 20 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject.org> - 0.98-8
+- Use autoconf for ARM
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list