Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=57
This commit is contained in:
parent
839c8ed8fa
commit
3d8c49d51c
@ -15,6 +15,7 @@
|
|||||||
# 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.90
|
Version: 17.03.90
|
||||||
@ -47,6 +48,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,6 +61,10 @@ 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
|
||||||
@ -69,7 +78,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 +87,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
|
||||||
|
Loading…
Reference in New Issue
Block a user