summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-10-27 14:58:10 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-10-27 14:58:10 +0000
commit98da390551ed91626c065d1d7f2d4416144e6178 (patch)
treeb6e7525b8ec289c301b981295ab176df6fdd7970 /firefox.spec
parentNeed to add pk11pub.h too (diff)
downloadlibrewolf-fedora-ff-98da390551ed91626c065d1d7f2d4416144e6178.tar.gz
librewolf-fedora-ff-98da390551ed91626c065d1d7f2d4416144e6178.tar.bz2
librewolf-fedora-ff-98da390551ed91626c065d1d7f2d4416144e6178.zip
- Tweak the .desktop file
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index cb549c2..783a9cd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,7 +11,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -211,8 +211,7 @@ DESTDIR=$RPM_BUILD_ROOT make install
desktop-file-install --vendor mozilla \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
- --add-category X-Fedora \
- --add-category Application \
+ --add-category WebBrowser \
--add-category Network \
%{SOURCE20}
@@ -405,6 +404,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> 2.0-2
+- Tweak the .desktop file
+
* Tue Oct 24 2006 Christopher Aillon <caillon@redhat.com> 2.0-1
- Update to 2.0
- Add patch from Behdad to fix pango printing.
bgstack15