This commit is contained in:
parent
1030fd209e
commit
4e7f9ee0bb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 21:42:49 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Add missing pkgconfig(libsystemd-journal) BuildRequires
|
||||
- Update other Qt5 and KF5 BuildRequires to match reality
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 21:03:05 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ksystemlog
|
||||
#
|
||||
# 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,14 +17,28 @@
|
||||
|
||||
|
||||
Name: ksystemlog
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: oxygen-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
|
||||
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(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.2
|
||||
Release: 0
|
||||
@ -58,13 +72,6 @@ want to quickly see problems occurring on their server.
|
||||
|| 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/
|
||||
done
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user