diff --git a/man-pages-ko.spec b/man-pages-ko.spec index 5e46e24..4259c31 100644 --- a/man-pages-ko.spec +++ b/man-pages-ko.spec @@ -1,10 +1,10 @@ -%define LANG ko -%define UTF8 1 +%define LANG ko +%define UTF8 1 -Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project. +Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project Name: man-pages-%{LANG} Version: 1.48 -Release: 15.1.1 +Release: 15.2 License: GPL Epoch: 1 Group: Documentation @@ -13,7 +13,7 @@ URL: http://man.kldp.org/ Requires: gzip Source0: man-pages-%{LANG}-%{version}.tar.gz Patch0: man-pages-utf8-fixes.patch -Buildroot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Autoreqprov: false BuildArchitectures: noarch @@ -24,9 +24,8 @@ by the Korean Manpage Project which is maintained by Korean Manpage Project Team. %prep -rm -rf ${RPM_BUILD_ROOT} -%setup -c %{name}-%{version} +%setup -q -c %{name}-%{version} find . -name CVS -exec rm -rf {} \; %if %{UTF8} @@ -34,7 +33,7 @@ find . -name CVS -exec rm -rf {} \; rm -rf ./man7/iso_8859-1.7 ./man7/iso_8859-7.7 for i in `find . -type f -name \*.gz`; do - gunzip $i + gunzip $i #gunzip $i | iconv -c -f EUC-KR -t UTF-8 | gzip > $i done for i in 1 1x 2 3 4 5 6 7 8 9; do @@ -47,6 +46,8 @@ find . -name CVS -exec rm -rf {} \; %endif +%build + %install rm -rf $RPM_BUILD_ROOT @@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/ko %changelog +* Mon Feb 05 2007 Parag Nemade - 1:1.48-15.2 +- Rebuild of package as pert of Core/Extras Merge + * Wed Jul 12 2006 Jesse Keating - 1:1.48-15.1.1 - rebuild @@ -123,7 +127,7 @@ rm -rf $RPM_BUILD_ROOT - automated rebuild * Fri Feb 1 2002 Bill Nottingham -- remove %post/%preun; they cause errors +- remove %%post/%%preun; they cause errors - s/%%{prefix}/%%{_mandir}/g * Thu Jan 31 2002 David Joo @@ -139,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT - added some contents of spec (for relocatable) - modified korean description - fixed using 'makewhatis' command -- fixed expression in %files tag +- fixed expression in %%files tag * Sun Apr 23 2000 Bae, Sunghoon - modify .spec