]> git.pld-linux.org Git - packages/DirectFB-examples.git/blobdiff - DirectFB-examples.spec
- updated to 1.5.2
[packages/DirectFB-examples.git] / DirectFB-examples.spec
index f5d28e39352d48acce38187ea8195de47b107e13..4292ba63e46eb63759a98f21a4e5b462d825eae0 100644 (file)
@@ -1,37 +1,40 @@
 Summary:       DirectFB example programs (demos)
-Summary(pl):   Programy przyk³adowe (demonstracyjne) do DirectFB
+Summary(pl.UTF-8):     Programy przykładowe (demonstracyjne) do DirectFB
 Name:          DirectFB-examples
-Version:       0.9.13
+Version:       1.5.2
 Release:       1
 License:       MIT
 Group:         Applications/Graphics
-Source0:       http://www.directfb.org/download/%{name}-%{version}.tar.gz
+Source0:       http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
+# Source0-md5: e1c7babb9bb02f9aff8c45f07968458c
 URL:           http://www.directfb.org/
-BuildRequires: DirectFB-devel >= %{version}
-BuildRequires: autoconf
+BuildRequires: DirectFB-devel >= 1:1.4.14
+BuildRequires: automake
 BuildRequires: pkgconfig
+Requires:      DirectFB >= 1:1.4.14
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 DirectFB example programs (demos). See README for description of
 each program.
 
-%description -l pl
-Programy przyk³adowe (demonstracyjne) do DirectFB. Opis poszczególnych
-programów znajduje siê w pliku README.
+%description -l pl.UTF-8
+Programy przykładowe (demonstracyjne) do DirectFB. Opis poszczególnych
+programów znajduje się w pliku README.
 
 %prep
 %setup -q
 
 %build
-%{__autoconf}
+cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,5 +42,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/df_*
+%attr(755,root,root) %{_bindir}/pss
+%attr(755,root,root) %{_bindir}/spacedream
 %{_datadir}/directfb-examples
This page took 0.11804 seconds and 4 git commands to generate.