SPECS: sdcc.spec - updated to 20070510

kosmo kosmo at pld-linux.org
Thu May 10 18:56:39 CEST 2007


Author: kosmo                        Date: Thu May 10 16:56:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 20070510

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

---- Diffs:

================================================================
Index: SPECS/sdcc.spec
diff -u SPECS/sdcc.spec:1.28 SPECS/sdcc.spec:1.29
--- SPECS/sdcc.spec:1.28	Mon Feb 12 23:09:14 2007
+++ SPECS/sdcc.spec	Thu May 10 18:56:34 2007
@@ -1,23 +1,25 @@
 # $Revision$, $Date$
-%define		_snap_date	20060817
-%define		_snap_id	4339
+%define		_snap_date	20070510
+%define		_snap_id	4802
 
 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.6.1
+Version:	2.7.0
 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:	458994e708645c0901dda8e331013f50
+# Source0-md5:	dc244deb29c30d704cf2b13aa3c10872
 URL:		http://sdcc.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
 BuildRequires:	flex
+BuildRequires:	latex2html
 BuildRequires:	libstdc++-devel
-BuildRequires:	lyx
+BuildRequires:	lyx >= 1.4.4
+BuildRequires:	tetex-makeindex
 Obsoletes:	ucsim
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,11 +47,11 @@
 
 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
-	OLDDIR="`pwd`"
+for d in . device/lib/pic device/lib/pic16 support/cpp2 support/packihx	\
+	sim/ucsim sim/ucsim/libltdl; do
 	cd $d
 	%{__autoconf}
-	cd "$OLDDIR"
+	cd -
 done
 
 %configure \
@@ -86,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2007/05/10 16:56:34  kosmo
+- updated to 20070510
+
 Revision 1.28  2007/02/12 22:09:14  glen
 - tabs in preamble
 
================================================================

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



More information about the pld-cvs-commit mailing list