]> git.pld-linux.org Git - packages/entice.git/blame - entice.spec
- converted to UTF-8
[packages/entice.git] / entice.spec
CommitLineData
5c5144ef 1Summary: Image viewer using Enlightenment libraries
2182724d 2Summary(pl.UTF-8): Przeglądarka obrazków używająca bibliotek Enlightenmenta
425bf2e0 3Name: entice
50ed1d4b 4Version: 0.9.3.004
57703b73 5%define _snap 20060421
d9fb290d 6Release: 0.%{_snap}.1
425bf2e0 7License: BSD
5c5144ef 8Group: X11/Window Managers/Tools
d9fb290d 9#Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
10Source0: http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.bz2
57703b73 11# Source0-md5: f0fbbb668bd11d0e74d53cbef7e191af
02055335 12Patch0: %{name}-no_buildtime_gimp.patch
425bf2e0 13URL: http://enlightenment.org/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: esmart-devel
425bf2e0 17BuildRequires: libtool
02055335 18Requires: /usr/bin/gimp-remote
425bf2e0 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
5c5144ef 22Entice is an image viewer using Enlightenment libraries. Entice
425bf2e0 23currently takes no commandline options. It takes as arguments a list
24of images to load. Run with no arguments it tries to load all files
25from the working directory (currently it even tries files that aren't
26images). You can instead give a directory name as a single argument,
27and it will load all images from this directory.
28
2182724d
JR
29%description -l pl.UTF-8
30Entice to przeglądarka obrazków używająca bibliotek Enlightenmenta.
31Entice aktualnie nie pobiera żadnych opcji z linii poleceń, przyjmuje
32tylko listę obrazków do wczytania jako parametry. Uruchomiona bez
33parametrów próbuje wczytać wszystkie pliki z bieżącego katalogu (w tej
34chwili nawet te, które nie są obrazkami). Można podać nazwę katalogu
35jako pojedynczy argument - wtedy przeglądarka wczyta wszystkie obrazki
5c5144ef
JB
36z tego katalogu.
37
425bf2e0 38%prep
d9fb290d 39%setup -q -n %{name}
02055335 40%patch0 -p1
425bf2e0 41
42%build
43%{__libtoolize}
d9fb290d 44%{__aclocal} -I m4
425bf2e0 45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
5c5144ef 53
425bf2e0 54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc AUTHORS ChangeLog COPYING README
63%attr(755,root,root) %{_bindir}/*
64%{_datadir}/%{name}
This page took 0.0848179999999999 seconds and 4 git commands to generate.