Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 832757085d27e20b79a2d8e1e96e9cc6 > files > 3

metapixel-1.0.2-6.fc12.src.rpm

Summary: A Photomosaic Generator
Name: metapixel
Version: 1.0.2
Release: 6%{?dist}
License: GPLv2+
Group: Applications/Multimedia
Source0: http://www.complang.tuwien.ac.at/schani/metapixel/metapixel-%{version}.tar.gz
Patch0: metapixel-makefile.patch
URL: http://www.complang.tuwien.ac.at/schani/metapixel/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libjpeg-devel, libpng-devel, giflib-devel, zlib-devel

%description
Metapixel is a program for generating photomosaics. It can generate
classical photomosaics, in which the source image is viewed as a matrix
of equally sized rectangles for each of which a matching image is
substitued, as well as collage-style photomosaics, in which rectangular
parts of the source image at arbitrary positions (i.e. not aligned to a
matrix) are substituted by matching images.

%prep
%setup -q
%patch0 -p1 -b .makefile

%build
%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
chmod 644 %{buildroot}%{_mandir}/man1/metapixel.1*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/metapixel
%{_bindir}/metapixel-prepare
%{_bindir}/metapixel-imagesize
%{_bindir}/metapixel-sizesort
%{_mandir}/man1/metapixel.1.gz


%changelog
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.2-4
- fix license tag

* Tue Feb 12 2008 Andreas Thienemann <athienem@redhat.com> - 1.0.2-3
- Rebuild against gcc-4.3

* Fri Aug 31 2007 Andreas Thienemann <andreas@bawue.net> - 1.0.2-2
- Added BR on giflib-devel to enable gif-support

* Fri Aug 31 2007 Andreas Thienemann <andreas@bawue.net> - 1.0.2-1
- New upstream release 1.0.2

* Fri Sep 08 2006 Andreas Thienemann <andreas@bawue.net> - 1.0.1-5
- FE6 Rebuild

* Mon May 22 2006 Andreas Thienemann <andreas@bawue.net> 1.0.1-4
- bump

* Mon May 22 2006 Andreas Thienemann <andreas@bawue.net> 1.0.1-3
- Patched Makefile to honor %%{optflags}, fixing #192620

* Wed Apr 26 2006 Andreas Thienemann <andreas@bawue.net> 1.0.1-2
- Fixed manpage perms

* Wed Apr 26 2006 Andreas Thienemann <andreas@bawue.net> 1.0.1-1
- Updated to 1.0.1-1

* Thu Aug 25 2005 Andreas Thienemann <andreas@bawue.net> 1.0.0-1
- Initial spec.