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