SHA256
1
0
forked from pool/scribus

Accepting request 440451 from KDE:Extra

1

OBS-URL: https://build.opensuse.org/request/show/440451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2016-11-16 12:33:30 +00:00 committed by Git OBS Bridge
commit 16b25ce127
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)