packages: filesystem/filesystem.spec - ac compat restored
glen
glen at pld-linux.org
Mon Nov 30 12:53:18 CET 2009
Author: glen Date: Mon Nov 30 11:53:18 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- ac compat restored
---- Files affected:
packages/filesystem:
filesystem.spec (1.102 -> 1.103)
---- Diffs:
================================================================
Index: packages/filesystem/filesystem.spec
diff -u packages/filesystem/filesystem.spec:1.102 packages/filesystem/filesystem.spec:1.103
--- packages/filesystem/filesystem.spec:1.102 Thu Nov 26 17:55:07 2009
+++ packages/filesystem/filesystem.spec Mon Nov 30 12:53:13 2009
@@ -13,6 +13,7 @@
License: GPL
Group: Base
BuildRequires: automake
+BuildRequires: rpm >= 4.4.9-56
BuildRequires: mktemp
Requires: FHS >= 2.3-15
Provides: browser-plugins(%{_target_base_arch})
@@ -37,6 +38,10 @@
# directory for *.idl files (for CORBA implementations)
%define _idldir /usr/share/idl
+%if "%{pld_release}" == "ac"
+%define _xmandir /usr/X11R6/man
+%endif
+
%description
This package contains common directories for packages that extend some
programs functionality, but don't require them themselves.
@@ -73,6 +78,18 @@
$RPM_BUILD_ROOT/usr/lib64/initrd
%endif
+%if "%{pld_release}" == "ac"
+# X11
+install -d $RPM_BUILD_ROOT/usr/X11R6/share
+for manp in man{1,2,3,4,5,6,7,8} ; do
+ install -d $RPM_BUILD_ROOT%{_xmandir}/$manp
+ for mloc in it ko pl; do
+ install -d $RPM_BUILD_ROOT%{_xmandir}/$mloc/$manp
+ done
+done
+install -d $RPM_BUILD_ROOT/usr/share/wm-properties
+%endif
+
install -d \
$RPM_BUILD_ROOT/usr/lib/debug/%{_lib} \
$RPM_BUILD_ROOT/usr/lib/debug%{_libdir} \
@@ -171,6 +188,18 @@
%dir /usr/lib64/pkgconfig
%endif
+%if "%{pld_release}" == "ac"
+%dir /usr/X11R6
+%dir %{_xmandir}
+%{_xmandir}/man*
+%lang(it) %{_xmandir}/it
+%lang(ko) %{_xmandir}/ko
+%lang(pl) %{_xmandir}/pl
+%dir /usr/X11R6/share
+
+%dir /usr/share/wm-properties
+%endif
+
# debuginfo
%dir /usr/lib/debug
/usr/lib/debug/*
@@ -184,6 +213,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.103 2009/11/30 11:53:13 glen
+- ac compat restored
+
Revision 1.102 2009/11/26 16:55:07 jajcus
- /usr/share/soundfonts added
- Release: 29
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/filesystem/filesystem.spec?r1=1.102&r2=1.103&f=u
More information about the pld-cvs-commit
mailing list