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