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