]> git.pld-linux.org Git - packages/fdd3000e.git/blob - fdd3000e.spec
ea6f14f3e7f187b0b629024727d150f15f251eff
[packages/fdd3000e.git] / fdd3000e.spec
1 Summary:        FDD 3000 emulator
2 Name:           fdd3000e
3 Version:        0.1.6a
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/Emulators
7 Source0:        http://downloads.sourceforge.net/fdd3000e/%{name}_v%{version}.zip
8 # Source0-md5:  4d1eca31e0b3787f8214b9d5302a6d7e
9 Patch0:         z80ex.patch
10 URL:            http://fdd3000e.sourceforge.net/
11 BuildRequires:  QtCore-devel
12 BuildRequires:  QtGui-devel
13 BuildRequires:  qt4-qmake
14 BuildRequires:  unzip
15 BuildRequires:  z80ex-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 FDD3000 Emulator is an emulator of Timex FDD3000 floppy system
20 for ZX Spectrum. The current version is the alpha version
21 of the emulator (for testing). It requires patched fuse emulator.
22
23 %prep
24 %setup -q -c %{name}-%{version}
25 %patch0 -p1
26
27 %build
28 cd fdd3000
29 qmake-qt4
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install fdd3000/fdd3000 $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc fdd3000/disk.img README README_pl
44 %attr(755,root,root) %{_bindir}/fdd3000
This page took 0.046648 seconds and 2 git commands to generate.