diff --git a/poxml.changes b/poxml.changes index 69cda23..0451653 100644 --- a/poxml.changes +++ b/poxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 26 21:55:37 UTC 2017 - jengelh@inai.de + +- Take improved description from Debian + ------------------------------------------------------------------- Sat Jan 14 09:08:40 UTC 2017 - lbeltrame@kde.org diff --git a/poxml.spec b/poxml.spec index 266a99a..dfd0bd1 100644 --- a/poxml.spec +++ b/poxml.spec @@ -22,7 +22,7 @@ Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} -Summary: KDE SDK POXML Package +Summary: Tools for translating DocBook XML files with Gettext License: GPL-2.0 and GFDL-1.2 Group: System/GUI/KDE Url: http://www.kde.org/ @@ -38,7 +38,8 @@ BuildRequires: pkgconfig(Qt5Xml) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package suggests the packages, built from the kdesdk poxml module. +This is a collection of tools that facilitate translating DocBook XML +files using Gettext message files (PO files). %prep %setup -q @@ -57,13 +58,16 @@ export CFLAGS="%{optflags} -fPIC" %kf5_makeinstall -C build %package -n kde-l10n-devel -Summary: KDE SDK Package +Summary: Tools for translating DocBook XML files with Gettext Group: System/GUI/KDE Obsoletes: kde4-l10n-devel < %{version} Provides: kde4-l10n-devel = %{version} %description -n kde-l10n-devel -This package suggests the packages, built from the kdesdk module. +This is a collection of tools that facilitate translating DocBook XML +files using Gettext message files (PO files). + +This package is part of the KDE Software Development Kit module. %post -n kde-l10n-devel -p /sbin/ldconfig %postun -n kde-l10n-devel -p /sbin/ldconfig