SPECS: cc65.spec - updated to 2.12.0 - pass -ansi to avoid #defining va_cop...

qboosh qboosh at pld-linux.org
Sun Aug 31 13:55:40 CEST 2008


Author: qboosh                       Date: Sun Aug 31 11:55:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.12.0
- pass -ansi to avoid #defining va_copy unliked by cc65

---- Files affected:
SPECS:
   cc65.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/cc65.spec
diff -u SPECS/cc65.spec:1.24 SPECS/cc65.spec:1.25
--- SPECS/cc65.spec:1.24	Mon Feb 12 22:23:50 2007
+++ SPECS/cc65.spec	Sun Aug 31 13:55:35 2008
@@ -2,14 +2,14 @@
 Summary:	Crosscompiler/crossassembler for 6502 systems
 Summary(pl.UTF-8):	Kompilator/asembler skrośny dla systemów 6502
 Name:		cc65
-Version:	2.11.0
+Version:	2.12.0
 Release:	1
 License:	Freeware with exceptions - see docs
 Group:		Development/Languages
-# ftp.musoftware.de is ugly, there is mirror at ftp://ftp.funet.fi/pub/cbm/programming/cc65/
-#Source0:	ftp://ftp.musoftware.de/pub/uz/cc65/%{name}-sources-%{version}.tar.bz2
-Source0:	http://cc65.civitas64.de/%{name}-sources-%{version}.tar.bz2
-# Source0-md5:	0f69e04abb640a5d644d912bcdbcf52d
+Source0:	ftp://ftp.musoftware.de/pub/uz/cc65/%{name}-sources-%{version}.tar.bz2
+# Source0-md5:	bd6d194a489334164a0fc383d1e12acc
+# if ftp.musoftware.de is still ugly, there is a mirror
+#Source0:	http://cc65.civitas64.de/%{name}-sources-%{version}.tar.bz2
 URL:		http://www.cc65.org/
 BuildRequires:	perl-base
 BuildRequires:	sgml-tools
@@ -285,7 +285,7 @@
 %build
 %{__make} -C src -f make/gcc.mak \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags} -Wall -W -I../common \$(CDEFS)"
+	CFLAGS="%{rpmcflags} -ansi -Wall -W -I../common \$(CDEFS)"
 
 %{__make} -C libsrc zap all
 %{__make} -C doc html
@@ -372,6 +372,7 @@
 %{_libdir}/%{name}/lib/c64.lib
 %{_libdir}/%{name}/lib/c64.o
 %{_libdir}/%{name}/emd/c64-*.emd
+%{_libdir}/%{name}/emd/dtv-himem.emd
 %{_libdir}/%{name}/tgi/c64-*.tgi
 
 %files c128
@@ -450,6 +451,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2008/08/31 11:55:35  qboosh
+- updated to 2.12.0
+- pass -ansi to avoid #defining va_copy unliked by cc65
+
 Revision 1.24  2007/02/12 21:23:50  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cc65.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list