forked from pool/svgpart
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/svgpart?expand=0&rev=46
This commit is contained in:
parent
18d9e84081
commit
3a4b7fcb3a
15
svgpart.spec
15
svgpart.spec
@ -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: svgpart
|
Name: svgpart
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -40,6 +41,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
An SVG viewer component for KDE (KPart).
|
An SVG viewer component for KDE (KPart).
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -49,15 +54,23 @@ An SVG viewer component for KDE (KPart).
|
|||||||
|
|
||||||
%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}/svgpart.so
|
%{_kf5_plugindir}/svgpart.so
|
||||||
%{_kf5_servicesdir}/svgpart.desktop
|
%{_kf5_servicesdir}/svgpart.desktop
|
||||||
%{_kf5_kxmlguidir}/svgpart/
|
%{_kf5_kxmlguidir}/svgpart/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user