Blame SPECS/man-pages-ko.spec

f8884b
Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project
f8884b
Name: man-pages-ko
f8884b
Version: 20050219
f8884b
Release: 25%{?dist}
f8884b
License: Copyright only
f8884b
Epoch: 2
f8884b
Group: Documentation
f8884b
#Vendor: Korean Manpage Project Team.
f8884b
URL: http://man.kldp.org/
f8884b
Source0: http://kldp.net/frs/download.php/1918/%{name}-%{version}.tar.gz
f8884b
# The original version of the copyright text is on the upstream wiki:
f8884b
# http://man.kldp.org/wiki/ManPageCopyright
f8884b
Source1: Man_Page_Copyright
f8884b
# Patch for utf-8 conversion (original patch includes euc-kr and iso-8859-1)
f8884b
Patch0: %{name}-%{version}.patch
f8884b
#Autoreqprov: false
f8884b
BuildArchitectures: noarch
f8884b
Summary(ko): 한글 Manpage 프로젝트에 의한 한글 Manpage 
f8884b
Requires: man-pages-reader
f8884b
f8884b
%description
f8884b
Korean translation of the official manpages from LDP and
f8884b
another useful manpages from various packages. It's done
f8884b
by the Korean Manpage Project <http://man.kldp.org> which
f8884b
is maintained by Korean Manpage Project Team.
f8884b
f8884b
%description -l ko
f8884b
한글 Manpage 프로젝트에서 비롯된 한글 Manpages.
f8884b
이는 한글 Manpage 프로젝트 팀이 관리하는 한글 Manpage
f8884b
프로젝트 <http://man.kldp.org>에 의한 것입니다.
f8884b
f8884b
%prep
f8884b
%setup -q -c %{name}-%{version}
f8884b
%patch0 -p0
f8884b
find . -name CVS -exec rm -rf {} \;
f8884b
cp %{SOURCE1} COPYING
f8884b
f8884b
#conflict with man
f8884b
rm -f ./man1/man.1 ./man1/whatis.1 ./man5/man.config.5 
f8884b
#conflict with shadow-utils in Fedora 9
f8884b
rm -f ./man8/vipw.8
f8884b
#conflict with rpms in Fedora 9
f8884b
rm -f ./man8/rpm.8 ./man8/rpm2cpio.8
f8884b
# Bug 468501
f8884b
rm -f ./man1/cpio.1
f8884b
f8884b
%build 
f8884b
for i in man?; do
f8884b
    for j in $i/*; do
f8884b
        case "$j" in
f8884b
            man7/iso_8859-1.7 | man7/iso_8859-7.7)
f8884b
                ;;
f8884b
            *)
f8884b
                iconv -f EUC-KR -t UTF-8 $j -o $j.out
f8884b
		touch -r $j $j.out
f8884b
                mv $j.out $j
f8884b
                ;;
f8884b
        esac
f8884b
    done
f8884b
done
f8884b
f8884b
f8884b
%install
f8884b
mkdir -p $RPM_BUILD_ROOT%{_mandir}/ko
f8884b
cp -a man? $RPM_BUILD_ROOT%{_mandir}/ko/
f8884b
f8884b
f8884b
%files
f8884b
%doc COPYING
f8884b
%{_mandir}/ko/man*/*
f8884b
f8884b
%changelog
f8884b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:20050219-25
f8884b
- Mass rebuild 2013-12-27
f8884b
f8884b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-24
f8884b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f8884b
f8884b
* Thu Nov 15 2012 Daiki Ueno <dueno@redhat.com> - 2:20050219-23
f8884b
- Preserve timestamp of converted files
f8884b
f8884b
* Thu Nov 15 2012 Daiki Ueno <dueno@redhat.com> - 2:20050219-22
f8884b
- Drop buildroot preparation from %%intall and %%clean
f8884b
- Drop BuildRoot
f8884b
- Drop %%defattr from %%doc
f8884b
- Add comment to explain what the patch0 is for
f8884b
f8884b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-21
f8884b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f8884b
f8884b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-20
f8884b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f8884b
f8884b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-19
f8884b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f8884b
f8884b
* Tue May 04 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-18
f8884b
- Bug 582963 - man-pages-ko: Change requires tag from man to man-pages-reader
f8884b
f8884b
* Wed Mar 03 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-17
f8884b
- Resolves: #555195 (for package wrangler).
f8884b
f8884b
* Wed Mar 03 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-15
f8884b
- Resolves: #555195
f8884b
- Fixed Fedora 569430 (Wrong directory ownership)
f8884b
f8884b
* Tue Jan 14 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-14
f8884b
- Resolves: #555195
f8884b
- Build for package wrangler.
f8884b
f8884b
* Thu Jan 14 2010 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-11
f8884b
- Build for package wrangler.
f8884b
f8884b
* Wed Dec 16 2009 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-10
f8884b
- Add full URL to source.
f8884b
- Fixed the Source1 path.
f8884b
f8884b
* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 2:20050219-9.1
f8884b
- Rebuilt for RHEL 6
f8884b
f8884b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-9
f8884b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8884b
f8884b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:20050219-8
f8884b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f8884b
f8884b
* Mon Oct 27 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-7
f8884b
- Fix Bug 468501 - There were file conflicts when cheeking the packages 
f8884b
  to be installed in Fedora-10-beta-x86_6.
