]> git.pld-linux.org Git - packages/BasiliskII.git/commitdiff
- release 4 auto/ac/BasiliskII-0_9-4
authorspeedy <speedy@pld-linux.org>
Sun, 7 Dec 2003 22:34:05 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix building (need LDFLAGS)

Changed files:
    BasiliskII.spec -> 1.36

BasiliskII.spec

index c5c647c9833998c845c8dd0cc20387bde889a4f7..349ae42044e67f5ebca08e61e04048f21f52e459 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A software emulation of the Aplle Macintosh
 Summary(pl):   Programowy emulator komputera Macintosh
 Name:          BasiliskII
 Version:       0.9
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
@@ -41,7 +41,8 @@ alfa!!!!
 cd src/Unix
 cp -f /usr/share/automake/config.* .
 %{__autoconf}
-%configure
+
+%configure LDFLAGS="%{rpmldflags} -lstdc++"
 
 %{__make}
 
@@ -64,3 +65,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Amusements/*
 %{_pixmapsdir}/*
+%{_datadir}/%{name}/fbdevices
+%{_datadir}/%{name}/keycodes
+%{_mandir}/man1/*
This page took 0.094742 seconds and 4 git commands to generate.