Summary: Image viewer using Enlightenment libraries Summary(pl.UTF-8): Przeglądarka obrazków używająca bibliotek Enlightenmenta Name: entice Version: 0.9.3.004 %define _snap 20060421 Release: 0.%{_snap}.1 License: BSD Group: X11/Window Managers/Tools #Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz Source0: http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.bz2 # Source0-md5: f0fbbb668bd11d0e74d53cbef7e191af Patch0: %{name}-no_buildtime_gimp.patch URL: http://enlightenment.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: esmart-devel BuildRequires: libtool Requires: /usr/bin/gimp-remote BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Entice is an image viewer using Enlightenment libraries. Entice currently takes no commandline options. It takes as arguments a list of images to load. Run with no arguments it tries to load all files from the working directory (currently it even tries files that aren't images). You can instead give a directory name as a single argument, and it will load all images from this directory. %description -l pl.UTF-8 Entice to przeglądarka obrazków używająca bibliotek Enlightenmenta. Entice aktualnie nie pobiera żadnych opcji z linii poleceń, przyjmuje tylko listę obrazków do wczytania jako parametry. Uruchomiona bez parametrów próbuje wczytać wszystkie pliki z bieżącego katalogu (w tej chwili nawet te, które nie są obrazkami). Można podać nazwę katalogu jako pojedynczy argument - wtedy przeglądarka wczyta wszystkie obrazki z tego katalogu. %prep %setup -q -n %{name} %patch0 -p1 %build %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING README %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name}