Author: kosmo                        Date: Sat Jul 14 10:53:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
-updated to 2.7.2 (snap 20070713)

---- Files affected:
SPECS:
   sdcc.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/sdcc.spec
diff -u SPECS/sdcc.spec:1.29 SPECS/sdcc.spec:1.30
--- SPECS/sdcc.spec:1.29        Thu May 10 18:56:34 2007
+++ SPECS/sdcc.spec     Sat Jul 14 12:53:31 2007
@@ -1,21 +1,23 @@
 # $Revision$, $Date$
-%define                _snap_date      20070510
-%define                _snap_id        4802
+%define                _snap_date      20070713
+%define                _snap_id        4880
 
 Summary:       C compiler for Intel 8051 and Zilog Z80
 Summary(pl.UTF-8):     Kompilator C dla Intel 8051 i Zilog Z80
 Name:          sdcc
-Version:       2.7.0
+Version:       2.7.2
 Release:       0.%{_snap_date}.1
 License:       GPL
 Group:         Development/Languages
 Source0:       
http://sdcc.sourceforge.net/snapshots/sdcc-src/%{name}-src-%{_snap_date}-%{_snap_id}.tar.bz2
-# Source0-md5: dc244deb29c30d704cf2b13aa3c10872
+# Source0-md5: 6aa8d11dd0af014124d7ae10f92f2bfe
+Patch0:                %{name}-simfix.patch
 URL:           http://sdcc.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex
+BuildRequires: gc-devel
 BuildRequires: latex2html
 BuildRequires: libstdc++-devel
 BuildRequires: lyx >= 1.4.4
@@ -42,20 +44,22 @@
 
 %prep
 %setup -qn %{name}
+%patch0 -p1
 
 %build
-
-cp -f /usr/share/automake/config.* sim/ucsim/
-
-for d in . device/lib/pic device/lib/pic16 support/cpp2 support/packihx        
\
-       sim/ucsim sim/ucsim/libltdl; do
-       cd $d
+find -type f -name 'configure.??' | while read FILE; do
+       cd $(dirname "$FILE")
        %{__autoconf}
        cd -
 done
 
 %configure \
-       --enable-doc
+       --enable-doc \
+       --enable-libgc \
+       --enable-ucsim \
+       --enable-xa \
+       --enable-serio \
+       --enable-statistic
 
 %{__make}
 
@@ -88,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2007/07/14 10:53:31  kosmo
+-updated to 2.7.2 (snap 20070713)
+
 Revision 1.29  2007/05/10 16:56:34  kosmo
 - updated to 20070510
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sdcc.spec?r1=1.29&r2=1.30&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to