[seamonkey] Fixed directories (#566901)

Martin Stransky stransky at fedoraproject.org
Thu May 3 12:24:24 UTC 2012


commit 3f0ea8ff018ae67214c53ea757babdde8ae4c2d3
Author: Martin Stransky <stransky at redhat.com>
Date:   Thu May 3 14:24:16 2012 +0200

    Fixed directories (#566901)

 seamonkey.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index 4a42d99..6fe007b 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -16,7 +16,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        2.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -332,8 +332,12 @@ update-desktop-database %{_datadir}/applications
 #%{mozdir}/components/*.xpt
 %{mozdir}/components/*.so
 %{mozdir}/defaults/messenger/mailViews.dat
+%dir %{mozdir}/extensions
 %{mozdir}/extensions/*
 
+%dir %{mozdir}/distribution
+%dir %{mozdir}/distribution/extensions
+
 #%doc %{_mandir}/man1/seamonkey.1.gz
 
 %dir %{mozdir}
@@ -364,6 +368,9 @@ update-desktop-database %{_datadir}/applications
 
 
 %changelog
+* Thu May 3 2012 Martin Stransky <stransky at redhat.com> 2.9.1-2
+- Fixed directories (#566901)
+
 * Wed May 2 2012 Martin Stransky <stransky at redhat.com> 2.9.1-1
 - Update to 2.9.1
 


More information about the scm-commits mailing list