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