Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > fc67cfc71b420fbcc7f942cd22d46b5d > files > 2

pngnq-1.0-1mdv2010.1.src.rpm

%define name	pngnq
%define version	1.0
%define release	1

Name:		%{name}
Summary:	Pngnq is a tool for quantizing PNG images in RGBA format
Version:	%{version}
Release:	%mkrel %{release}
License:	BSD with advertising and MIT and BSD
Group:		Graphics
URL:		http://pngnq.sourceforge.net/
Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	png-devel

%description
Pngnq is a tool for quantizing PNG images in RGBA format.

The neuquant algorithm uses a neural network to optimize the color
map selection. This is fast and quite accurate, giving good results
on many types of images.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README COPYING ChangeLog NEWS
%{_bindir}/*
%{_mandir}/man1/%{name}.*



%changelog
* Mon Mar 29 2010 Jani Välimaa <wally@mandriva.org> 1.0-1mdv2010.1
+ Revision: 528802
- initial Mandriva release (by Arthur Clement)


* Wed Mar 17 2010 - Arthur Clement <clement.arthur@gmail.com> - 1.0-1
- Initial package.
- Spec from fedora, a few changes.