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