SPECS: filesystem.spec - add browser-plugins dirs; rel 13
glen
glen at pld-linux.org
Sat Dec 23 03:16:00 CET 2006
Author: glen Date: Sat Dec 23 02:16:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add browser-plugins dirs; rel 13
---- Files affected:
SPECS:
filesystem.spec (1.72 -> 1.73)
---- Diffs:
================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.72 SPECS/filesystem.spec:1.73
--- SPECS/filesystem.spec:1.72 Sat Oct 28 16:33:36 2006
+++ SPECS/filesystem.spec Sat Dec 23 03:15:55 2006
@@ -6,7 +6,7 @@
Summary(pl): Wspólne katalogi
Name: filesystem
Version: 3.0
-Release: 12
+Release: 13
License: GPL
Group: Base
BuildRequires: automake
@@ -61,7 +61,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
%clean
@@ -124,6 +127,9 @@
%if "%{_lib}" == "lib64"
%dir /lib64/security
%dir /usr/lib64/pkgconfig
+%dir /usr/lib64/browser-plugins
+%else
+%dir /usr/lib/browser-plugins
%endif
%files debuginfo
@@ -137,6 +143,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.73 2006/12/23 02:15:55 glen
+- add browser-plugins dirs; rel 13
+
Revision 1.72 2006/10/28 14:33:36 pluto
- release 12.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.72&r2=1.73&f=u
More information about the pld-cvs-commit
mailing list