Accepting request 490528 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490528 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/poxml?expand=0&rev=50
This commit is contained in:
commit
4e9e358ab9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a55ed35f9829337f8cbf28362fa7ff2dd77a4c3aaa6dfb968a82516d6122ecb2
|
||||
size 31780
|
3
poxml-17.04.0.tar.xz
Normal file
3
poxml-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f49c932cdbbeeaaa772f0d8658924b0de49c50d21fc0b22fc75bffa633d14b2
|
||||
size 43048
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:35 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:11 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:54 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:44:40 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
23
poxml.spec
23
poxml.spec
@ -15,17 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: poxml
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
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/
|
||||
Url: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: antlr
|
||||
BuildRequires: antlr-devel
|
||||
@ -41,6 +42,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
This is a collection of tools that facilitate translating DocBook XML
|
||||
files using Gettext message files (PO files).
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -56,19 +61,22 @@ export CFLAGS="%{optflags} -fPIC"
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
|
||||
%package -n kde-l10n-devel
|
||||
Summary: Tools for translating DocBook XML files with Gettext
|
||||
Group: System/GUI/KDE
|
||||
Obsoletes: kde4-l10n-devel < %{version}
|
||||
Provides: kde4-l10n-devel = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n kde-l10n-devel
|
||||
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
|
||||
|
||||
@ -81,4 +89,9 @@ This package is part of the KDE Software Development Kit module.
|
||||
%{_bindir}/xml2pot
|
||||
%{_mandir}/man1/*.*%{ext_man}
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user