pngcrush/pngcrush.spec

83 lines
2.8 KiB
RPMSpec
Raw Normal View History

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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.7.67-1mamba
- automatic update by autodist
* Sat Jul 20 2013 Automatic Build System <autodist@mambasoft.it> 1.7.66-1mamba
- automatic update by autodist
* Sun Mar 10 2013 Automatic Build System <autodist@mambasoft.it> 1.7.53-1mamba
- automatic version update by autodist
* Wed Feb 20 2013 Automatic Build System <autodist@mambasoft.it> 1.7.50-1mamba
- automatic version update by autodist
* Sat Sep 15 2012 Automatic Build System <autodist@mambasoft.it> 1.7.37-1mamba
- automatic version update by autodist
* Mon Aug 06 2012 Automatic Build System <autodist@mambasoft.it> 1.7.35-1mamba
- update to 1.7.35
* Mon Mar 28 2011 Automatic Build System <autodist@mambasoft.it> 1.7.15-1mamba
- automatic update by autodist
* Mon Dec 13 2010 Automatic Build System <autodist@mambasoft.it> 1.7.13-1mamba
- automatic update by autodist
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 1.7.12-1mamba
- automatic update by autodist
* Fri Jul 30 2010 Automatic Build System <autodist@mambasoft.it> 1.7.11-1mamba
- automatic update by autodist
* Wed May 12 2010 Automatic Build System <autodist@mambasoft.it> 1.7.10-1mamba
- automatic update by autodist
* Sun Aug 23 2009 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
- automatic update by autodist
* Tue Jul 21 2009 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic update by autodist
* Tue Jul 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.19-1mamba
- package created by autospec