]> git.pld-linux.org Git - packages/BasiliskII.git/blobdiff - BasiliskII.spec
- dropped pre-cvs changelog
[packages/BasiliskII.git] / BasiliskII.spec
index 5313071e54c0844771053e5244b2e7f0aa10e7b5..386616bfc63bfd3f942eac276dc74c2009bfa7ca 100644 (file)
@@ -1,59 +1,60 @@
-Summary:       A software emulation of the Aplle Macintosh
-Summary(pl):   Programowy emulator komputera Macintosh
+Summary:       A software emulation of the Apple Macintosh
+Summary(pl.UTF-8):     Programowy emulator komputera Macintosh
 Name:          BasiliskII
 Version:       0.9
 Name:          BasiliskII
 Version:       0.9
-Release:       2
+Release:       7
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
+# Source0-md5: 5017e21226c27a4a029da0486dcf04e1
 Source1:       %{name}.desktop
 Source2:       AppleX.png
 Patch0:                %{name}-devices.patch
 Source1:       %{name}.desktop
 Source2:       AppleX.png
 Patch0:                %{name}-devices.patch
+Patch1:                %{name}-acfix.patch
 URL:           http://www.uni-mainz.de/~bauec002/B2Main.html
 BuildRequires: autoconf
 URL:           http://www.uni-mainz.de/~bauec002/B2Main.html
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         /usr/X11R6/man
-
 %description
 %description
-BasiliskII is a software emulation of Aple Macintosh system hardware,
+BasiliskII is a software emulation of Apple Macintosh system hardware,
 which enables you to run most available Mac software. Since it is a
 software emulation, no extra or special hardware is needed. BasiliskII
 can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
 which enables you to run most available Mac software. Since it is a
 software emulation, no extra or special hardware is needed. BasiliskII
 can be run with MacOS 7.X or 8.X (but 7.0.0 is not recommended) ROM
-file are not included in this archive, You need a really mac 68k
+files are not included in this archive, You need a real mac 68k
 Warning!!! This is the alpha release!!!
 
 Warning!!! This is the alpha release!!!
 
-%description -l pl
-BasiliskII jest programowym emulatorem komputera Aplle Macintosh,
-pozwal±jacym na uruchomienie wiêkszosci aplikacji MacOSa. Emulacja
-przeprowadzana jest programowo, wiêc nie jest konieczne posiadanie
-dodatkowego sprzêtu. BasiliskII mo¿e pracowaæ z MacOSem 7.X lub 8.X
+%description -l pl.UTF-8
+BasiliskII jest programowym emulatorem komputera Apple Macintosh,
+pozwalającym na uruchomienie większości aplikacji MacOSa. Emulacja
+przeprowadzana jest programowo, więc nie jest konieczne posiadanie
+dodatkowego sprzętu. BasiliskII może pracować z MacOSem 7.X lub 8.X
 (aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
 (aczkolwiek 7.0.0 nie jest polecany) Uwaga!!! Program jest w stadium
-alfa!!!!
+alfa!!!
 
 %prep
 %setup -q
 
 %prep
 %setup -q
-
 %patch0 -p1
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd src/Unix
 
 %build
 cd src/Unix
+cp -f /usr/share/automake/config.* .
 %{__autoconf}
 %{__autoconf}
-%configure
+
+%configure LDFLAGS="%{rpmldflags} -lstdc++"
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 
-(cd src/Unix
-%{__make} install DESTDIR=$RPM_BUILD_ROOT)
-
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Amusements
-install -d $RPM_BUILD_ROOT%{_pixmapsdir}
+%{__make} install -C src/Unix \
+       DESTDIR=$RPM_BUILD_ROOT
 
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
@@ -61,8 +62,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README TECH TODO
-%doc src/Unix/Linux
+%doc ChangeLog README TECH TODO src/Unix/Linux
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_bindir}/*
-%{_applnkdir}/Amusements/*
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
 %{_pixmapsdir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/fbdevices
+%{_datadir}/%{name}/keycodes
+%{_mandir}/man1/*
This page took 0.204874 seconds and 4 git commands to generate.