SHA256
1
0
forked from pool/scribus

Accepting request 440404 from home:wolfi323:branches:KDE:Extra

- Use shared-mime-info macros (boo#979301)
- Remove version check for > 11.3, earlier versions are not supported any more

OBS-URL: https://build.opensuse.org/request/show/440404
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/scribus?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2016-11-15 22:04:39 +00:00 committed by Git OBS Bridge
parent 4bc90cf048
commit 720739845f
2 changed files with 9 additions and 10 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 15 15:06:30 UTC 2016 - wbauer@tmo.at
- Use shared-mime-info macros (boo#979301)
- Remove version check for > 11.3, earlier versions are not
supported any more
-------------------------------------------------------------------
Wed Aug 10 07:03:48 UTC 2016 - badshah400@gmail.com

View File

@ -156,22 +156,14 @@ install -Dm0644 %{S:6} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
#update the mime database
%post
if [ -f /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database /usr/share/mime > /dev/null
fi
%if 0%{?suse_version} > 1130
%mime_database_post
%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
%mime_database_postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files
%defattr(-,root,root)