]> git.pld-linux.org Git - packages/DFBSee.git/blob - DFBSee.spec
- BR: automake
[packages/DFBSee.git] / DFBSee.spec
1 Summary:        DirectFBSee - an image viewer and video player for the Linux framebuffer
2 Summary(pl):    DirectFBSee - przegl±darka obrazków i filmów dla linuksowego framebuffera
3 Name:           DFBSee
4 Version:        0.7.4
5 Release:        2
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://www.directfb.org/download/DFBSee/%{name}-%{version}.tar.gz
9 # Source0-md5:  3320a976457d3b3e9eaef530fdf56b37
10 URL:            http://www.directfb.org/
11 BuildRequires:  DirectFB-devel >= 0.9.15
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 Requires:       DirectFB-font-ft2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DirectFBSee is an image viewer and video player for the Linux
19 framebuffer. dfbsee opens the specified file and tries the image and
20 video providers available with DirectFB. At the moment these are PNG,
21 JPEG, GIF and MPEG or a Video4Linux video device.
22
23 %description -l pl
24 DirectFBSee to przegl±darka obrazków i filmów dla linuksowego
25 framebuffera. dfbsee otwiera podany plik i próbuje dostêpnych modu³ów
26 dostarczaj±cych grafikê i obraz DirectFB. Aktualnie s± to PNG, JPEG,
27 GIF oraz MPEG lub urz±dzenie Video4Linux.
28
29 %prep
30 %setup -q
31
32 %build
33 cp -f /usr/share/automake/config.sub .
34 %{__autoconf}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/%{name}
52 %{_mandir}/man1/*
This page took 0.102753 seconds and 3 git commands to generate.