SPECS (AC-branch): filesystem.spec - add browser plugins dir, P: b...

glen glen at pld-linux.org
Sat Dec 23 03:43:00 CET 2006


Author: glen                         Date: Sat Dec 23 02:43:00 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- add browser plugins dir, P: browser-plugins(%{_target_base_arch}); rel 2

---- Files affected:
SPECS:
   filesystem.spec (1.71.2.4 -> 1.71.2.5) 

---- Diffs:

================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.71.2.4 SPECS/filesystem.spec:1.71.2.5
--- SPECS/filesystem.spec:1.71.2.4	Mon Oct 30 23:10:31 2006
+++ SPECS/filesystem.spec	Sat Dec 23 03:42:55 2006
@@ -1,15 +1,14 @@
 # $Revision$, $Date$
-# TODO
-# - cnfl rc-scripts-0.4.0.27-1: /etc/sysconfig
 Summary:	Common directories
 Summary(pl):	Wspólne katalogi
 Name:		filesystem
 Version:	2.0
-Release:	1
+Release:	2
 License:	GPL
 Group:		Base
 BuildRequires:	automake
 Requires:	FHS >= 2.3-15
+Provides:	browser-plugins(%{_target_base_arch})
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # directory for "privilege separation" chroot
@@ -19,8 +18,8 @@
 %define		_xmandir	/usr/X11R6/man
 
 %description
-This package contains common directories for packages that extend
-some programs functionality, but don't require them themselves.
+This package contains common directories for packages that extend some
+programs functionality, but don't require them themselves.
 
 %description -l pl
 Ten pakiet zawiera wspólne katalogi dla pakietów rozszerzających
@@ -48,7 +47,10 @@
 %if "%{_lib}" == "lib64"
 install -d \
 	$RPM_BUILD_ROOT/lib64/security \
-	$RPM_BUILD_ROOT/usr/lib64/pkgconfig
+	$RPM_BUILD_ROOT/usr/lib64/pkgconfig \
+	$RPM_BUILD_ROOT/usr/lib64/browser-plugins
+%else
+	$RPM_BUILD_ROOT/usr/lib/browser-plugins
 %endif
 
 # X11
@@ -119,6 +121,9 @@
 %if "%{_lib}" == "lib64"
 %dir /lib64/security
 %dir /usr/lib64/pkgconfig
+%dir /usr/lib64/browser-plugins
+%else
+%dir /usr/lib/browser-plugins
 %endif
 
 %dir /usr/X11R6
@@ -135,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71.2.5  2006/12/23 02:42:55  glen
+- add browser plugins dir, P: browser-plugins(%{_target_base_arch}); rel 2
+
 Revision 1.71.2.4  2006/10/30 22:10:31  glen
 - fix previous commit message
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.71.2.4&r2=1.71.2.5&f=u



More information about the pld-cvs-commit mailing list