%define _missing_doc_files_terminate_build 0 Summary: Enlightened Thumbnail Generator Name: @PACKAGE@ Version: @VERSION@ Release: 0.%(date '+%Y%m%d') License: BSD Group: User Interface/X Source: ftp://ftp.enlightenment.org/enlightenment/%{name}-%{version}.tar.gz Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings } Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: xorg-x11-devel BuildRequires: libjpeg-devel XFree86-devel /usr/bin/freetype-config BuildRequires: epeg-devel imlib2-devel evas-devel ecore-devel edje-devel Requires: epeg >= 0.9.0 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Epsilon is a small, display independent, and quick thumbnailing library. The lib itself conforms to the standard put forth by freedesktop.org You can find out more information about it at http://triq.net/~jens/thumbnail-spec/index.html Epeg offers very noticeable speed increases to this standard, but it is only available if the input image is a jpeg file. If the file is anything other than jpg, the traditional freedesktop.org thumbnailing will occur. To show the speed increase epeg offers, Epsilon can be built with and without epeg. %package devel Summary: Epsilon headers and development libraries. Group: Development/Libraries Requires: %{name} = %{version} %description devel Epsilon thumbnailer development headers and libraries. %prep %setup -q %build %{configure} --prefix=%{_prefix} %{__make} %{?_smp_mflags} %{?mflags} %install %{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install test -x `which doxygen` && sh gendoc || : %post /sbin/ldconfig %postun /sbin/ldconfig %clean test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS COPYING* README* %{_libdir}/libepsilon.so.* %{_libdir}/libepsilon.la %{_libdir}/pkgconfig/epsilon.pc %{_libdir}/%{name}/plugins/*.so %{_bindir}/epsilon %{_bindir}/epsilon_thumb_test %{_bindir}/epsilon_thumbd %files devel %defattr(-, root, root) %doc doc/html %{_libdir}/libepsilon.so %{_libdir}/libepsilon.a %{_libdir}/%{name}/plugins/*.a %{_libdir}/%{name}/plugins/*.la %{_includedir}/Epsilon.h %{_includedir}/Epsilon_Request.h %{_bindir}/epsilon-config %changelog