SPECS: browser-plugins.spec - local.* files are not handled. drop ...

glen glen at pld-linux.org
Tue Oct 31 00:43:12 CET 2006


Author: glen                         Date: Mon Oct 30 23:43:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- local.* files are not handled. drop them

---- Files affected:
SPECS:
   browser-plugins.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/browser-plugins.spec
diff -u SPECS/browser-plugins.spec:1.19 SPECS/browser-plugins.spec:1.20
--- SPECS/browser-plugins.spec:1.19	Mon Oct 30 23:27:29 2006
+++ SPECS/browser-plugins.spec	Tue Oct 31 00:43:07 2006
@@ -18,7 +18,7 @@
 # TODO: to be renamed to actual package name when package is finished
 Name:		browser-plugins2
 Version:	2.0
-Release:	0.9
+Release:	0.10
 License:	GPL
 Group:		Base
 Source0:	browser-plugins.README
@@ -55,9 +55,8 @@
 cp -a %{SOURCE0} README
 cp -a %{SOURCE1} update-browser-plugins
 
-cat > blacklist.local <<'EOF'
-# list your local overrides here
-# the format is shell globs at base dir of plugindir
+cat > blacklist <<'EOF'
+# The format is shell globs at base dir of plugindir
 EOF
 
 %install
@@ -68,9 +67,13 @@
 # TODO: to be moved to browser packages
 for browser in opera firefox mozilla mozilla-firefox mozilla-firefox-bin; do
 	for arch in i386 x86_64; do
-		cp -a blacklist.local $RPM_BUILD_ROOT%{_sysconfdir}/blacklist.d/local.$browser.$arch.blacklist
+		cp -a blacklist $RPM_BUILD_ROOT%{_sysconfdir}/blacklist.d/$browser.$arch.blacklist
 	done
 done
+cat <<'EOF'>> $RPM_BUILD_ROOT%{_sysconfdir}/blacklist.d/opera.i386.blacklist
+# opera has no use of .xpt files.
+*.xpt
+EOF
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -100,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2006/10/30 23:43:07  glen
+- local.* files are not handled. drop them
+
 Revision 1.19  2006/10/30 22:27:29  glen
 - planted TODO-s
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/browser-plugins.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list