summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-07-28 15:54:50 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-07-28 15:54:50 +0000
commitadb7a470f1342d6e49f6e6fea9bc07a4fbb3c17f (patch)
tree3b0307e031e063273a5425272d64322c8ff3b9c4
parentadd more pc files (diff)
downloadlibrewolf-fedora-ff-adb7a470f1342d6e49f6e6fea9bc07a4fbb3c17f.tar.gz
librewolf-fedora-ff-adb7a470f1342d6e49f6e6fea9bc07a4fbb3c17f.tar.bz2
librewolf-fedora-ff-adb7a470f1342d6e49f6e6fea9bc07a4fbb3c17f.zip
- Actually, those pkgconfig files really shouldn't be here as we use system
nss and nspr.
-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