- BR shared-mime-info; see comment above it

This commit is contained in:
Colin Walters 2010-07-02 17:43:10 +00:00
parent 31b235c415
commit e7a9aa5575

View File

@ -1,6 +1,6 @@
Name: gdk-pixbuf2
Version: 2.21.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: An image loading library
Group: System Environment/Libraries
@ -16,6 +16,9 @@ BuildRequires: libtiff-devel
BuildRequires: jasper-devel
BuildRequires: libX11-devel
BuildRequires: gobject-introspection-devel
# gdk-pixbuf does a configure time check which uses the GIO mime
# layer; we need to actually have the mime type database.
BuildRequires: shared-mime-info
# Bootstrap requirements
BuildRequires: autoconf automake libtool
BuildRequires: gettext-autopoint
@ -108,6 +111,9 @@ fi
%changelog
* Fri Jul 2 2010 Colin Walters <walters@verbum.org> - 2.21.5-3
- BR shared-mime-info; see comment above it
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.21.5-2
- Changes to support snapshot builds