cd475f9
Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project
c6b1e82
Name: man-pages-ko
c6b1e82
Version: 20050219
9ca2b0e
Release: 6%{?dist}
ca08dd3
License: Copyright only
c6b1e82
Epoch: 2
cvsdist 4cb7803
Group: Documentation
cvsdist 94e25e8
#Vendor: Korean Manpage Project Team.
cvsdist ccc8f88
URL: http://man.kldp.org/
29ba499
Source0: %{name}-%{version}.tar.gz
ca08dd3
Source1: Man_Page_Copyright
ca08dd3
#Source1:http://man.kldp.org/wiki/ManPageCopyright
29ba499
Patch0: %{name}-%{version}.patch
c6b1e82
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
c6b1e82
#Autoreqprov: false
cvsdist 71c57fc
BuildArchitectures: noarch
ca08dd3
Summary(ko): 한글 Manpage 프로젝트에 의한 한글 Manpage 
cvsdist 71c57fc
cvsdist 71c57fc
%description
cvsdist ccc8f88
Korean translation of the official manpages from LDP and
cvsdist ccc8f88
another useful manpages from various packages. It's done
cvsdist ccc8f88
by the Korean Manpage Project <http://man.kldp.org> which
cvsdist ccc8f88
is maintained by Korean Manpage Project Team.
cvsdist 140cbd1
ca08dd3
%description -l ko
ca08dd3
한글 Manpage 프로젝트에서 비롯된 한글 Manpages.
ca08dd3
이는 한글 Manpage 프로젝트 팀이 관리하는 한글 Manpage
ca08dd3
프로젝트 <http://man.kldp.org>에 의한 것입니다.
ca08dd3
cvsdist 71c57fc
%prep
cd475f9
%setup -q -c %{name}-%{version}
c6b1e82
%patch0 -p0 -b .bak
cvsdist 94e25e8
find . -name CVS -exec rm -rf {} \;
ca08dd3
cp ../../SOURCES/Man_Page_Copyright COPYING
cvsdist 94e25e8
a7ab6d6
#conflict with man
29ba499
rm -f ./man1/man.1 ./man1/whatis.1 ./man5/man.config.5 
29ba499
#conflict with shadow-utils in Fedora 9
29ba499
rm -f ./man8/vipw.8
63152b6
#conflict with rpms in Fedora 9
8812675
rm -f ./man8/rpm.8 ./man8/rpm2cpio.8
9ca2b0e
# Bug 468501
9ca2b0e
rm -f ./man1/cpio.1
a7ab6d6
8812675
%build 
c6b1e82
for i in `find . -type f -name \*.gz`; do
c6b1e82
    gunzip $i
c6b1e82
done
c6b1e82
for i in 1 1x 2 3 4 5 6 7 8 9; do
c6b1e82
    for j in `find . -type f -name \*.$i`; do
8812675
        case "$j" in 
29ba499
            './man7/iso_8859-1.7' | './man7/iso_8859-7.7')
c6b1e82
                #Already in UTF-8
c6b1e82
                iconv -f UTF-8 -t UTF-8 $j -o $j.out
c6b1e82
                cp -a $j.out $j
c6b1e82
                rm $j.out
c6b1e82
                gzip $j
c6b1e82
                ;;
c6b1e82
            *)
c6b1e82
                iconv -f EUC-KR -t UTF-8 $j -o $j.out
c6b1e82
                cp -a $j.out $j
c6b1e82
                rm $j.out
c6b1e82
                gzip $j
c6b1e82
                ;;
c6b1e82
        esac
cvsdist 94e25e8
    done
c6b1e82
    for j in `find . -type f -name \*.$i.bak`; do
c6b1e82
        rm -f $j
cvsdist 94e25e8
    done
c6b1e82
done
cvsdist 94e25e8
cd475f9
cvsdist 71c57fc
%install
cvsdist ccc8f88
rm -rf $RPM_BUILD_ROOT
cvsdist ccc8f88
cvsdist 8a43fa4
mkdir -p $RPM_BUILD_ROOT%{_mandir}/ko
cvsdist 94e25e8
cp -a man? $RPM_BUILD_ROOT%{_mandir}/ko/
cvsdist ccc8f88
cvsdist 2577d15
cvsdist 71c57fc
%clean
63152b6
rm -rf ${RPM_BUILD_ROOT}
cvsdist 71c57fc
cvsdist 71c57fc
%files
63152b6
%defattr(-, root,root, -)
ca08dd3
%doc COPYING
cvsdist 8a43fa4
%{_mandir}/ko
cvsdist 71c57fc
cvsdist 71c57fc
%changelog
9ca2b0e
* Mon Oct 27 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-6
9ca2b0e
- Fix Bug 468501 - There were file conflicts when cheeking the packages 
9ca2b0e
  to be installed in Fedora-10-beta-x86_6.
