add iso*.7,koi*.7 files to en directory

This commit is contained in:
Ivana Varekova 2007-02-13 14:39:39 +00:00
parent 84f1283119
commit 92b1a269a2

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages Name: man-pages
Version: 2.43 Version: 2.43
Release: 5%{?dist} Release: 6%{?dist}
License: distributable License: distributable
Group: Documentation Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/ URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -213,6 +213,15 @@ do cp -a $n $RPM_BUILD_ROOT%{_mandir}/$n
elif [ $? -eq 1 ] elif [ $? -eq 1 ]
then cp -a en/$n $RPM_BUILD_ROOT%{_mandir}/en/$n then cp -a en/$n $RPM_BUILD_ROOT%{_mandir}/en/$n
fi fi
if [ "$n" == man7/iso_8859-1.7 ] ||
[ "$n" == man7/iso_8859-2.7 ] ||
[ "$n" == man7/iso_8859-7.7 ] ||
[ "$n" == man7/iso_8859-9.7 ] ||
[ "$n" == man7/iso_8859-15.7 ] ||
[ "$n" == man7/iso_8859-16.7 ] ||
[ "$n" == man7/koi8-r.7 ]; then
cp $n $RPM_BUILD_ROOT%{_mandir}/en/$n
fi
done done
%clean %clean
@ -225,7 +234,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/en/man* %{_mandir}/en/man*
%changelog %changelog
* Tue Feb 13 2007 Ivana Varekova <varekova@redhat.com> 2.43-5 * Tue Feb 13 2007 Ivana Varekova <varekova@redhat.com> 2.43-6
- Resolves: 227260 - Resolves: 227260
fix iso-8859 (koi8-r) man pages fix iso-8859 (koi8-r) man pages