From cd601ec241f580de7c58443c00e81a11d06ac70e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:23:09 +0100 Subject: [PATCH] automatic update by autodist [release 1.7.67-1mamba;Wed Sep 18 2013] --- README.md | 4 +++ pngcrush.spec | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 pngcrush.spec diff --git a/README.md b/README.md index 3226af9..9f8cfb2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # pngcrush +Pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can be 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 various compression levels an PNG filter methods. It also can be used to remove unwanted ancillary chunks, or to add certain chunks including gAMA, tRNS, iCCP, and textual chunks. + diff --git a/pngcrush.spec b/pngcrush.spec new file mode 100644 index 0000000..d407f22 --- /dev/null +++ b/pngcrush.spec @@ -0,0 +1,82 @@ +Name: pngcrush +Version: 1.7.67 +Release: 1mamba +Summary: An optimizer for PNG (Portable Network Graphics) files +Group: Applications/Graphics +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://pmt.sourceforge.net/pngcrush/ +Source: http://downloads.sourceforge.net/project/pmt/pngcrush/%{version}/pngcrush-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libpng-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can be 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 various compression levels an PNG filter methods. It also can be used to remove unwanted ancillary chunks, or to add certain chunks including gAMA, tRNS, iCCP, and textual chunks. + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D -m0755 pngcrush %{buildroot}%{_bindir}/pngcrush + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/pngcrush + +%changelog +* Wed Sep 18 2013 Automatic Build System 1.7.67-1mamba +- automatic update by autodist + +* Sat Jul 20 2013 Automatic Build System 1.7.66-1mamba +- automatic update by autodist + +* Sun Mar 10 2013 Automatic Build System 1.7.53-1mamba +- automatic version update by autodist + +* Wed Feb 20 2013 Automatic Build System 1.7.50-1mamba +- automatic version update by autodist + +* Sat Sep 15 2012 Automatic Build System 1.7.37-1mamba +- automatic version update by autodist + +* Mon Aug 06 2012 Automatic Build System 1.7.35-1mamba +- update to 1.7.35 + +* Mon Mar 28 2011 Automatic Build System 1.7.15-1mamba +- automatic update by autodist + +* Mon Dec 13 2010 Automatic Build System 1.7.13-1mamba +- automatic update by autodist + +* Wed Sep 29 2010 Automatic Build System 1.7.12-1mamba +- automatic update by autodist + +* Fri Jul 30 2010 Automatic Build System 1.7.11-1mamba +- automatic update by autodist + +* Wed May 12 2010 Automatic Build System 1.7.10-1mamba +- automatic update by autodist + +* Sun Aug 23 2009 Automatic Build System 1.7.1-1mamba +- automatic update by autodist + +* Tue Jul 21 2009 Automatic Build System 1.7.0-1mamba +- automatic update by autodist + +* Tue Jul 07 2009 Silvan Calarco 1.6.19-1mamba +- package created by autospec