From 5266156bb4268cd4174aecc498a69f97195373f2 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 17 Apr 2007 21:47:36 +0000 Subject: - Fix permissions of the man page --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index b811a3b..4f7711f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 2.0.0.3 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -244,7 +244,7 @@ ln -s %{default_bookmarks_file} $RPM_BUILD_ROOT%{mozappdir}/defaults/profile/boo $RPM_BUILD_ROOT%{mozappdir}/firefox-xremote-client %{__chmod} 755 $RPM_BUILD_ROOT%{mozappdir}/firefox-xremote-client -%{__install} -p -D %{SOURCE23} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1 +%{__install} -p -D -m 644 %{SOURCE23} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1 %{__rm} -f $RPM_BUILD_ROOT%{mozappdir}/firefox-config @@ -420,6 +420,9 @@ fi #--------------------------------------------------------------------- %changelog +* Tue Apr 17 2007 Christopher Aillon 2.0.0.3-4 +- Fix permissions of the man page + * Tue Apr 10 2007 Christopher Aillon 2.0.0.3-3 - Ensure initial homepage on all locales is our proper default -- cgit