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