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