cd475f9
Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project
c6b1e82
Name: man-pages-ko
c6b1e82
Version: 20050219
13d1835
Release: 26%{?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/
a683d02
Source0: http://kldp.net/frs/download.php/1918/%{name}-%{version}.tar.gz
Daiki Ueno d6fc70d
# The original version of the copyright text is on the upstream wiki:
Daiki Ueno d6fc70d
# http://man.kldp.org/wiki/ManPageCopyright
ca08dd3
Source1: Man_Page_Copyright
Daiki Ueno d6fc70d
# Patch for utf-8 conversion (original patch includes euc-kr and iso-8859-1)
29ba499
Patch0: %{name}-%{version}.patch
c6b1e82
#Autoreqprov: false
cvsdist 71c57fc
BuildArchitectures: noarch
ca08dd3
Summary(ko): 한글 Manpage 프로젝트에 의한 한글 Manpage 
d6ffae3
Requires: man-pages-reader
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}
Daiki Ueno 64f792c
%patch0 -p0
cvsdist 94e25e8
find . -name CVS -exec rm -rf {} \;
a683d02
cp %{SOURCE1} 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 
Daiki Ueno 64f792c
for i in man?; do
Daiki Ueno 64f792c
    for j in $i/*; do
Daiki Ueno 64f792c
        case "$j" in
Daiki Ueno 64f792c
            man7/iso_8859-1.7 | man7/iso_8859-7.7)
c6b1e82
                ;;
c6b1e82
            *)
c6b1e82
                iconv -f EUC-KR -t UTF-8 $j -o $j.out
Daiki Ueno 64f792c
		touch -r $j $j.out
Daiki Ueno 64f792c
                mv $j.out $j
c6b1e82
                ;;
c6b1e82
        esac
cvsdist 94e25e8
    done
c6b1e82
done
cvsdist 94e25e8
cd475f9
cvsdist 71c57fc
%install
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
%files
ca08dd3
%doc COPYING
9c8a306
%{_mandir}/ko/man*/*
cvsdist 71c57fc
cvsdist 71c57fc
%changelog
13d1835
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-26
13d1835
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
13d1835
78226d5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-25
78226d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
78226d5
4fa2a5d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-24
4fa2a5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4fa2a5d
Daiki Ueno 64f792c
* Thu Nov 15 2012 Daiki Ueno <dueno@redhat.com> - 2:20050219-23
Daiki Ueno 64f792c
- Preserve timestamp of converted files
Daiki Ueno 64f792c
Daiki Ueno d6fc70d
* Thu Nov 15 2012 Daiki Ueno <dueno@redhat.com> - 2:20050219-22
Daiki Ueno d6fc70d
- Drop buildroot preparation from %%intall and %%clean
Daiki Ueno d6fc70d
- Drop BuildRoot
Daiki Ueno d6fc70d
- Drop %%defattr from %%doc
Daiki Ueno d6fc70d
- Add comment to explain what the patch0 is for
Daiki Ueno d6fc70d
ff346f1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-21
ff346f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ff346f1
62b109e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-20
62b109e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
62b109e
fa858f5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-19
fa858f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fa858f5
d6ffae3
* Tue May 04 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-18
d6ffae3
- Bug 582963 - man-pages-ko: Change requires tag from man to man-pages-reader
d6ffae3
d6ffae3
* Wed Mar 03 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-17
d6ffae3
- Resolves: #555195 (for package wrangler).
d6ffae3
9c8a306
* Wed Mar 03 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-15
d6ffae3
- Resolves: #555195
d6ffae3
- Fixed Fedora 569430 (Wrong directory ownership)
9c8a306
9603065
* Tue Jan 14 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-14
9603065
- Resolves: #555195
9603065
- Build for package wrangler.
9603065
fe19ae0
* Thu Jan 14 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-11
fe19ae0
- Build for package wrangler.
fe19ae0
a683d02
* Wed Dec 16 2009 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-10
a683d02
- Add full URL to source.
a683d02
- Fixed the Source1 path.
a683d02
9603065
* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 2:20050219-9.1
9603065
- Rebuilt for RHEL 6
9603065
32ac609
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-9
32ac609
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
32ac609
771b6d6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-8
771b6d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
771b6d6
3be67fd
* Mon Oct 27 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-7
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