]> git.pld-linux.org Git - packages/cc65.git/commitdiff
- added types patch (needed on 64-bit archs); release 2 auto/ac/cc65-2_10_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Dec 2003 19:12:52 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cc65.spec -> 1.18

cc65.spec

index 7d780cc82ebc55d93c80436a1eabc7913b8923a6..8caa25899a813692ecad808c809a935c80fb6330 100644 (file)
--- a/cc65.spec
+++ b/cc65.spec
@@ -2,13 +2,14 @@ Summary:      Crosscompiler/crossassembler for 6502 systems
 Summary(pl):   Kompilator/asembler skro¶ny dla systemów 6502
 Name:          cc65
 Version:       2.10.0
-Release:       1
+Release:       2
 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: 4ca1a2e720a50ac727674543e71e8150
+Patch0:                %{name}-types.patch
 URL:           http://www.cc65.org/
 BuildRequires: perl-base
 BuildRequires: sgml-tools
@@ -248,6 +249,7 @@ Supervision korzystaj
 
 %prep
 %setup -q
+%patch0 -p1
 
 echo 'CDEFS=-D$(SPAWN)' >> src/cl65/make/gcc.mak
 
This page took 0.094255 seconds and 4 git commands to generate.