scriptlet polish
This commit is contained in:
parent
2d3d1f7776
commit
70618afb9f
@ -1,7 +1,7 @@
|
|||||||
Summary: Shared MIME information database
|
Summary: Shared MIME information database
|
||||||
Name: shared-mime-info
|
Name: shared-mime-info
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://freedesktop.org/Software/shared-mime-info
|
URL: http://freedesktop.org/Software/shared-mime-info
|
||||||
@ -75,10 +75,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/*
|
|||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/mime/packages ||:
|
/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null ||:
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
%{_bindir}/update-mime-database -n %{_datadir}/mime &> /dev/null ||:
|
%{_bindir}/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null ||:
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -92,6 +92,9 @@ touch --no-create %{_datadir}/mime/packages ||:
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.3-8
|
||||||
|
- scriptlet polish
|
||||||
|
|
||||||
* Thu Jul 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-7
|
* Thu Jul 03 2014 Bastien Nocera <bnocera@redhat.com> 1.3-7
|
||||||
- Update defaults.list for nautilus desktop filename change (#1095008)
|
- Update defaults.list for nautilus desktop filename change (#1095008)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user