f8884b
f8884b
* Mon Sep 15 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-5
f8884b
- Fix Bug 462197 -  File conflict between man-pages-ko and rpm
f8884b
f8884b
* Mon Aug 04 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-4
f8884b
- Fix the file conflict with rpm-4.5.90
f8884b
f8884b
* Tue Feb 05 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-3
f8884b
- Correct Licence information.
f8884b
- Add Korean summary and description
f8884b
f8884b
* Tue Jan 08 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-2
f8884b
- Bug 427684: man-pages fileconflict
f8884b
- Fix the conflict with vipw.8 (in shadow-utils)
f8884b
f8884b
f8884b
* Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-1
f8884b
- Fix the conflict with man-1.6e-3.fc7
f8884b
f8884b
* Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-0
f8884b
- man7/iso_8859-1.7 and man7/iso_8859-7.7 are back.
f8884b
- Upstream change version scheme.
f8884b
f8884b
* Mon Feb 05 2007 Parag Nemade <pnemade@redhat.com> - 1:1.48-15.2
f8884b
- Rebuild of package as pert of Core/Extras Merge
f8884b
f8884b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.48-15.1.1
f8884b
- rebuild
f8884b
f8884b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f8884b
- rebuilt
f8884b
f8884b
* Tue Nov 23 2004 Miloslav Trmac <mitr@redhat.com> - 1:1.48-15
f8884b
- Recode also man.1x to UTF-8
f8884b
f8884b
* Mon Jun 21 2004 Alan Cox <alan@redhat.com>
f8884b
- man isn't required (there are multiple man page readers), as per other
f8884b
  man packages
f8884b
f8884b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f8884b
- rebuilt
f8884b
f8884b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f8884b
- rebuilt
f8884b
f8884b
* Tue Feb 10 2004 Akira TAGOH <tagoh@redhat.com> 1.48-11
f8884b
- removed man.1 and man.config.5, because the latest man contains those manpages.
f8884b
f8884b
* Tue Oct 28 2003 Leon Ho <llch@redhat.com>
f8884b
- convert to utf-8 on build time
f8884b
- modify logic in install
f8884b
f8884b
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
f8884b
- do not include a Vendor: tag
f8884b
f8884b
* Thu Feb 20 2003 David Joo <djoo@redhat.com>
f8884b
- bug #83614 fixed
f8884b
f8884b
* Mon Jan 27 2003 Jeremy Katz <katzj@redhat.com> 1:1.48-7
f8884b
- add an epoch to fix upgrades from 8.0
f8884b
f8884b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
f8884b
- rebuilt
f8884b
f8884b
* Fri Jan 10 2003 David Joo <djoo@redhat.com>
f8884b
- Spelling mistakes fixed in specfile
f8884b
- bug #81420 fixed
f8884b
f8884b
* Fri Dec 20 2002 David Joo <djoo@redhat.com>
f8884b
- Updated to New version
f8884b
- sgid bug fixed <#79965>
f8884b
f8884b
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
f8884b
- rebuild in current collection instance
f8884b
f8884b
* Mon Aug 12 2002 Bill Nottingham <notting@redhat.com>
f8884b
- fix group
f8884b
f8884b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
f8884b
- automated rebuild
f8884b
f8884b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
f8884b
- automated rebuild
f8884b
f8884b
* Fri Feb  1 2002 Bill Nottingham <notting@redhat.com>
f8884b
- remove %%post/%%preun; they cause errors
f8884b
- s/%%{prefix}/%%{_mandir}/g
f8884b
f8884b
* Thu Jan 31 2002 David Joo <davidjoo@redhat.com>
f8884b
- Rebuilt against RHL 8.0
f8884b
f8884b
* Sun Jun 3 2001 Bae, Sunghoon <plodder@kldp.org>
f8884b
- removed ftpcount, ftpwho, ftpshut, proftpd man pages
f8884b
  because proftpd has it 
f8884b
- changed man cache directory to /var/cache/man
f8884b
f8884b
* Tue May 23 2000 KIM KyungHeon <tody@teoal.sarang.net>
f8884b
- changed name of spec file
f8884b
- added some contents of spec (for relocatable)
f8884b
- modified korean description
f8884b
- fixed using 'makewhatis' command
f8884b
- fixed expression in %%files tag
f8884b
f8884b
* Sun Apr  23 2000 Bae, Sunghoon <plodder@kldp.org>
f8884b
- modify .spec
f8884b
f8884b
* Sat Apr  22 2000 Chongkyoon, Rim <hermes44@secsm.org>
f8884b
- modify .spec
f8884b
f8884b
* Tue Apr  4 2000 Bae, Sunghoon <plodder@kldp.org>
f8884b
- First Release
f8884b