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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kdesdk-thumbnailers
|
Name: kdesdk-thumbnailers
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -41,6 +42,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
This package allows KDE applications to show thumbnails
|
This package allows KDE applications to show thumbnails
|
||||||
and previews of po files.
|
and previews of po files.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -50,16 +55,24 @@ and previews of po files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING*
|
||||||
%{_kf5_plugindir}/pothumbnail.so
|
%{_kf5_plugindir}/pothumbnail.so
|
||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
%{_kf5_configkcfgdir}/pocreatorsettings.kcfg
|
%{_kf5_configkcfgdir}/pocreatorsettings.kcfg
|
||||||
%{_kf5_servicesdir}/pothumbnail.desktop
|
%{_kf5_servicesdir}/pothumbnail.desktop
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user