- Drop explicit requirement on desktop-file-utils

This commit is contained in:
Christopher Aillon 2009-02-11 17:52:11 +00:00
parent a31088e9f3
commit 2346eb94b9

View File

@ -1,6 +1,5 @@
%define homepage http://start.fedoraproject.org/ %define homepage http://start.fedoraproject.org/
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%define desktop_file_utils_version 0.9
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define mozappdir %{_libdir}/%{name}-%{internal_version} %define mozappdir %{_libdir}/%{name}-%{internal_version}
@ -19,7 +18,7 @@
Summary: Mozilla Firefox Web browser Summary: Mozilla Firefox Web browser
Name: firefox Name: firefox
Version: 3.1 Version: 3.1
Release: 0.5.beta2%{?dist} Release: 0.6.beta2%{?dist}
URL: http://www.mozilla.org/projects/firefox/ URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet Group: Applications/Internet
@ -74,7 +73,6 @@ BuildRequires: startup-notification-devel
BuildRequires: gecko-devel-unstable = %{gecko_version} BuildRequires: gecko-devel-unstable = %{gecko_version}
BuildRequires: autoconf213 BuildRequires: autoconf213
Requires: desktop-file-utils >= %{desktop_file_utils_version}
Requires: gecko-libs = %{gecko_version} Requires: gecko-libs = %{gecko_version}
Requires: system-bookmarks Requires: system-bookmarks
Obsoletes: mozilla <= 37:1.7.13 Obsoletes: mozilla <= 37:1.7.13
@ -326,6 +324,9 @@ fi
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %changelog
* Wed Feb 11 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.6
- Drop explicit requirement on desktop-file-utils
* Wed Jan 7 2009 Jan Horak <jhorak@redhat.com> - 3.1-0.5 * Wed Jan 7 2009 Jan Horak <jhorak@redhat.com> - 3.1-0.5
- Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973) - Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973)
in startup script. in startup script.