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:
parent
4bc90cf048
commit
720739845f
@ -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
|
Wed Aug 10 07:03:48 UTC 2016 - badshah400@gmail.com
|
||||||
|
|
||||||
|
12
scribus.spec
12
scribus.spec
@ -156,22 +156,14 @@ install -Dm0644 %{S:6} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
|||||||
#update the mime database
|
#update the mime database
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ -f /usr/bin/update-mime-database ]; then
|
%mime_database_post
|
||||||
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
|
||||||
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
|
%mime_database_postun
|
||||||
/usr/bin/update-mime-database /usr/share/mime > /dev/null
|
|
||||||
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