Author: glen Date: Sun Nov 26 11:34:48 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - -libs split
---- Files affected: SPECS: mozilla-firefox.spec (1.95.2.61 -> 1.95.2.62) ---- Diffs: ================================================================ Index: SPECS/mozilla-firefox.spec diff -u SPECS/mozilla-firefox.spec:1.95.2.61 SPECS/mozilla-firefox.spec:1.95.2.62 --- SPECS/mozilla-firefox.spec:1.95.2.61 Wed Nov 22 19:40:58 2006 +++ SPECS/mozilla-firefox.spec Sun Nov 26 12:34:43 2006 @@ -14,7 +14,7 @@ Summary(pl): Mozilla Firefox - przeglądarka WWW Name: mozilla-firefox Version: 2.0 -Release: 1.2 +Release: 1.4 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,6 +53,7 @@ BuildRequires: zlib-devel >= 1.2.3 Requires(post): mktemp >= 1.5-18 Requires: %{name}-lang-resources = %{version} +Requires: %{name}-libs = %{epoch}:%{version}-%{release} Requires: nspr >= 1:4.6.3 Requires: nss >= 1:3.11.3 Provides: wwwbrowser @@ -74,11 +75,20 @@ 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 +Conflicts: %{name} < 2.0-1.4 + +%description libs +Mozilla Firefox shared libraries. + %package devel Summary: Headers for developing programs that will use Mozilla Firefox Summary(pl): Mozilla Firefox - pliki nagłówkowe Group: X11/Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}-libs = %{epoch}:%{version}-%{release} Requires: nspr-devel >= 1:4.6.3 Requires: nss-devel >= 1:3.11.3-3 Obsoletes: mozilla-devel @@ -265,7 +275,7 @@ %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_bindir}/firefox %attr(755,root,root) %{_sbindir}/%{name}-chrome+xpcom-generate -%dir %{_firefoxdir} + %{_firefoxdir}/res %dir %{_firefoxdir}/components %attr(755,root,root) %{_firefoxdir}/components/*.so @@ -281,7 +291,6 @@ %dir %{_firefoxdir}/dictionaries %dir %{_firefoxdir}/init.d %{_firefoxdir}/init.d/README -%attr(755,root,root) %{_firefoxdir}/*.so %attr(755,root,root) %{_firefoxdir}/*.sh %attr(755,root,root) %{_firefoxdir}/m* %attr(755,root,root) %{_firefoxdir}/f* @@ -316,6 +325,11 @@ %ghost %{_firefoxdir}/components/compreg.dat %ghost %{_firefoxdir}/components/xpti.dat +%files libs +%defattr(644,root,root,755) +%dir %{_firefoxdir} +%attr(755,root,root) %{_firefoxdir}/*.so + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/regxpcom @@ -339,6 +353,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.95.2.62 2006/11/26 11:34:43 glen +- -libs split + Revision 1.95.2.61 2006/11/22 18:40:58 patrys - no icon branding ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.95.2.61&r2=1.95.2.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
