SHA256
1
0
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:
Stephan Kulow 2012-09-11 05:59:46 +00:00 committed by Git OBS Bridge
parent 0956a7e19e
commit 069f7b5f5f
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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
/usr/bin/update-mime-database /usr/share/mime > /dev/null
fi
%if 0%{?suse_version} > 1130
%desktop_database_post
%icon_theme_cache_post
%endif
%postun
if [ -f /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database /usr/share/mime > /dev/null
fi
%if 0%{?suse_version} > 1130
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files
%defattr(-,root,root)