]> git.pld-linux.org Git - packages/entice.git/blame - entice.spec
- NEW (enlightenment apps)
[packages/entice.git] / entice.spec
CommitLineData
425bf2e0 1Summary: Image viewer using enlightenment libraries
2Name: entice
3Version: 0.9.1
4%define _snap 20050105
5Release: 0.%{_snap}.0.1
6License: BSD
7Group: X11/Window Managers
8#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9Source0: ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
10# Source0-md5: 44b576acbe2327b22bb9b06bb8c70327
11URL: http://enlightenment.org/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: esmart-devel
15BuildRequires: /usr/bin/gimp-remote-2.2
16BuildRequires: libtool
17Requires: /usr/bin/gimp-remote-2.2
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Entice is an image viewer using enlightenment libraries. Entice
22currently takes no commandline options. It takes as arguments a list
23of images to load. Run with no arguments it tries to load all files
24from the working directory (currently it even tries files that aren't
25images). You can instead give a directory name as a single argument,
26and it will load all images from this directory.
27
28%prep
29%setup -q -n %{name}
30sed 's/gimp-remote-2.0/gimp-remote-2.2/' \
31 -i configure.in
32
33%build
34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc AUTHORS ChangeLog COPYING README
53%attr(755,root,root) %{_bindir}/*
54%{_datadir}/%{name}
This page took 0.08429 seconds and 4 git commands to generate.