]> git.pld-linux.org Git - packages/BasiliskII.git/commitdiff
- added devices.patch for correct floppy and cd-rom devices names
authoraflinta <aflinta@pld-linux.org>
Fri, 11 Jan 2002 18:00:03 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added desktop file and iMac style icon
- release 2

Changed files:
    BasiliskII.spec -> 1.17

BasiliskII.spec

index 78e397e7100c02cbb34f91e74094971371537936..a866156cdfff746b2c81eddc4eeeb212cb2652cd 100644 (file)
@@ -2,12 +2,15 @@ Summary:      A software emulation of the Aplle Macintosh
 Summary(pl):   Programowy emulator komputera Macintosh
 Name:          BasiliskII
 Version:       0.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Emulators
 Group(de):     Applikationen/Emulators
 Group(pl):     Aplikacje/Emulatory
 Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
+Source1:       %{name}.desktop
+Source2:       AppleX.png
+Patch0:                %{name}-devices.patch
 URL:           http://www.uni-mainz.de/~bauec002/B2Main.html
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,6 +37,8 @@ alfa!!!!
 %prep
 %setup -q 
 
+%patch0 -p1
+
 %build
 cd src/Unix
 autoconf
@@ -47,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT
 (cd src/Unix
 %{__make} install DESTDIR=$RPM_BUILD_ROOT)
 
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Amusements
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
 gzip -9nf ChangeLog README TECH TODO
 
 %clean
@@ -57,3 +68,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %doc src/Unix/Linux
 %attr(755,root,root) %{_bindir}/*
+%{_applnkdir}/Amusements/*
+%{_pixmapsdir}/*
This page took 0.123685 seconds and 4 git commands to generate.