SHA256
1
0
forked from pool/kfloppy

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfloppy?expand=0&rev=47
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:17 +00:00 committed by Git OBS Bridge
parent deebb7cc10
commit d9cc449798

View File

@ -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: kfloppy Name: kfloppy
Version: 17.03.90 Version: 17.03.90
@ -43,6 +44,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
KDE Floppy Disk Utility KDE Floppy Disk Utility
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q -n kfloppy-%{version} %setup -q -n kfloppy-%{version}
@ -52,6 +57,10 @@ KDE Floppy Disk Utility
%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.kfloppy System Filesystem %suse_update_desktop_file org.kde.kfloppy System Filesystem
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -67,4 +76,9 @@ KDE Floppy Disk Utility
%{_kf5_appstreamdir}/ %{_kf5_appstreamdir}/
%{_kf5_configdir}/kfloppy.categories %{_kf5_configdir}/kfloppy.categories
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog