Fix obvious typos in description.

epel9
François Cami 12 years ago
parent 1a79aa087d
commit 324f565ebc

@ -4,7 +4,7 @@
Summary: Optimizer for PNG (Portable Network Graphics) files Summary: Optimizer for PNG (Portable Network Graphics) files
Name: pngcrush Name: pngcrush
Version: 1.7.59 Version: 1.7.59
Release: 2%{?dist} Release: 3%{?dist}
License: zlib License: zlib
Group: Applications/File Group: Applications/File
URL: http://pmt.sourceforge.net/pngcrush/ URL: http://pmt.sourceforge.net/pngcrush/
@ -14,11 +14,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libpng-devel, zlib-devel, pkgconfig BuildRequires: libpng-devel, zlib-devel, pkgconfig
%description %description
%{pngcrush} is an optimizer for PNG (Portable Network Graphics) files. It can be pngcrush is a commandline optimizer for PNG (Portable Network Graphics) files.
run from a commandline in an MSDOS window, or from a UNIX or LINUX commandline.
Its main purpose is to reduce the size of the PNG IDAT datastream by trying Its main purpose is to reduce the size of the PNG IDAT datastream by trying
various compression levels an PNG filter methods. It also can be used to various compression levels and PNG filter methods. It also can be used to
remove unwanted ancillary chunks, or to add certain chunks including gAMA, remove unwanted ancillary chunks, or to add certain chunks including gAMA,
tRNS, iCCP, and textual chunks. tRNS, iCCP, and textual chunks.
@ -43,6 +41,9 @@ gcc %{optflags} $pngflags -lz -o pngcrush pngcrush.c
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog
* Tue Jul 30 2013 François Cami <fcami@fedoraproject.org> - 1.7.59-3
- Fix obvious typos in description.
* Sun Jun 2 2013 François Cami <fcami@fedoraproject.org> - 1.7.59-2 * Sun Jun 2 2013 François Cami <fcami@fedoraproject.org> - 1.7.59-2
- Switch to the smaller -nolib archive. - Switch to the smaller -nolib archive.

Loading…
Cancel
Save