From: cuz Date: Tue, 23 Mar 2004 21:58:33 +0000 (+0000) Subject: Added the mouse driver for the C64 X-Git-Tag: V2.12.0~865 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a18e23a9d8fdc9c6a2705daa40811e1846132bac;p=cc65 Added the mouse driver for the C64 git-svn-id: svn://svn.cc65.org/cc65/trunk@2960 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/packages/rpm/redhat/cc65.spec b/packages/rpm/redhat/cc65.spec index c3d225ea3..220fb59c9 100644 --- a/packages/rpm/redhat/cc65.spec +++ b/packages/rpm/redhat/cc65.spec @@ -11,7 +11,7 @@ Summary: Crosscompiler/Crossassembler for 6502 systems %define name cc65 Name: %{name} -%define version 2.9.5 +%define version 2.10.5 Version: %{version} Release: 1 Copyright: Freeware with exceptions - see docs @@ -103,7 +103,7 @@ Requires: %{name} = %{version} Copyright: Freeware Summary: Apple ][ specific libraries and headers for the cc65 compiler. Group: Development/Languages - + %description apple2 This package contains the header files and libraries needed to write programs for the Apple ][ using the cc65 crosscompiler. @@ -246,6 +246,7 @@ programs for the Commodore C64 using the cc65 crosscompiler. %attr(644,root,root) /usr/lib/cc65/lib/c64.o %attr(644,root,root) /usr/lib/cc65/emd/c64-*.emd %attr(644,root,root) /usr/lib/cc65/joy/c64-*.joy +%attr(644,root,root) /usr/lib/cc65/mou/c64-*.mou %attr(644,root,root) /usr/lib/cc65/ser/c64-*.ser %attr(644,root,root) /usr/lib/cc65/tgi/c64-*.tgi @@ -477,6 +478,7 @@ install -m 644 asminc/*.inc $RPM_BUILD_ROOT/usr/lib/cc65/asminc # Drivers install -m 644 libsrc/*.emd $RPM_BUILD_ROOT/usr/lib/cc65/emd install -m 644 libsrc/*.joy $RPM_BUILD_ROOT/usr/lib/cc65/joy +install -m 644 libsrc/*.mou $RPM_BUILD_ROOT/usr/lib/cc65/mou install -m 644 libsrc/*.ser $RPM_BUILD_ROOT/usr/lib/cc65/ser install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi