]> git.pld-linux.org Git - packages/DFBPoint.git/blob - DFBPoint.spec
fc3e84fc2ba158a1d7ba1dc02acdd3b1e66aa58a
[packages/DFBPoint.git] / DFBPoint.spec
1 Summary:        DFBPoint - a presentation viewer using DirectFB
2 Summary(pl):    DFBPoint - przegl±darka prezentacji u¿ywaj±ca DirectFB
3 Name:           DFBPoint
4 Version:        0.7.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://www.directfb.org/download/DFBPoint/%{name}-%{version}.tar.gz
9 URL:            http://www.directfb.org/
10 BuildRequires:  DirectFB-devel >= 0.9.11
11 BuildRequires:  autoconf
12 BuildRequires:  glib2-devel >= 2.0.0
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _noautocompressdoc *.xml *.dtd *.ttf
17
18 %description
19 DFBPoint is a simple presentation viewer that uses the DirectFB
20 graphics library to draw to the Linux frame buffer.
21
22 %description -l pl
23 DFBPoint to prosta przegl±darka prezentacji u¿ywaj±ca biblioteki
24 graficznej DirectFB do wy¶wietlania na linuksowym framebufferze.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__autoconf}
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 rm -f examples/Makefile*
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README dfbpoint.dtd examples
49 %attr(755,root,root) %{_bindir}/*
This page took 0.213368 seconds and 2 git commands to generate.