- Add intltool to the BR.

This commit is contained in:
Richard Hughes 2008-06-09 10:35:23 +00:00
parent 4da961edcb
commit ea8d8b34b1

View File

@ -9,7 +9,7 @@
Summary: System daemon that is a DBUS abstraction layer for package management
Name: PackageKit
Version: 0.2.3
Release: 1.%{?alphatag}%{?dist}
Release: 2.%{?alphatag}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://packagekit.freedesktop.org
@ -37,6 +37,7 @@ BuildRequires: docbook-utils
BuildRequires: gnome-doc-utils
BuildRequires: python-devel
BuildRequires: perl(XML::Parser)
BuildRequires: intltool
BuildRequires: gettext
%description
@ -198,6 +199,9 @@ update-mime-database %{_datadir}/mime
%{_includedir}/*
%changelog
* Mon Jun 09 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-2.20080609
- Add intltool to the BR.
* Mon Jun 09 2008 Richard Hughes <rhughes@redhat.com> - 0.2.3-1.20080609
- Pull in a new snapshot from the unstable branch.