- remove man pages that lacks corresponding binaries (#220739)
This commit is contained in:
parent
7c50a0442c
commit
e385149115
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for handling different graphics file formats
|
Summary: A library for handling different graphics file formats
|
||||||
Name: netpbm
|
Name: netpbm
|
||||||
Version: 10.35.32
|
Version: 10.35.32
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary
|
License: Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://netpbm.sourceforge.net/
|
URL: http://netpbm.sourceforge.net/
|
||||||
@ -164,7 +164,9 @@ sed -i 's/\xa0//' $RPM_BUILD_ROOT%{_mandir}/man1/pgmminkowski.1
|
|||||||
for i in hpcdtoppm pcdovtoppm pnmtojbig \
|
for i in hpcdtoppm pcdovtoppm pnmtojbig \
|
||||||
ppmsvgalib vidtoppm picttoppm jbigtopnm \
|
ppmsvgalib vidtoppm picttoppm jbigtopnm \
|
||||||
directory error extendedopacity \
|
directory error extendedopacity \
|
||||||
pam pbm pgm pnm ppm; do
|
pam pbm pgm pnm ppm index libnetpbm_dir \
|
||||||
|
liberror pambackground pamfixtrunc \
|
||||||
|
pamtogif pamtooctaveimg pamundice ppmtotga; do
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/${i}.1
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/${i}.1
|
||||||
done
|
done
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/extendedopacity.5
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/extendedopacity.5
|
||||||
@ -207,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/netpbm/
|
%{_datadir}/netpbm/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 2 2007 Jindrich Novy <jnovy@redhat.com> 10.35.32-2
|
||||||
|
- remove man pages that lacks corresponding binaries (#220739)
|
||||||
|
|
||||||
* Thu Oct 18 2007 Jindrich Novy <jnovy@redhat.com> 10.35.32-1
|
* Thu Oct 18 2007 Jindrich Novy <jnovy@redhat.com> 10.35.32-1
|
||||||
- remove .svn directories from tarball to reduce its size
|
- remove .svn directories from tarball to reduce its size
|
||||||
- update fixes rhbz#337181 and likely others
|
- update fixes rhbz#337181 and likely others
|
||||||
|
Loading…
Reference in New Issue
Block a user