]> git.pld-linux.org Git - packages/abiword.git/blobdiff - abiword.spec
- lang() for internationalized help
[packages/abiword.git] / abiword.spec
index 8c810edd1436adebdc02096fc211bc4f498e495d..534301bbc5d9aee7c8c8b18268e504ab332cb3c4 100644 (file)
@@ -4,7 +4,6 @@
 # - complete descriptions
 # - fix broken bconds
 # - consider subpackage for helps
-# - consider lang()ed helps
 # - installed, but unpackaged files
 #         /usr/include/abiword-2.6/abiwidget.h
 #         /usr/include/abiword-2.6/xap_UnixTableWidget.h
@@ -22,7 +21,7 @@
 %bcond_with    capi            # AbiCAPI plugin (disappeared)
 %bcond_without gda             # libgda support
 %bcond_without gnome           # without GNOME libs
-%bcond_without gnomevfs        # gnome-vfs support
+%bcond_with    gnomevfs        # gnome-vfs support
 %bcond_with    goffice         # try build plugin-goffice (requires goffice < 0.6.0)
 %bcond_with    xhtml           # try build plugin-xhtml (compile error)
 %bcond_with    ots             # try build plugin-ots (requires ots >= 0.5.0)
@@ -35,7 +34,7 @@ Summary:      Multi-platform word processor
 Summary(pl.UTF-8):     Wieloplatformowy procesor tekstu
 Name:          abiword
 Version:       2.6.4
-Release:       2
+Release:       4
 Epoch:         1
 License:       GPL
 Group:         X11/Applications
@@ -72,6 +71,7 @@ BuildRequires:        libgnomedb-devel >= 1:1.2.2
 BuildRequires: libgnomeprintui-devel >= 2.12.1
 BuildRequires: libgnomeui-devel >= 2.15.91
 %{?with_goffice:BuildRequires: libgoffice-devel >= 0.6.0}
+%{?with_gnomevfs:BuildRequires:        libgsf-gnome-devel >= 1.14.1}
 BuildRequires: libgsf-devel >= 1.14.1
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -140,7 +140,7 @@ Wtyczka ta pozwala na przetłumaczenie wybranego tekstu.
 # abiCollab plugin
 %package plugin-collab
 Summary:       Remote collaborate for AbiWord
-Summary(pl):   Zdalna współpraca dla AbiWord
+Summary(pl):   Zdalna współpraca dla AbiWorda
 Group:         Applications/Productivity
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 
@@ -148,7 +148,7 @@ Requires:   %{name} = %{epoch}:%{version}-%{release}
 Allows to collaborate with a remote user.
 
 %description plugin-collab -l pl
-Pozwala na współpracę z innym użytkownikiem przez sieć.
+Wtyczka pozwalająca na współpracę z innym użytkownikiem przez sieć.
 
 # abiCommand plugin
 %package plugin-command
@@ -853,7 +853,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/abiword-%{mver}
 %{_datadir}/abiword-%{mver}/dictionary
 %{_datadir}/abiword-%{mver}/glade
-%{_datadir}/abiword-%{mver}/help
+%dir %{_datadir}/abiword-%{mver}/help
+%{_datadir}/abiword-%{mver}/help/en-US
+%lang(fr) %{_datadir}/abiword-%{mver}/help/fr-FR
+%lang(pl) %{_datadir}/abiword-%{mver}/help/pl-PL
 %{_datadir}/abiword-%{mver}/readme.txt
 %{_datadir}/abiword-%{mver}/strings
 %{_datadir}/abiword-%{mver}/system.profile*
This page took 0.080292 seconds and 4 git commands to generate.