]> git.pld-linux.org Git - packages/entice.git/blob - entice.spec
- do not require gimp at build time to enable external editing
[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.1
5 %define _snap   20050105
6 Release:        0.%{_snap}.0.1
7 License:        BSD
8 Group:          X11/Window Managers/Tools
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
11 # Source0-md5:  44b576acbe2327b22bb9b06bb8c70327
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esmart-devel
16 BuildRequires:  /usr/bin/gimp-remote-2.2
17 BuildRequires:  libtool
18 Requires:       /usr/bin/gimp-remote-2.2
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
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 sed 's/gimp-remote-2.0/gimp-remote-2.2/' \
41         -i configure.in
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog COPYING README
64 %attr(755,root,root) %{_bindir}/*
65 %{_datadir}/%{name}
This page took 0.056575 seconds and 3 git commands to generate.