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