Blob Blame History Raw
summary: Korean man (manual) pages from the Linux Documentation Project
Name: man-pages-ko
Version: 20010321
Release: 1 
Copyright: Distributable
Group: Documentation
Source: ftp://www.ibiblio.org/pub/Linux/docs/LDP/man-pages/%{name}-20010321.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArchitectures: noarch

%description
Manual pages from the Linux Documentation Project, translated into Korean.

%prep
%setup -c
rm -fr $RPM_BUILD_ROOT

%install
rm -fr $RPM_BUILD_ROOT
for i in man[1-9n]
do
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/ko/$i
done
for i in man[1-9n]/*
do
install -c -m 644 $i $RPM_BUILD_ROOT/%{_mandir}/ko/$i
done
 
%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_mandir}/ko/*

%changelog
* Wed Jul  4 2001 Yukihiro Nakai <ynakai@redhat.com>
- Initial release