rpms/thunderbird/devel thunderbird.spec,1.72,1.73

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 13 04:05:32 UTC 2006


Author: kengert

Update of /cvs/dist/rpms/thunderbird/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23337

Modified Files:
	thunderbird.spec 
Log Message:
Fix desktop-file-utils requires



Index: thunderbird.spec
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- thunderbird.spec	12 Jun 2006 23:26:02 -0000	1.72
+++ thunderbird.spec	13 Jun 2006 04:05:26 -0000	1.73
@@ -61,11 +61,12 @@
 BuildRequires:  nspr-devel >= %{nspr_version}
 BuildRequires:  nss-devel >= %{nss_version}
 BuildRequires:	libIDL-devel
+BuildRequires:  desktop-file-utils
 BuildRequires:	tcsh
 BuildRequires:	freetype-devel
 BuildRequires:  libXt-devel
 BuildRequires:  libXrender-devel
-Prereq:		desktop-file-utils >= %{desktop_file_utils_version}
+Requires:	desktop-file-utils >= %{desktop_file_utils_version}
 Obsoletes:	MozillaThunderbird
 
 %define tbdir %{_libdir}/thunderbird-%{version}
@@ -213,6 +214,7 @@
 %changelog
 * Mon Jun 12 2006 Kai Engert <kengert at redhat.com> - 1.5.0.4-2
 - Update to 1.5.0.4
+- Fix desktop-file-utils requires
 
 * Wed Apr 19 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.2-2
 - Update to 1.5.0.2




More information about the fedora-cvs-commits mailing list