SPECS: browser-plugins.spec - unuse %{name}

glen glen at pld-linux.org
Sat Sep 16 14:35:40 CEST 2006


Author: glen                         Date: Sat Sep 16 12:35:40 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unuse %{name}

---- Files affected:
SPECS:
   browser-plugins.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/browser-plugins.spec
diff -u SPECS/browser-plugins.spec:1.14 SPECS/browser-plugins.spec:1.15
--- SPECS/browser-plugins.spec:1.14	Sat Sep 16 14:32:48 2006
+++ SPECS/browser-plugins.spec	Sat Sep 16 14:35:35 2006
@@ -19,14 +19,12 @@
 Release:	0.7
 License:	GPL
 Group:		Base
-Source0:	%{name}.README
-Source1:	%{name}-update.sh
-# temporarily for testing
-Provides:	%{name}(%{_target_base_arch}) = %{version}-%{release}
-#BuildArch:	noarch
+Source0:	browser-plugins.README
+Source1:	browser-plugins-update.sh
+BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_sysconfdir	/etc/%{name}
+%define		_sysconfdir	/etc/browser-plugins
 # temporarily for testing
 %define		update_browser_plugins /usr/sbin/update-browser-plugins
 
@@ -53,7 +51,7 @@
 %prep
 %setup -qcT
 cp -a %{SOURCE0} README
-cp -a %{SOURCE1} update-%{name}
+cp -a %{SOURCE1} update-browser-plugins
 
 cat > blacklist.local <<'EOF'
 # list your local overrides here
@@ -63,7 +61,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/{blacklist,browsers}.d,%{_sbindir}}
-install update-%{name} $RPM_BUILD_ROOT%{_sbindir}
+install update-browser-plugins $RPM_BUILD_ROOT%{_sbindir}
 for browser in opera firefox mozilla mozilla-firefox; do
 	for arch in i386 x86_64; do
 		cp -a blacklist.local $RPM_BUILD_ROOT%{_sysconfdir}/blacklist.d/local.$browser.$arch.blacklist
@@ -95,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/09/16 12:35:35  glen
+- unuse %{name}
+
 Revision 1.14  2006/09/16 12:32:48  glen
 - temp rename to allow old package being used
 
================================================================

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



More information about the pld-cvs-commit mailing list