SPECS: mozilla-firefox.spec, mozilla-thunderbird.spec, seamonkey.s...

qboosh qboosh at pld-linux.org
Sat Jun 2 21:12:47 CEST 2007


Author: qboosh                       Date: Sat Jun  2 19:12:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't provide sonames which xulrunner should provide

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.193 -> 1.194) , mozilla-thunderbird.spec (1.110 -> 1.111) , seamonkey.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.193 SPECS/mozilla-firefox.spec:1.194
--- SPECS/mozilla-firefox.spec:1.193	Fri Jun  1 18:47:58 2007
+++ SPECS/mozilla-firefox.spec	Sat Jun  2 21:12:41 2007
@@ -69,9 +69,9 @@
 %define		_noautoreqdep		libgkgfx.so libgtkembedmoz.so libgtkxtbin.so libjsj.so libmozjs.so libxpcom.so libxpcom_compat.so libxpcom_core.so
 %define		_noautoprovfiles	%{_libdir}/%{name}/components
 # we don't want these to satisfy xulrunner-devel
-%define		_noautoprov			libmozjs.so libxpcom.so libxul.so
+%define		_noautoprov		libgtkembedmoz.so libmozjs.so libxpcom.so libxul.so
 # and as we don't provide them, don't require either
-%define		_noautoreq			libmozjs.so libxpcom.so libxul.so
+%define		_noautoreq		libgtkembedmoz.so libmozjs.so libxpcom.so libxul.so
 
 %define		specflags	-fno-strict-aliasing -fno-tree-vrp -fno-stack-protector
 
@@ -367,6 +367,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.194  2007/06/02 19:12:41  qboosh
+- don't provide sonames which xulrunner should provide
+
 Revision 1.193  2007/06/01 16:47:58  qboosh
 - CVE references
 

================================================================
Index: SPECS/mozilla-thunderbird.spec
diff -u SPECS/mozilla-thunderbird.spec:1.110 SPECS/mozilla-thunderbird.spec:1.111
--- SPECS/mozilla-thunderbird.spec:1.110	Fri Jun  1 18:52:06 2007
+++ SPECS/mozilla-thunderbird.spec	Sat Jun  2 21:12:41 2007
@@ -57,12 +57,12 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # mozilla and thunderbird provide their own versions
-%define		_noautoreqdep		libgfxpsshar.so libgkgfx.so libgtkembedmoz.so libgtkxtbin.so libjsj.so libmozjs.so libxpcom_compat.so libxpcom_core.so libxpcom.so libxpistub.so
+%define		_noautoreqdep		libgfxpsshar.so libgkgfx.so libgtkembedmoz.so libgtkxtbin.so libjsj.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom_compat.so libxpcom_core.so libxpcom.so libxpistub.so
 %define		_noautoprovfiles	%{_libdir}/%{name}/components
 # we don't want these to satisfy xulrunner-devel
-%define		_noautoprov			libmozjs.so libxpcom.so libxul.so
+%define		_noautoprov		libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so libxul.so
 # and as we don't provide them, don't require either
-%define		_noautoreq			libmozjs.so libxpcom.so libxul.so
+%define		_noautoreq		libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so libxul.so
 
 %description
 Thunderbird Community Edition is an open-source,fast and portable
@@ -339,6 +339,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.111  2007/06/02 19:12:41  qboosh
+- don't provide sonames which xulrunner should provide
+
 Revision 1.110  2007/06/01 16:52:06  arekm
 - drop gcc4 hack
 

================================================================
Index: SPECS/seamonkey.spec
diff -u SPECS/seamonkey.spec:1.63 SPECS/seamonkey.spec:1.64
--- SPECS/seamonkey.spec:1.63	Fri Jun  1 18:46:47 2007
+++ SPECS/seamonkey.spec	Sat Jun  2 21:12:41 2007
@@ -66,14 +66,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_seamonkeydir	%{_libdir}/%{name}
-%define		_chromedir		%{_libdir}/%{name}/chrome
+%define		_chromedir	%{_libdir}/%{name}/chrome
 
 # seamonkey, mozilla and firefox provide their own versions
 %define		_noautoreqdep	libgfxpsshar.so libgkgfx.so libgtkembedmoz.so libgtkxtbin.so libjsj.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxlibrgb.so libxpcom.so libxpcom_compat.so libxpcom_core.so libxpistub.so
 # we don't want these to satisfy xulrunner-devel
-%define		_noautoprov			libmozjs.so libxpcom.so libxul.so
+%define		_noautoprov	libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so libxul.so
 # and as we don't provide them, don't require either
-%define		_noautoreq			libmozjs.so libxpcom.so libxul.so
+%define		_noautoreq	libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so libxul.so
 
 %define		specflags	-fno-strict-aliasing
 
@@ -760,6 +760,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2007/06/02 19:12:41  qboosh
+- don't provide sonames which xulrunner should provide
+
 Revision 1.63  2007/06/01 16:46:47  qboosh
 - CVE references
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.193&r2=1.194&f=u
    http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.110&r2=1.111&f=u
    http://cvs.pld-linux.org/SPECS/seamonkey.spec?r1=1.63&r2=1.64&f=u



More information about the pld-cvs-commit mailing list