SPECS: xulrunner.spec - ugh... just don't use name macro in _noauto*files; ...

qboosh qboosh at pld-linux.org
Mon Jul 21 21:51:25 CEST 2008


Author: qboosh                       Date: Mon Jul 21 19:51:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ugh... just don't use name macro in _noauto*files; works now

---- Files affected:
SPECS:
   xulrunner.spec (1.74 -> 1.75) 

---- Diffs:

================================================================
Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.74 SPECS/xulrunner.spec:1.75
--- SPECS/xulrunner.spec:1.74	Mon Jul 21 21:33:16 2008
+++ SPECS/xulrunner.spec	Mon Jul 21 21:51:20 2008
@@ -76,8 +76,8 @@
 
 %define		specflags	-fno-strict-aliasing
 
-# no Provides from private modules
-%define		_noautoprovfiles	%{_libdir}/%{name}/components %{_libdir}/%{name}/plugins
+# no Provides from private modules (don't use %{name} here, it expands to each subpackage name...)
+%define		_noautoprovfiles	%{_libdir}/xulrunner/components %{_libdir}/xulrunner/plugins
 # no need to require them (we have strict deps for these)
 %define		_noautoreq		libmozjs.so libxpcom.so libxul.so
 
@@ -504,6 +504,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2008/07/21 19:51:20  qboosh
+- ugh... just don't use name macro in _noauto*files; works now
+
 Revision 1.74  2008/07/21 19:33:16  qboosh
 - use system hunspell and lcms
 - _noautoprovfiles for private modules
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xulrunner.spec?r1=1.74&r2=1.75&f=u



More information about the pld-cvs-commit mailing list