9ca2b0e
8812675
* Mon Sep 15 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-5
8812675
- Fix Bug 462197 -  File conflict between man-pages-ko and rpm
8812675
63152b6
* Mon Aug 04 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-4
63152b6
- Fix the file conflict with rpm-4.5.90
63152b6
63152b6
* Tue Feb 05 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-3
ca08dd3
- Correct Licence information.
ca08dd3
- Add Korean summary and description
ca08dd3
63152b6
* Tue Jan 08 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-2
29ba499
- Bug 427684: man-pages fileconflict
29ba499
- Fix the conflict with vipw.8 (in shadow-utils)
29ba499
29ba499
63152b6
* Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-1
a7ab6d6
- Fix the conflict with man-1.6e-3.fc7
a7ab6d6
63152b6
* Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-0
c6b1e82
- man7/iso_8859-1.7 and man7/iso_8859-7.7 are back.
c6b1e82
- Upstream change version scheme.
c6b1e82
cd475f9
* Mon Feb 05 2007 Parag Nemade <pnemade@redhat.com> - 1:1.48-15.2
cd475f9
- Rebuild of package as pert of Core/Extras Merge
cd475f9
5ffd0b3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.48-15.1.1
5ffd0b3
- rebuild
5ffd0b3
9d24003
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9d24003
- rebuilt
9d24003
043c6ea
* Tue Nov 23 2004 Miloslav Trmac <mitr@redhat.com> - 1:1.48-15
043c6ea
- Recode also man.1x to UTF-8
043c6ea
cvsdist 68d7394
* Mon Jun 21 2004 Alan Cox <alan@redhat.com>
cvsdist 68d7394
- man isn't required (there are multiple man page readers), as per other
cvsdist 68d7394
  man packages
cvsdist 68d7394
cvsdist 68d7394
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 68d7394
- rebuilt
cvsdist 68d7394
cvsdist 2577d15
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2577d15
- rebuilt
cvsdist 2577d15
cvsdist 2577d15
* Tue Feb 10 2004 Akira TAGOH <tagoh@redhat.com> 1.48-11
cvsdist 2577d15
- removed man.1 and man.config.5, because the latest man contains those manpages.
cvsdist 2577d15
cvsdist 94e25e8
* Tue Oct 28 2003 Leon Ho <llch@redhat.com>
cvsdist 94e25e8
- convert to utf-8 on build time
cvsdist 94e25e8
- modify logic in install
cvsdist 94e25e8
cvsdist 94e25e8
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 94e25e8
- do not include a Vendor: tag
cvsdist 94e25e8
cvsdist 8a43fa4
* Thu Feb 20 2003 David Joo <djoo@redhat.com>
cvsdist 8a43fa4
- bug #83614 fixed
cvsdist 8a43fa4
cvsdist 8a43fa4
* Mon Jan 27 2003 Jeremy Katz <katzj@redhat.com> 1:1.48-7
cvsdist 8a43fa4
- add an epoch to fix upgrades from 8.0
cvsdist 8a43fa4
cvsdist 8a43fa4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 8a43fa4
- rebuilt
cvsdist 8a43fa4
cvsdist 8a43fa4
* Fri Jan 10 2003 David Joo <djoo@redhat.com>
cvsdist 8a43fa4
- Spelling mistakes fixed in specfile
cvsdist 8a43fa4
- bug #81420 fixed
cvsdist 8a43fa4
cvsdist 8a43fa4
* Fri Dec 20 2002 David Joo <djoo@redhat.com>
cvsdist 8a43fa4
- Updated to New version
cvsdist 8a43fa4
- sgid bug fixed <#79965>
cvsdist 8a43fa4
cvsdist 8a43fa4
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
cvsdist 8a43fa4
- rebuild in current collection instance
cvsdist 8a43fa4
cvsdist 4cb7803
* Mon Aug 12 2002 Bill Nottingham <notting@redhat.com>
cvsdist 4cb7803
- fix group
cvsdist 4cb7803
cvsdist ccc8f88
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist ccc8f88
- automated rebuild
cvsdist ccc8f88
cvsdist ccc8f88
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist ccc8f88
- automated rebuild
cvsdist ccc8f88
cvsdist ccc8f88
* Fri Feb  1 2002 Bill Nottingham <notting@redhat.com>
cd475f9
- remove %%post/%%preun; they cause errors
cvsdist ccc8f88
- s/%%{prefix}/%%{_mandir}/g
cvsdist ccc8f88
cvsdist ccc8f88
* Thu Jan 31 2002 David Joo <davidjoo@redhat.com>
cvsdist ccc8f88
- Rebuilt against RHL 8.0
cvsdist ccc8f88
cvsdist ccc8f88
* Sun Jun 3 2001 Bae, Sunghoon <plodder@kldp.org>
cvsdist ccc8f88
- removed ftpcount, ftpwho, ftpshut, proftpd man pages
cvsdist ccc8f88
  because proftpd has it 
cvsdist ccc8f88
- changed man cache directory to /var/cache/man
cvsdist ccc8f88
cvsdist ccc8f88
* Tue May 23 2000 KIM KyungHeon <tody@teoal.sarang.net>
cvsdist ccc8f88
- changed name of spec file
cvsdist ccc8f88
- added some contents of spec (for relocatable)
cvsdist ccc8f88
- modified korean description
cvsdist ccc8f88
- fixed using 'makewhatis' command
cd475f9
- fixed expression in %%files tag
cvsdist ccc8f88
cvsdist ccc8f88
* Sun Apr  23 2000 Bae, Sunghoon <plodder@kldp.org>
cvsdist ccc8f88
- modify .spec
cvsdist ccc8f88
cvsdist ccc8f88
* Sat Apr  22 2000 Chongkyoon, Rim <hermes44@secsm.org>
cvsdist ccc8f88
- modify .spec
cvsdist ccc8f88
cvsdist ccc8f88
* Tue Apr  4 2000 Bae, Sunghoon <plodder@kldp.org>
cvsdist ccc8f88
- First Release
cvsdist 140cbd1