SHA256
1
0
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:
Luca Beltrame 2017-04-15 13:29:12 +00:00 committed by Git OBS Bridge
parent 18d9e84081
commit 3a4b7fcb3a

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: svgpart
Version: 17.03.90
@ -40,6 +41,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
An SVG viewer component for KDE (KPart).
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -49,15 +54,23 @@ An SVG viewer component for KDE (KPart).
%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}/svgpart.so
%{_kf5_servicesdir}/svgpart.desktop
%{_kf5_kxmlguidir}/svgpart/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog