]> git.pld-linux.org Git - packages/BasiliskII.git/blame - BasiliskII.spec
- dropped pre-cvs changelog
[packages/BasiliskII.git] / BasiliskII.spec
CommitLineData
43f46b49 1Summary: A software emulation of the Apple Macintosh
3b1321e2 2Summary(pl.UTF-8): Programowy emulator komputera Macintosh
e2de29f0 3Name: BasiliskII
8ab73612 4Version: 0.9
03e1963c 5Release: 7
7c08ff65 6License: GPL
e2de29f0 7Group: Applications/Emulators
eaad49e7 8Source0: http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
21e93855 9# Source0-md5: 5017e21226c27a4a029da0486dcf04e1
36313c41 10Source1: %{name}.desktop
11Source2: AppleX.png
12Patch0: %{name}-devices.patch
4b7e20d8 13Patch1: %{name}-acfix.patch
e2de29f0 14URL: http://www.uni-mainz.de/~bauec002/B2Main.html
8a74f483 15BuildRequires: autoconf
6df129c1 16BuildRequires: automake
2bbf26c6 17BuildRequires: libstdc++-devel
a55f7291 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e2de29f0 19
7cfb3d27 20%description
43f46b49 21BasiliskII is a software emulation of Apple Macintosh system hardware,
7c08ff65 22which enables you to run most available Mac software. Since it is a
23software emulation, no extra or special hardware is needed. BasiliskII
24can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
43f46b49 25files are not included in this archive, You need a real mac 68k
7cfb3d27
AF
26Warning!!! This is the alpha release!!!
27
1c9179c0 28%description -l pl.UTF-8
43f46b49 29BasiliskII jest programowym emulatorem komputera Apple Macintosh,
1c9179c0
JR
30pozwalającym na uruchomienie większości aplikacji MacOSa. Emulacja
31przeprowadzana jest programowo, więc nie jest konieczne posiadanie
32dodatkowego sprzętu. BasiliskII może pracować z MacOSem 7.X lub 8.X
7c08ff65 33(aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
43f46b49 34alfa!!!
7cfb3d27
AF
35
36%prep
b6205f55 37%setup -q
36313c41 38%patch0 -p1
4b7e20d8 39%patch1 -p1
36313c41 40
7cfb3d27
AF
41%build
42cd src/Unix
d5ca8a7f 43cp -f /usr/share/automake/config.* .
02dc0ac2 44%{__autoconf}
9f4228fe 45
46%configure LDFLAGS="%{rpmldflags} -lstdc++"
7cfb3d27 47
cd53b647 48%{__make}
7cfb3d27
AF
49
50%install
51rm -rf $RPM_BUILD_ROOT
03e1963c 52install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
7cfb3d27 53
7768d384
JB
54%{__make} install -C src/Unix \
55 DESTDIR=$RPM_BUILD_ROOT
7cfb3d27 56
03e1963c 57install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
36313c41 58install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
59
7cfb3d27
AF
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
e2de29f0 64%defattr(644,root,root,755)
7ab671d1 65%doc ChangeLog README TECH TODO src/Unix/Linux
e2de29f0 66%attr(755,root,root) %{_bindir}/*
7736877c 67%{_desktopdir}/*.desktop
36313c41 68%{_pixmapsdir}/*
f5b1065a 69%dir %{_datadir}/%{name}
9f4228fe 70%{_datadir}/%{name}/fbdevices
71%{_datadir}/%{name}/keycodes
72%{_mandir}/man1/*
This page took 0.152212 seconds and 4 git commands to generate.