]> git.pld-linux.org Git - packages/DirectFB-examples.git/blame_incremental - DirectFB-examples.spec
- release 5 (rebuild with DirectFB 1.7.7)
[packages/DirectFB-examples.git] / DirectFB-examples.spec
... / ...
CommitLineData
1Summary: DirectFB example programs (demos)
2Summary(pl.UTF-8): Programy przykładowe (demonstracyjne) do DirectFB
3Name: DirectFB-examples
4Version: 1.7.0
5Release: 5
6License: MIT
7Group: Applications/Graphics
8Source0: http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
9# Source0-md5: 8b60c867af295481c32a8c7fc5802307
10URL: http://www.directfb.org/
11BuildRequires: DirectFB-devel >= 1:1.6.0
12BuildRequires: automake
13BuildRequires: pkgconfig
14BuildRequires: zlib-devel
15Requires: DirectFB >= 1:1.6.0
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19DirectFB example programs (demos). See README for description of
20each program.
21
22%description -l pl.UTF-8
23Programy przykładowe (demonstracyjne) do DirectFB. Opis poszczególnych
24programów znajduje się w pliku README.
25
26%prep
27%setup -q
28
29%build
30cp -f /usr/share/automake/config.sub .
31%configure \
32 --disable-silent-rules
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc AUTHORS ChangeLog README
47%attr(755,root,root) %{_bindir}/df_*
48%attr(755,root,root) %{_bindir}/pss
49%attr(755,root,root) %{_bindir}/spacedream
50%{_datadir}/directfb-examples
This page took 0.147276 seconds and 4 git commands to generate.