]> git.pld-linux.org Git - packages/fdd3000e.git/blob - fdd3000e.spec
- pl, use lang() tags
[packages/fdd3000e.git] / fdd3000e.spec
1 %define         subver  2
2 Summary:        FDD 3000 emulator
3 Summary(pl.UTF-8):      Emulator FDD 3000
4 Name:           fdd3000e
5 Version:        0.1.6a
6 Release:        2
7 License:        GPL v2+
8 Group:          Applications/Emulators
9 Source0:        http://downloads.sourceforge.net/fdd3000e/%{name}_v%{version}-%{subver}.zip
10 # Source0-md5:  bf1d20cb68cc116dd9aa880676877ef8
11 Patch0:         z80ex.patch
12 Patch1:         tr.patch
13 URL:            http://fdd3000e.sourceforge.net/
14 BuildRequires:  QtCore-devel >= 4
15 BuildRequires:  QtGui-devel >= 4
16 BuildRequires:  qt4-qmake >= 4
17 BuildRequires:  unzip
18 BuildRequires:  z80ex-devel >= 1.1.20
19 Requires:       z80ex >= 1.1.20
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 FDD3000 Emulator is an emulator of Timex FDD3000 floppy system
24 for ZX Spectrum. The current version is the alpha version
25 of the emulator (for testing). It requires patched fuse emulator.
26
27 %description -l pl.UTF-8
28 FDD3000 Emulator to emulator systemu dyskietek Timex FDD3000 dla ZX
29 Spectrum. Bieżąca wersja jest wersją alfa emulatora (przeznaczoną do
30 testów). Wymaga emulatora fuse z odpowiednią łatką.
31
32 %prep
33 %setup -q -c
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 cd fdd3000
39 qmake-qt4
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
45
46 install fdd3000/fdd3000 $RPM_BUILD_ROOT%{_bindir}
47 install fdd3000/*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc fdd3000/disk.img README
55 %lang(pl) %doc README_pl
56 %attr(755,root,root) %{_bindir}/fdd3000
57 %dir %{_datadir}/%{name}
58 %lang(pl) %{_datadir}/%{name}/fdd3000e_pl_PL.qm
This page took 0.05113 seconds and 4 git commands to generate.