- Requires(pre) on glib, since update-mime-database uses it

- Remove /dev/null redirection, we should see future errors And really, RPM
    is dumb here - this stuff needs to go to log files.
This commit is contained in:
Colin Walters 2010-07-03 18:23:57 +00:00
parent 13e2255611
commit 4b9228a723

View File

@ -1,7 +1,7 @@
Summary: Shared MIME information database
Name: shared-mime-info
Version: 0.71
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://freedesktop.org/Software/shared-mime-info
@ -19,6 +19,8 @@ BuildRequires: gettext
BuildRequires: perl(XML::Parser) intltool
Requires: pkgconfig
Requires(pre): glib2
%description
This is the freedesktop.org shared MIME info database.
@ -65,6 +67,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man*/*
%changelog
* Sat Jul 3 2010 Colin Walters <walters@verbum.org> - 0.71-3
- Requires(pre) on glib, since update-mime-database uses it
- Remove /dev/null redirection, we should see future errors
And really, RPM is dumb here - this stuff needs to go to
log files.
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.71-2
- Update some OO.o defaults, patch from Caolan McNamara