]> git.pld-linux.org Git - packages/fdd3000e.git/commitdiff
- pl, use lang() tags master
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Mar 2014 13:34:36 +0000 (14:34 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Mar 2014 13:34:36 +0000 (14:34 +0100)
fdd3000e.spec

index 38ef10a686bb0476c0e8248275c19e69cda0a213..bbf00ed2c70d1a9dbe0724cadc750a1b946931b5 100644 (file)
@@ -1,5 +1,6 @@
 %define                subver  2
 Summary:       FDD 3000 emulator
 %define                subver  2
 Summary:       FDD 3000 emulator
+Summary(pl.UTF-8):     Emulator FDD 3000
 Name:          fdd3000e
 Version:       0.1.6a
 Release:       2
 Name:          fdd3000e
 Version:       0.1.6a
 Release:       2
@@ -10,11 +11,12 @@ Source0:    http://downloads.sourceforge.net/fdd3000e/%{name}_v%{version}-%{subver}
 Patch0:                z80ex.patch
 Patch1:                tr.patch
 URL:           http://fdd3000e.sourceforge.net/
 Patch0:                z80ex.patch
 Patch1:                tr.patch
 URL:           http://fdd3000e.sourceforge.net/
-BuildRequires: QtCore-devel
-BuildRequires: QtGui-devel
-BuildRequires: qt4-qmake
+BuildRequires: QtCore-devel >= 4
+BuildRequires: QtGui-devel >= 4
+BuildRequires: qt4-qmake >= 4
 BuildRequires: unzip
 BuildRequires: unzip
-BuildRequires: z80ex-devel
+BuildRequires: z80ex-devel >= 1.1.20
+Requires:      z80ex >= 1.1.20
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,8 +24,13 @@ FDD3000 Emulator is an emulator of Timex FDD3000 floppy system
 for ZX Spectrum. The current version is the alpha version
 of the emulator (for testing). It requires patched fuse emulator.
 
 for ZX Spectrum. The current version is the alpha version
 of the emulator (for testing). It requires patched fuse emulator.
 
+%description -l pl.UTF-8
+FDD3000 Emulator to emulator systemu dyskietek Timex FDD3000 dla ZX
+Spectrum. Bieżąca wersja jest wersją alfa emulatora (przeznaczoną do
+testów). Wymaga emulatora fuse z odpowiednią łatką.
+
 %prep
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q -c
 %patch0 -p1
 %patch1 -p1
 
 %patch0 -p1
 %patch1 -p1
 
@@ -44,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc fdd3000/disk.img README README_pl
+%doc fdd3000/disk.img README
+%lang(pl) %doc README_pl
 %attr(755,root,root) %{_bindir}/fdd3000
 %attr(755,root,root) %{_bindir}/fdd3000
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%lang(pl) %{_datadir}/%{name}/fdd3000e_pl_PL.qm
This page took 0.072418 seconds and 4 git commands to generate.