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