1
0

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdebugsettings?expand=0&rev=57
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:11 +00:00 committed by Git OBS Bridge
parent a98b6e9aaa
commit eb11d8df84

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: kdebugsettings
Version: 17.03.90
Release: 0
@ -51,6 +53,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
KDebug control module for KDE. It provides a graphical frontend for the
kdebug daemon, which allow enabling or disabling particular debug areas/messages.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kdebugsettings-%{version}
@ -60,15 +66,23 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%endif
%suse_update_desktop_file org.kde.kdebugsettings Utility DesktopUtility
%files
%defattr(-,root,root)
%doc COPYING
%doc COPYING*
%config %{_sysconfdir}/xdg/kde.categories
%config %{_sysconfdir}/xdg/kde.renamecategories
%{_kf5_bindir}/kdebugsettings
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog