Author: hawk Date: Thu Aug 3 08:38:20 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - reverted libs separation, its not enough, at least for galeon, seems like creating -embedded subpackage is the only way to not require whole firefox - release 1 for 1.5.0.6
---- Files affected: SPECS: mozilla-firefox.spec (1.131.2.11 -> 1.131.2.12) ---- Diffs: ================================================================ Index: SPECS/mozilla-firefox.spec diff -u SPECS/mozilla-firefox.spec:1.131.2.11 SPECS/mozilla-firefox.spec:1.131.2.12 --- SPECS/mozilla-firefox.spec:1.131.2.11 Thu Aug 3 08:46:59 2006 +++ SPECS/mozilla-firefox.spec Thu Aug 3 10:38:14 2006 @@ -19,7 +19,7 @@ Summary(pl): Mozilla Firefox - przeglądarka WWW Name: mozilla-firefox Version: 1.5.0.6 -Release: 0.1 +Release: 1 License: MPL/LGPL Group: X11/Applications/Networking Source0: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2 @@ -53,7 +53,6 @@ BuildRequires: perl-modules >= 5.004 BuildRequires: pkgconfig BuildRequires: zip -Requires: %{name}-libs = %{epoch}:%{version}-%{release} Requires: %{name}-lang-resources = %{version} Requires: nspr >= 1:4.6.1-2 Requires: nss >= 1:3.10.2 @@ -74,17 +73,6 @@ Mozilla Firefox jest open sourcową przeglądarką sieci WWW, stworzoną z myślą o zgodności ze standardami, wydajnością i przenośnością. -%package libs -Summary: Mozilla Firefox shared libraries -Summary(pl): Biblioteki współdzielone Mozilla Firefox -Group: Libraries - -%description libs -Mozilla Firefox shared libraries. - -%description libs -l pl -Biblioteki współdzielone Mozilla Firefox. - %package devel Summary: Headers for developing programs that will use Mozilla Firefox Summary(pl): Mozilla Firefox - pliki nagłówkowe @@ -298,9 +286,6 @@ rm -rf %{_firefoxdir}/extensions fi -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig - %triggerpostun -- %{name} < 1.5 %banner %{name} -e <<EOF NOTICE: @@ -349,24 +334,6 @@ %dir %{_firefoxdir}/extensions/[EMAIL PROTECTED] %{_firefoxdir}/extensions/[EMAIL PROTECTED]/* -%files libs -%defattr(644,root,root,755) -%dir %{_firefoxdir} -# libxpcom.so used by mozillaplug-in -# probably should add more if more packages require -%attr(755,root,root) %{_firefoxdir}/libxpcom.so -%attr(755,root,root) %{_firefoxdir}/libxpcom_compat.so -%attr(755,root,root) %{_firefoxdir}/libxpcom_core.so - -# add rest too -%attr(755,root,root) %{_firefoxdir}/libgfxpsshar.so -%attr(755,root,root) %{_firefoxdir}/libgkgfx.so -%attr(755,root,root) %{_firefoxdir}/libgtkembedmoz.so -%attr(755,root,root) %{_firefoxdir}/libgtkxtbin.so -%attr(755,root,root) %{_firefoxdir}/libjsj.so -%attr(755,root,root) %{_firefoxdir}/libmozjs.so -%attr(755,root,root) %{_firefoxdir}/libxpistub.so - %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/regxpcom @@ -387,6 +354,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.131.2.12 2006/08/03 08:38:14 hawk +- reverted libs separation, its not enough, at least for galeon, seems + like creating -embedded subpackage is the only way to not require + whole firefox +- release 1 for 1.5.0.6 + Revision 1.131.2.11 2006/08/03 06:46:59 hawk - updated to 1.5.0.6, release down to 0.1 because of previous commit ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.131.2.11&r2=1.131.2.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
