From: cuz Date: Fri, 22 Nov 2002 02:18:52 +0000 (+0000) Subject: C16 changes X-Git-Tag: V2.12.0~2057 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=133887acbd4789b475cef0693160481f3e6826a9;p=cc65 C16 changes git-svn-id: svn://svn.cc65.org/cc65/trunk@1579 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/packages/rpm/redhat/cc65.spec b/packages/rpm/redhat/cc65.spec index b1b332372..6c7d0521c 100644 --- a/packages/rpm/redhat/cc65.spec +++ b/packages/rpm/redhat/cc65.spec @@ -84,6 +84,27 @@ programs for the Commodore VIC20 using the cc65 crosscompiler. +############################################################################### +# C16 subpackage # +############################################################################### + +%package c16 +Requires: cc65 = %{version} +Copyright: Freeware +Summary: C16/116 specific libraries and headers for the cc65 compiler. +Group: Development/Languages + +%description c16 +This package contains the header files and libraries needed to write +programs for the Commodore C16/116 using the cc65 crosscompiler. + +%files c16 +%attr(644,root,root) /usr/lib/cc65/lib/c16.lib +%attr(644,root,root) /usr/lib/cc65/lib/c16.o +%doc src/ld65/cfg/c16.cfg + + + ############################################################################### # C64 subpackage # ############################################################################### @@ -330,6 +351,9 @@ install -m 644 asminc/*.inc $RPM_BUILD_ROOT/usr/lib/cc65/asminc %changelog +* Fri Nov 22 2002 Ullrich von Bassewitz +Added the C16 subpackage. + * Wed Nov 20 2002 Ullrich von Bassewitz Added TGI stuff.