summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 2df9100..cc96139 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,7 +11,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5.0.5
-Release: 5
+Release: 6
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -346,14 +346,18 @@ fi
%{_libdir}/pkgconfig/firefox-plugin.pc
%{_libdir}/pkgconfig/firefox-js.pc
%{_libdir}/pkgconfig/firefox-gtkmozembed.pc
-%{_libdir}/pkgconfig/firefox-nspr.pc
-%{_libdir}/pkgconfig/firefox-nss.pc
+%exclude %{_libdir}/pkgconfig/firefox-nspr.pc
+%exclude %{_libdir}/pkgconfig/firefox-nss.pc
%endif
#---------------------------------------------------------------------
%changelog
-* Fri Jul 28 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.4-5
+* Fri Jul 28 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-6
+- Actually, those pkgconfig files really shouldn't be here as we use
+ system nss and nspr.
+
+* Fri Jul 28 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.5-5
- Add more pkgconfig files
* Thu Jul 27 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-4
bgstack15