]> git.pld-linux.org Git - packages/DFB++.git/blame - DFB++.spec
- pl fix
[packages/DFB++.git] / DFB++.spec
CommitLineData
1d3d80cf
JB
1Summary: C++ binding for DirectFB
2Summary(pl): Interfejs C++ do DirectFB
3Name: DFB++
023cf02e 4Version: 0.9.23
0a43c6cc 5Release: 1
1d3d80cf
JB
6License: LGPL v2+
7Group: Libraries
0a43c6cc 8Source0: http://www.directfb.org/download/DirectFB-extra/%{name}-%{version}.tar.gz
023cf02e 9# Source0-md5: 14cd1de1105e1eeb0349f672c74f41c0
6963664b 10URL: http://www.directfb.org/index.php?path=Development/Projects/DFB++
0a43c6cc
JB
11BuildRequires: DirectFB-devel >= 1:%{version}
12BuildRequires: autoconf >= 2.52
1c451c6b 13BuildRequires: automake
1d3d80cf 14BuildRequires: libstdc++-devel
0a43c6cc 15BuildRequires: libtool >= 2:1.5
4666a7fe 16BuildRequires: pkgconfig
1d3d80cf
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20DFB++ is a C++ binding for DirectFB providing a much easier usage. One
21advantage is that the 'thiz' doesn't need to be passed as the first
22argument of every interface function. Another feature is the usage of
23exceptions. It's annoying having these error checking stuff with
24growing deinitialization stacks. Most functions are 'void'. As soon as
25a DirectFB function returns an error a DFBException is thrown.
47b97b2d 26
1d3d80cf
JB
27%description -l pl
28