Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdesdk-thumbnailers?expand=0&rev=47
This commit is contained in:
parent
e863c479ae
commit
04e7ff70ad
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kdesdk-thumbnailers
|
||||
Version: 17.03.90
|
||||
@ -41,6 +42,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
This package allows KDE applications to show thumbnails
|
||||
and previews of po files.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -50,16 +55,24 @@ and previews of po files.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%doc COPYING*
|
||||
%{_kf5_plugindir}/pothumbnail.so
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_configkcfgdir}/pocreatorsettings.kcfg
|
||||
%{_kf5_servicesdir}/pothumbnail.desktop
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user