Author: hawk Date: Thu Jun 19 21:16:08 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated nss R/BR to proper version release so firefox will use system nss - BR sqlite3-devel, build with system sqlite3 - updated TODO, NFY
---- Files affected: SPECS: mozilla-firefox.spec (1.243 -> 1.244) ---- Diffs: ================================================================ Index: SPECS/mozilla-firefox.spec diff -u SPECS/mozilla-firefox.spec:1.243 SPECS/mozilla-firefox.spec:1.244 --- SPECS/mozilla-firefox.spec:1.243 Wed Jun 18 14:13:51 2008 +++ SPECS/mozilla-firefox.spec Thu Jun 19 23:16:02 2008 @@ -1,10 +1,12 @@ # $Revision$, $Date$ +# # TODO: # - handle locales differently (runtime, since it's possible to do) # - see ftp://ftp.debian.org/debian/pool/main/m/mozilla-firefox/*diff* # for hints how to make locales # - make it more pld-like (bookmarks, default page etc..) -# - system nss, xulrunner +# - disable some options by default (fraud detection, application update etc.) +# - xulrunner # # Conditional build: %bcond_with tests # enable tests (whatever they check) @@ -22,7 +24,7 @@ Summary(pl.UTF-8): Firefox Community Edition - przeglÄ…darka WWW Name: mozilla-firefox Version: 3.0 -Release: 2 +Release: 2.1 License: MPL 1.1 or GPL v2+ or LGPL v2.1+ Group: X11/Applications/Networking Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2 @@ -55,10 +57,11 @@ BuildRequires: libstdc++-devel BuildRequires: myspell-devel BuildRequires: nspr-devel >= 1:4.7 -BuildRequires: nss-devel >= 1:3.11.3-3 +BuildRequires: nss-devel >= 1:3.12-2 BuildRequires: pango-devel >= 1:1.6.0 BuildRequires: perl-modules >= 5.004 BuildRequires: pkgconfig +BuildRequires: sqlite3-devel BuildRequires: rpm >= 4.4.9-56 BuildRequires: rpmbuild(macros) >= 1.453 BuildRequires: startup-notification-devel @@ -74,7 +77,7 @@ Requires: cairo >= 1.6.0 Requires: libpng(APNG) >= 0.10 Requires: nspr >= 1:4.7 -Requires: nss >= 1:3.11.3-3 +Requires: nss >= 1:3.12-2 Provides: wwwbrowser Obsoletes: mozilla-firebird Obsoletes: mozilla-firefox-lang-en < 2.0.0.8-3 @@ -186,6 +189,7 @@ ac_add_options --enable-svg ac_add_options --enable-system-cairo ac_add_options --enable-system-myspell +ac_add_options --enable-system-sqlite ac_add_options --enable-libxul ac_add_options --enable-xinerama ac_add_options --with-distribution-id=org.pld-linux @@ -320,9 +324,6 @@ %{_libdir}/%{name}/.autoreg %{_libdir}/%{name}/application.ini %{_libdir}/%{name}/platform.ini -# XXX: nss -%{_libdir}/%{name}/libfreebl3.chk -%{_libdir}/%{name}/libsoftokn3.chk %dir %{_libdir}/%{name}/components @@ -431,6 +432,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.244 2008/06/19 21:16:02 hawk +- updated nss R/BR to proper version release so firefox will use system nss +- BR sqlite3-devel, build with system sqlite3 +- updated TODO, NFY + Revision 1.243 2008/06/18 12:13:51 hawk - fixed patch4 name ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mozilla-firefox.spec?r1=1.243&r2=1.244&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
