diff --git a/poxml-16.08.3.tar.xz b/poxml-16.08.3.tar.xz deleted file mode 100644 index 98f73c9..0000000 --- a/poxml-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e855b28e2dba6e21cb33d89a84d8aafdf49d4138c8046d653d7160569a6e07e -size 31780 diff --git a/poxml-16.12.0.tar.xz b/poxml-16.12.0.tar.xz new file mode 100644 index 0000000..276a505 --- /dev/null +++ b/poxml-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007e41fc69f209826c07ac9f1d5ae6695acc4c84b990d8a690b5edd279a505a3 +size 31808 diff --git a/poxml.changes b/poxml.changes index a80ca6b..8235f68 100644 --- a/poxml.changes +++ b/poxml.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 20:06:09 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + +------------------------------------------------------------------- +Sat Dec 3 16:48:40 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + +------------------------------------------------------------------- +Tue Nov 29 12:44:14 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:29:08 UTC 2016 - lbeltrame@kde.org diff --git a/poxml.spec b/poxml.spec index 043f41f..cdbc59c 100644 --- a/poxml.spec +++ b/poxml.spec @@ -1,7 +1,7 @@ # # spec file for package poxml # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,48 +17,45 @@ Name: poxml -BuildRequires: antlr -BuildRequires: antlr-devel -BuildRequires: extra-cmake-modules -BuildRequires: gettext-devel -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Xml) -BuildRequires: kdoctools-devel +Version: 16.12.0 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE SDK POXML Package License: GPL-2.0 and GFDL-1.2 Group: System/GUI/KDE Url: http://www.kde.org/ -Version: 16.08.3 -Release: 0 Source0: %{name}-%{version}.tar.xz +BuildRequires: antlr +BuildRequires: antlr-devel +BuildRequires: extra-cmake-modules +BuildRequires: gettext-devel +BuildRequires: kdoctools-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Xml) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package suggests the packages, built from the kdesdk poxml module. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %ifarch ppc64 -RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" +RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif -export CXXFLAGS="$RPM_OPT_FLAGS -fPIC" -export CFLAGS="$RPM_OPT_FLAGS -fPIC" - %cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="%{optflags} -fPIC" +export CFLAGS="%{optflags} -fPIC" + %cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}" %make_jobs make %install %kf5_makeinstall -C build -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%clean - rm -rf $RPM_BUILD_ROOT - %package -n kde-l10n-devel Summary: KDE SDK Package Group: System/GUI/KDE @@ -69,16 +66,15 @@ Provides: kde4-l10n-devel = %{version} This package suggests the packages, built from the kdesdk module. %post -n kde-l10n-devel -p /sbin/ldconfig - %postun -n kde-l10n-devel -p /sbin/ldconfig %files -n kde-l10n-devel %defattr(-,root,root) %doc COPYING COPYING.DOC -%_bindir/po2xml -%_bindir/split2po -%_bindir/swappo -%_bindir/xml2pot -%_mandir/man1/*.*.gz +%{_bindir}/po2xml +%{_bindir}/split2po +%{_bindir}/swappo +%{_bindir}/xml2pot +%{_mandir}/man1/*.*%{ext_man} %changelog