]> git.pld-linux.org Git - packages/BasiliskII.git/blobdiff - BasiliskII.spec
- BuildRequires: autoconf
[packages/BasiliskII.git] / BasiliskII.spec
index cb3eda72a69661a3995eaca3d8f4f69f93148541..78e397e7100c02cbb34f91e74094971371537936 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       A software emulation of the Aplle Macintosh
 Summary(pl):   Programowy emulator komputera Macintosh
 Name:          BasiliskII
-Version:       0.7
+Version:       0.9
 Release:       1
 License:       GPL
 Group:         Applications/Emulators
+Group(de):     Applikationen/Emulators
 Group(pl):     Aplikacje/Emulatory
-Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_250799.tar.gz
-Patch0:                BasiliskII-DESTDIR.patch
+Source0:       http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}_src_31052001.tar.gz
 URL:           http://www.uni-mainz.de/~bauec002/B2Main.html
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -31,27 +32,22 @@ dodatkowego sprz
 alfa!!!!
 
 %prep
-%setup -q -n %{name}
-%patch -p1
+%setup -q 
 
 %build
 cd src/Unix
-CXXFLAGS="$RPM_OPT_FLAGS"
-CPPFLAGS="$RPM_OPT_FLAGS"
-LDFLAGS="-s"
-export CPPFLAGS CXXFLAGS LDFLAGS
+autoconf
 %configure
 
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 (cd src/Unix
-make install DESTDIR=$RPM_BUILD_ROOT)
+%{__make} install DESTDIR=$RPM_BUILD_ROOT)
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
-       CHANGES README TECH TODO
+gzip -9nf ChangeLog README TECH TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.051333 seconds and 4 git commands to generate.