]> git.pld-linux.org Git - packages/DFB++.git/blame - DFB++.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/DFB++.git] / DFB++.spec
CommitLineData
1d3d80cf
JB
1Summary: C++ binding for DirectFB
2Summary(pl): Interfejs C++ do DirectFB
3Name: DFB++
38e32e75 4Version: 0.9.19
1d3d80cf
JB
5Release: 1
6License: LGPL v2+
7Group: Libraries
693e9b4d 8Source0: http://www.directfb.org/download/DirectFB/%{name}-%{version}.tar.gz
38e32e75 9# Source0-md5: e0e93e2ab93b1eb8c9302add56206238
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.
47b97b2d 24
1d3d80cf
JB
25%description -l pl
26