Accepting request 496003 from KDE:Applications

KDE Applications 17.04.1

OBS-URL: https://build.opensuse.org/request/show/496003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksystemlog?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2017-06-07 07:54:59 +00:00 committed by Git OBS Bridge
commit 14d81db1da
4 changed files with 51 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d39b17bc9ee279625ed0c9381f45faa8f0a7066ee5fdbc355735f37d58f268a2
size 351136

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:163e0a9f46bd0250a60864f5e112fa74f81755f97f2cfb82c5a6e8dd10355e4a
size 1784628

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed May 17 20:37:03 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
* Call kdoctools_install in addition to ki18n_install
-------------------------------------------------------------------
Sun Apr 16 10:45:11 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:25:55 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:42 CET 2017 - lbeltrame@kde.org Sat Mar 25 23:10:42 CET 2017 - lbeltrame@kde.org

View File

@ -15,9 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang
Name: ksystemlog Name: ksystemlog
Version: 17.03.80 Version: 17.04.1
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@ -39,6 +40,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
Obsoletes: ksystemlog5 < %{version} Obsoletes: ksystemlog5 < %{version}
Provides: ksystemlog5 = %{version} Provides: ksystemlog5 = %{version}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -47,6 +49,10 @@ 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 are in their computer. But it is also designed for advanced users, who
want to quickly see problems occurring on their server. want to quickly see problems occurring on their server.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -56,10 +62,14 @@ want to quickly see problems occurring on their server.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.ksystemlog System Monitor %suse_update_desktop_file org.kde.ksystemlog System Monitor
for i in {16,22,32,48,64,128}; do for i in {16,22,32,48,64,128}; do
mkdir -p %{buildroot}%{_datadir}/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 %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/; cp %{_datadir}/icons/oxygen/base/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/;
%else %else
cp %{_datadir}/icons/oxygen/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/; cp %{_datadir}/icons/oxygen/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/;
@ -69,7 +79,7 @@ want to quickly see problems occurring on their server.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %doc COPYING*
%{_kf5_bindir}/ksystemlog %{_kf5_bindir}/ksystemlog
%{_kf5_applicationsdir}/*.desktop %{_kf5_applicationsdir}/*.desktop
%dir %{_kf5_htmldir}/en %dir %{_kf5_htmldir}/en
@ -78,4 +88,9 @@ want to quickly see problems occurring on their server.
%{_kf5_sharedir}/kxmlgui5/ %{_kf5_sharedir}/kxmlgui5/
%{_kf5_iconsdir}/hicolor/*/*/*.png %{_kf5_iconsdir}/hicolor/*/*/*.png
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog