summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-04-17 21:47:36 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-04-17 21:47:36 +0000
commit5266156bb4268cd4174aecc498a69f97195373f2 (patch)
tree372bc2dd5ed0bcaf293b4d78085b60c9fe9e941e /firefox.spec
parentproperly use sed (diff)
downloadlibrewolf-fedora-ff-5266156bb4268cd4174aecc498a69f97195373f2.tar.gz
librewolf-fedora-ff-5266156bb4268cd4174aecc498a69f97195373f2.tar.bz2
librewolf-fedora-ff-5266156bb4268cd4174aecc498a69f97195373f2.zip
- Fix permissions of the man page
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
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 <caillon@redhat.com> 2.0.0.3-4
+- Fix permissions of the man page
+
* Tue Apr 10 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.3-3
- Ensure initial homepage on all locales is our proper default
bgstack15