Accepting request 452836 from home:jengelh:branches:KDE:Applications
- Take improved description from Debian OBS-URL: https://build.opensuse.org/request/show/452836 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/poxml?expand=0&rev=44
This commit is contained in:
parent
ecda48b616
commit
a8ca7e358a
@ -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
|
||||
|
||||
|
12
poxml.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user