[packages/fdd3000e] - pl, use lang() tags
qboosh
qboosh at pld-linux.org
Mon Mar 3 14:31:55 CET 2014
commit 626f2e129cfd53bd5638ed5df482303423731edf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Mar 3 14:34:36 2014 +0100
- pl, use lang() tags
fdd3000e.spec | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/fdd3000e.spec b/fdd3000e.spec
index 38ef10a..bbf00ed 100644
--- a/fdd3000e.spec
+++ b/fdd3000e.spec
@@ -1,5 +1,6 @@
%define subver 2
Summary: FDD 3000 emulator
+Summary(pl.UTF-8): Emulator FDD 3000
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/
-BuildRequires: QtCore-devel
-BuildRequires: QtGui-devel
-BuildRequires: qt4-qmake
+BuildRequires: QtCore-devel >= 4
+BuildRequires: QtGui-devel >= 4
+BuildRequires: qt4-qmake >= 4
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
@@ -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.
+%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
-%setup -q -c %{name}-%{version}
+%setup -q -c
%patch0 -p1
%patch1 -p1
@@ -44,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT
%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
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%lang(pl) %{_datadir}/%{name}/fdd3000e_pl_PL.qm
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fdd3000e.git/commitdiff/626f2e129cfd53bd5638ed5df482303423731edf
More information about the pld-cvs-commit
mailing list