X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=man-pages.spec;h=52d9823f6d2f5b0c74362ad16193aad64c0bcb0c;hb=fa09236163e7442ed1ee5f307e48a6500e44715c;hp=eed644a55b25c8a9d6fa205d7043abc751d7b993;hpb=508e3bb745768df28e5055da85885d9f71cf745b;p=packages%2Fman-pages.git diff --git a/man-pages.spec b/man-pages.spec index eed644a..52d9823 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -4,12 +4,12 @@ Summary(fr): Pages man syst Summary(pl): Podrêczniki systemowe z Linux Documentation Project Summary(tr): Linux Belgeleme Projesinin sistem kýlavuz sayfalarý Name: man-pages -Version: 1.23 -Release: 2 +Version: 1.28 +Release: 3 Copyright: distributable Group: Documentation -URL: ftp://ftp.win.tue.nl/pub/linux/docs/manpages -Source: %{name}-%{version}.tar.bz2 +Group(pl): Dokumentacja +Source: ftp://ftp.us.kernel.org/pub/linux/docs/manpages/%{name}-%{version}.tar.bz2 BuildArch: noarch Buildroot: /tmp/%{name}-%{version}-root Autoreqprov: false @@ -74,13 +74,13 @@ geni %setup -q %build -rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install}.1 -rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1 -rm -fv man2/{modules,quotactl,get_kernel_syms}.2 +rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install,diff}.1 +rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch,dir,vdir}.1 +rm -fv man2/{modules,quotactl,get_kernel_syms,capget,capset}.2 rm -fv man2/{create,delete,init,query}_module.2 -rm -fv man3/{resolver,getnetent,gethostbyname,strcasecmp}.3 +rm -fv man3/{resolver,getnetent,strcasecmp}.3 rm -fv man4/console.4 -rm -fv man5/{exports,lilo.conf,nfs,fstab}.5 +rm -fv man5/{exports,lilo.conf,nfs,fstab,passwd}.5 rm -fv man8/lilo.8 %install @@ -91,6 +91,8 @@ for n in man{1,2,3,4,5,6,7,8}/*; do install $n $RPM_BUILD_ROOT%{_mandir}/$n done +rm -f $RPM_BUILD_ROOT%{_mandir}/man*/README* + gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* %clean