diff --git a/ksystemlog-16.08.3.tar.xz b/ksystemlog-16.08.3.tar.xz deleted file mode 100644 index e867f05..0000000 --- a/ksystemlog-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:181a217e7a40abed60575d95c466666f7a26c27d7143b35df91c96496a5abdb0 -size 350324 diff --git a/ksystemlog-16.12.0.tar.xz b/ksystemlog-16.12.0.tar.xz new file mode 100644 index 0000000..88dd9a1 --- /dev/null +++ b/ksystemlog-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8d3ca7026d79e8f9be038efa121440c8df167ea8133404312289418516c60 +size 351024 diff --git a/ksystemlog.changes b/ksystemlog.changes index 6a34d0c..a79f57b 100644 --- a/ksystemlog.changes +++ b/ksystemlog.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 19:54:44 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:39:19 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:37:06 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:23:25 UTC 2016 - lbeltrame@kde.org diff --git a/ksystemlog.spec b/ksystemlog.spec index 5f41ea1..a2b913d 100644 --- a/ksystemlog.spec +++ b/ksystemlog.spec @@ -17,36 +17,26 @@ Name: ksystemlog -BuildRequires: extra-cmake-modules >= 1.7.0 -BuildRequires: kf5-filesystem -BuildRequires: oxygen-icon-theme-large -BuildRequires: update-desktop-files -BuildRequires: xz -BuildRequires: cmake(KF5Archive) >= 5.0.0 -BuildRequires: cmake(KF5Completion) >= 5.0.0 -BuildRequires: cmake(KF5Config) >= 5.0.0 -BuildRequires: cmake(KF5CoreAddons) >= 5.0.0 -BuildRequires: cmake(KF5DocTools) >= 5.0.0 -BuildRequires: cmake(KF5I18n) >= 5.0.0 -BuildRequires: cmake(KF5IconThemes) >= 5.0.0 -BuildRequires: cmake(KF5ItemViews) >= 5.0.0 -BuildRequires: cmake(KF5KIO) >= 5.0.0 -BuildRequires: cmake(KF5TextWidgets) >= 5.0.0 -BuildRequires: cmake(KF5WidgetsAddons) >= 5.0.0 -BuildRequires: cmake(KF5XmlGui) >= 5.0.0 -BuildRequires: cmake(Qt5Concurrent) >= 5.2.0 -BuildRequires: cmake(Qt5Core) >= 5.2.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0 -BuildRequires: cmake(Qt5Test) >= 5.2.0 -BuildRequires: cmake(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(libsystemd-journal) -Url: http://www.kde.org -Version: 16.08.3 +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: System Log Viewer Tool License: GPL-2.0 Group: System/Monitoring +Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kdelibs4support-devel +BuildRequires: oxygen5-icon-theme-large +BuildRequires: update-desktop-files +BuildRequires: xz +BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +Obsoletes: ksystemlog5 < %{version} +Provides: ksystemlog5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -55,10 +45,8 @@ how to find information about their Linux system and how the log files are in their computer. But it is also designed for advanced users, who want to quickly see problems occurring on their server. - - %prep -%setup -q -n %{name}-%{version} +%setup -q %build %cmake_kf5 -d build @@ -68,11 +56,15 @@ want to quickly see problems occurring on their server. %kf5_makeinstall -C build %suse_update_desktop_file org.kde.ksystemlog System Monitor for i in {16,22,32,48,64,128}; do - mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/${i}x${i}/apps - cp /usr/share/icons/oxygen/${i}x${i}/apps/utilities-log-viewer.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/${i}x${i}/apps/ \ - || cp /usr/share/icons/oxygen/base/${i}x${i}/apps/utilities-log-viewer.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/${i}x${i}/apps/ + mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps +%if 0%{?suse_version} > 1320 || 0%{?sle_version} == 120200 + cp %{_datadir}/icons/oxygen/base/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/; +%else + cp %{_datadir}/icons/oxygen/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/; +%endif done + %files %defattr(-,root,root) %doc COPYING