mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
340 lines
10 KiB
RPMSpec
340 lines
10 KiB
RPMSpec
|
#
|
||
|
# SPEC file for the cc65 C compiler and RedHat 7.x
|
||
|
#
|
||
|
# 03/08/2001, Ullrich von Bassewitz (uz@cc65.org)
|
||
|
#
|
||
|
|
||
|
###############################################################################
|
||
|
# Main package #
|
||
|
###############################################################################
|
||
|
|
||
|
Summary: Crosscompiler/Crossassembler for 6502 systems
|
||
|
Name: cc65
|
||
|
%define version 2.8.0
|
||
|
Version: %{version}
|
||
|
Release: 1
|
||
|
Copyright: Freeware with exceptions - see docs
|
||
|
Group: Development/Languages
|
||
|
Source: ftp://ftp.musoftware.de/uz/cc65/cc65-sources-%{version}.tar.bz2
|
||
|
Vendor: MU Softwareentwicklung
|
||
|
Packager: Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
%ifos linux
|
||
|
BuildRequires: perl
|
||
|
BuildRequires: sgml-tools
|
||
|
%endif
|
||
|
BuildRoot: /var/tmp/%{name}-%{version}
|
||
|
|
||
|
%description
|
||
|
A C crosscompiler for 6502 systems, including a macroassembler that
|
||
|
supports 6502, 65SC02 and 65816 CPUs, a linker, an archiver and some
|
||
|
other tools. To create programs for one of the supported target
|
||
|
machines, you have to install at least one of the library packages.
|
||
|
|
||
|
%files
|
||
|
%defattr(644,root,root,755)
|
||
|
%doc announce.txt
|
||
|
%doc doc/BUGS
|
||
|
%doc doc/CREDITS
|
||
|
%doc doc/*.html
|
||
|
%doc doc/compile.txt
|
||
|
%doc doc/grc.txt
|
||
|
%doc doc/internal.txt
|
||
|
%doc doc/newvers.txt
|
||
|
%doc doc/readme.1st
|
||
|
%doc samples
|
||
|
%attr(755,root,root) /usr/bin/ar65
|
||
|
%attr(755,root,root) /usr/bin/ca65
|
||
|
%attr(755,root,root) /usr/bin/ca65html
|
||
|
%attr(755,root,root) /usr/bin/cc65
|
||
|
%attr(755,root,root) /usr/bin/cl65
|
||
|
%attr(755,root,root) /usr/bin/da65
|
||
|
%attr(755,root,root) /usr/bin/ld65
|
||
|
%attr(755,root,root) %dir /usr/lib/cc65
|
||
|
%attr(755,root,root) %dir /usr/lib/cc65/lib
|
||
|
%attr(755,root,root) %dir /usr/lib/cc65/include
|
||
|
%attr(644,root,root) /usr/lib/cc65/include/*.h
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# C64 subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package c64
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: C64 specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description c64
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the Commodore C64 using the cc65 crosscompiler.
|
||
|
|
||
|
%files c64
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/c64.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/c64.o
|
||
|
%doc src/ld65/cfg/c64.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# C128 subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package c128
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: C128 specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description c128
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the Commodore C128 using the cc65 crosscompiler.
|
||
|
|
||
|
%files c128
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/c128.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/c128.o
|
||
|
%doc src/ld65/cfg/c128.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# Atari subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package atari
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: Atari specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description atari
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the 8 bit Atari machines using the cc65 crosscompiler.
|
||
|
|
||
|
%files atari
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/atari.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/atari.o
|
||
|
%doc src/ld65/cfg/atari.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# Plus/4 subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package plus4
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: Plus/4 specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description plus4
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the Commodore Plus/4 and C16/116 using the cc65
|
||
|
crosscompiler.
|
||
|
|
||
|
%files plus4
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/plus4.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/plus4.o
|
||
|
%doc src/ld65/cfg/plus4.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# PET subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package pet
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: PET specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description pet
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the Commodore PET family of computers using the cc65
|
||
|
crosscompiler.
|
||
|
|
||
|
%files pet
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/pet.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/pet.o
|
||
|
%doc src/ld65/cfg/pet.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# CBM510 subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package cbm510
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: CBM 510 specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description cbm510
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the Commodore CBM 510 (aka P500) using the cc65
|
||
|
crosscompiler.
|
||
|
|
||
|
%files cbm510
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/cbm510.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/cbm510.o
|
||
|
%doc src/ld65/cfg/cbm510.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# CBM610 subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package cbm610
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: CBM 610 specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description cbm610
|
||
|
This package contains the header files and libraries needed to write
|
||
|
programs for the Commodore PET-II (CBM600/700) family of computers using
|
||
|
the cc65 crosscompiler.
|
||
|
|
||
|
%files cbm610
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/cbm610.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/cbm610.o
|
||
|
%doc src/ld65/cfg/cbm610.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# Apple ][ subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package apple2
|
||
|
Requires: cc65 = %{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.
|
||
|
|
||
|
%files apple2
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/apple2.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/apple2.o
|
||
|
%doc src/ld65/cfg/apple2.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# GEOS subpackage #
|
||
|
###############################################################################
|
||
|
|
||
|
%package geos
|
||
|
Requires: cc65 = %{version}
|
||
|
Copyright: Freeware
|
||
|
Summary: GEOS specific libraries and headers for the cc65 compiler.
|
||
|
Group: Development/Languages
|
||
|
|
||
|
%description geos
|
||
|
This package contains the header files and libraries needed to write
|
||
|
GEOS programs for the C64/C128 using the cc65 crosscompiler.
|
||
|
|
||
|
%files geos
|
||
|
%attr(755,root,root) /usr/bin/grc
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/geos.lib
|
||
|
%attr(644,root,root) /usr/lib/cc65/lib/geos.o
|
||
|
%attr(755,root,root) %dir /usr/lib/cc65/include/geos
|
||
|
%attr(644,root,root) /usr/lib/cc65/include/geos/*.h
|
||
|
%doc src/ld65/cfg/geos.cfg
|
||
|
|
||
|
|
||
|
|
||
|
###############################################################################
|
||
|
# Build #
|
||
|
###############################################################################
|
||
|
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
|
||
|
%build
|
||
|
# Binaries
|
||
|
cd src
|
||
|
make -f make/gcc.mak
|
||
|
cd ..
|
||
|
# Libraries
|
||
|
cd libsrc
|
||
|
make zap all
|
||
|
cd ..
|
||
|
# Documentation
|
||
|
cd doc
|
||
|
make html
|
||
|
cd ..
|
||
|
|
||
|
|
||
|
%install
|
||
|
mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/cc65/{lib,include/geos}}
|
||
|
|
||
|
# Binaries
|
||
|
install -s -m 755 src/ar65/ar65 $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/ca65/ca65 $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/ca65html/ca65html $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/cc65/cc65 $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/cl65/cl65 $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/da65/da65 $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/grc/grc $RPM_BUILD_ROOT/usr/bin
|
||
|
install -s -m 755 src/ld65/ld65 $RPM_BUILD_ROOT/usr/bin
|
||
|
# Libraries and includes
|
||
|
install -m 644 libsrc/*.lib libsrc/*.o $RPM_BUILD_ROOT/usr/lib/cc65/lib
|
||
|
install -m 644 include/*.h $RPM_BUILD_ROOT/usr/lib/cc65/include
|
||
|
install -m 644 include/geos/*.h $RPM_BUILD_ROOT/usr/lib/cc65/include/geos
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Mon Apr 08 2002 Ullrich von Bassewitz <uz@cc65.org>
|
||
|
Update to version 2.8.0 of the compiler package.
|
||
|
|
||
|
* Wed Nov 07 2001 Ullrich von Bassewitz <uz@cc65.org>
|
||
|
Update to version 2.7.1 of the compiler package.
|
||
|
|
||
|
* Tue Oct 02 2001 Ullrich von Bassewitz <uz@cc65.org>
|
||
|
Update to version 2.7.0 of the compiler package.
|
||
|
|
||
|
* Thu Jul 23 2001 Ullrich von Bassewitz <uz@cc65.org>
|
||
|
Update to version 2.6.2 of the compiler package.
|
||
|
|
||
|
* Thu Mar 8 2001 Ullrich von Bassewitz <uz@cc65.org>
|
||
|
Update to version 2.6.1 of the compiler package.
|
||
|
|
||
|
* Sat Dec 6 2000 Ullrich von Bassewitz <uz@cc65.org>
|
||
|
Update for cc65 2.6.0 and RedHat 7.x
|
||
|
|
||
|
* Sun Jul 30 2000 Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
The GEOS include files were not installed, remove headegen.sh
|
||
|
|
||
|
* Tue Jul 18 2000 Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
Update to version 2.5.0 of the compiler package.
|
||
|
|
||
|
* Sat May 06 2000 Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
Update to version 2.4.1 of the compiler package.
|
||
|
|
||
|
* Tue Jan 16 2000 Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
Update to version 2.4.0 of the compiler package.
|
||
|
|
||
|
* Tue Jan 6 2000 Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
Update to version 2.3.1 of the compiler package.
|
||
|
|
||
|
* Tue Jan 4 2000 Ullrich von Bassewitz <uz@musoftware.de>
|
||
|
Update to version 2.3.0 of the compiler package.
|
||
|
|
||
|
* Sat Sep 25 1999 Robert R. Wal <rrw@reptile.eu.org>
|
||
|
[2.2.1-2]
|
||
|
- changed to allow build as plain user
|
||
|
- `samples' are part of documentation, not part of library
|
||
|
|