SPECS: man-pages.spec - package pt_BR man pages just as pt (withou...
qboosh
qboosh at pld-linux.org
Sun Dec 25 21:30:51 CET 2005
Author: qboosh Date: Sun Dec 25 20:30:51 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- package pt_BR man pages just as pt (without second copy as pt_BR)
---- Files affected:
SPECS:
man-pages.spec (1.187 -> 1.188)
---- Diffs:
================================================================
Index: SPECS/man-pages.spec
diff -u SPECS/man-pages.spec:1.187 SPECS/man-pages.spec:1.188
--- SPECS/man-pages.spec:1.187 Sun Dec 25 21:02:50 2005
+++ SPECS/man-pages.spec Sun Dec 25 21:30:46 2005
@@ -388,7 +388,8 @@
if [ -f "$line" ]; then
echo "$line" >> ${package}-man.list
fi
- for l in cs de es fi fr hu it ja ko nl pl pt pt_BR ru tr uk zh_CN ; do
+ # omit pt_BR here, package them as pt
+ for l in cs de es fi fr hu it ja ko nl pl pt ru tr uk zh_CN ; do
if [ -f "$l/$line" ]; then
echo "$l/$line" >> ${package}-man.list
fi
@@ -422,7 +423,8 @@
install $n $RPM_BUILD_ROOT%{_mandir}/$n
done
-for l in cs de es fi fr hu it ja ko nl pl pt pt_BR ru tr uk zh_CN ; do
+# omit pt_BR here, package them as pt
+for l in cs de es fi fr hu it ja ko nl pl pt ru tr uk zh_CN ; do
install -d $RPM_BUILD_ROOT%{_mandir}/$l/man{1,2,3,4,5,6,7,8}
for n in man{1,2,3,4,5,6,7,8}/*; do
if [ -f $l/$n ]; then
@@ -449,7 +451,7 @@
%lang(nl) %{_mandir}/nl/man*/*
%lang(pl) %{_mandir}/pl/man*/*
%lang(pt) %{_mandir}/pt/man*/*
-%lang(pt_BR) %{_mandir}/pt_BR/man*/*
+#%lang(pt_BR) %{_mandir}/pt_BR/man*/*
%lang(ru) %{_mandir}/ru/man*/*
%lang(tr) %{_mandir}/tr/man*/*
%lang(uk) %{_mandir}/uk/man*/*
@@ -466,6 +468,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.188 2005/12/25 20:30:46 qboosh
+- package pt_BR man pages just as pt (without second copy as pt_BR)
+
Revision 1.187 2005/12/25 20:02:50 qboosh
- mbox.5 and sk98lin.4 moved into man-pages-extra.tar.bz2 (in CVS now)
- added some glibc additions to man-pages-extra.tar.bz2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/man-pages.spec?r1=1.187&r2=1.188&f=u
More information about the pld-cvs-commit
mailing list