SPECS: sdcc.spec - updated to 2.7.4 (snap. 20071013)
kosmo
kosmo at pld-linux.org
Sun Oct 14 11:16:29 CEST 2007
Author: kosmo Date: Sun Oct 14 09:16:29 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.7.4 (snap. 20071013)
---- Files affected:
SPECS:
sdcc.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/sdcc.spec
diff -u SPECS/sdcc.spec:1.30 SPECS/sdcc.spec:1.31
--- SPECS/sdcc.spec:1.30 Sat Jul 14 12:53:31 2007
+++ SPECS/sdcc.spec Sun Oct 14 11:16:23 2007
@@ -1,17 +1,18 @@
# $Revision$, $Date$
-%define _snap_date 20070713
-%define _snap_id 4880
+%define _snap_date 20071013
+%define _snap_id 4929
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.2
+Version: 2.7.4
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: 6aa8d11dd0af014124d7ae10f92f2bfe
+# Source0-md5: 173cda6c746bff17c91e0f3601ed922f
Patch0: %{name}-simfix.patch
+Patch1: %{name}-mcs51-stack-probe.patch
URL: http://sdcc.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -45,6 +46,7 @@
%prep
%setup -qn %{name}
%patch0 -p1
+%patch1 -p1
%build
find -type f -name 'configure.??' | while read FILE; do
@@ -63,6 +65,11 @@
%{__make}
+cd device/lib
+%{__make} model-mcs51-stack-auto
+%{__make} model-mcs51-xstack-auto
+cd -
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_libdir}/emacs/site-lisp
@@ -92,6 +99,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2007/10/14 09:16:23 kosmo
+- updated to 2.7.4 (snap. 20071013)
+
Revision 1.30 2007/07/14 10:53:31 kosmo
-updated to 2.7.2 (snap 20070713)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sdcc.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list