diff --git a/man-pages-ja.spec b/man-pages-ja.spec index 66bda12..157d7b6 100644 --- a/man-pages-ja.spec +++ b/man-pages-ja.spec @@ -2,7 +2,7 @@ Name: man-pages-ja Version: 20090215 -Release: 1%{?dist} +Release: 2%{?dist} # Actual license for each Japanese manpages is the same to the original English manpages' license. License: Freely redistributable without restriction BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,7 +69,7 @@ DESTDIR=$RPM_BUILD_ROOT sh ./installman.sh rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man1/{chage.1,gpasswd.1,sg.1,apropos.1,man.1,whatis.1,newgrp.1}* rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man5/{faillog.5,shadow.5,login.defs.5}* rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man8/{adduser.8,chpasswd.8,faillog.8,groupadd.8,groupdel.8,groupmod.8,grpck.8,grpconv.8,grpunconv.8,lastlog.8,newusers.8,pwck.8,pwconv.8,pwunconv.8,rpm2cpio.8,useradd.8,userdel.8,usermod.8,vipw.8}* -rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man8/{rpmgraph,rpmcache,rpmbuild,rpm}.8* +rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man8/{rpmgraph,rpmcache,rpmbuild,rpm,vigr}.8* # fix su(1) man page. if [ -f $RPM_BUILD_DIR/%{name}-%{version}/manual/GNU_sh-utils/man1/su.1 ]; then @@ -129,6 +129,9 @@ rm -fr $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Akira TAGOH - 20090215-2 +- Remove vigr.8 to avoid file-conflict to shadow-utils. + * Wed Feb 25 2009 Akira TAGOH - 20090215-1 - updates to 20090215. - Correct the description of 'source' built-in command in bash(1). (#481750)