forked from pool/scribus
Accepting request 133088 from KDE:Distro:Factory
forward to factory OBS-URL: https://build.opensuse.org/request/show/133088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=45
This commit is contained in:
parent
0956a7e19e
commit
069f7b5f5f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 6 15:16:37 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix build for older distros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 25 00:03:47 UTC 2012 - badshah400@gmail.com
|
Mon Jun 25 00:03:47 UTC 2012 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -150,15 +150,19 @@ install -D -m 0644 %{S:5} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{n
|
|||||||
if [ -f /usr/bin/update-mime-database ]; then
|
if [ -f /usr/bin/update-mime-database ]; then
|
||||||
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
||||||
fi
|
fi
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ -f /usr/bin/update-mime-database ]; then
|
if [ -f /usr/bin/update-mime-database ]; then
|
||||||
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
||||||
fi
|
fi
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user