Author: piti Date: Sat Jul 8 06:50:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial for pld, after modification of oryginal spec
---- Files affected: SPECS: Ri-li.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/Ri-li.spec diff -u /dev/null SPECS/Ri-li.spec:1.1 --- /dev/null Sat Jul 8 08:50:25 2006 +++ SPECS/Ri-li.spec Sat Jul 8 08:50:20 2006 @@ -0,0 +1,81 @@ +# $Revision$, $Date$ +Summary: Ri-li arcade game +Summary(pl): Gra arkadowa +Name: Ri-li +Version: 1.0.2 +Release: 1 +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/ri-li/%{name}-%{version}.tar.bz2 +Source1: %{name}.desktop +# Source0-md5: 1be3222143eda9dc1569d7e04fbda159 +License: GPL +URL: http://www.ri-li.org +BuildRequires: SDL-devel +BuildRequires: SDL_mixer-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Full-featured, 8 languages: Arabic, Chinese, English, French, German, +Japanese, Russian, Spanish. Colorful animated wood engine, 40 levels +in this first version and 3 beautiful musics and many sound effects. + +%description -l pl +Dopracowana, posiadająca 8 wersji językowych (arabską, chińską, +angielską, francuską, niemiecką, japońską, rosyjską i hiszpańską) gra +arkadowa. Wyróżnia się kolorową-drewnopodobną animowaną grafiką, +posiada 40 poziomów, 3 ładne ścieżki dźwiękowe do wyboru oraz wiele +efektów dźwiękowych. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + + + +install -d $RPM_BUILD_ROOT%{_iconsdir} $RPM_BUILD_ROOT%{_desktopdir} $RPM_BUILD_ROOT%{_pixmapsdir} +install data/Ri-li-icon-16x16.png $RPM_BUILD_ROOT%{_pixmapsdir} +install data/Ri-li-icon-32x32.png $RPM_BUILD_ROOT%{_pixmapsdir} +install data/Ri-li-icon-48x48.png $RPM_BUILD_ROOT%{_pixmapsdir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post + + +%postun + + +%files +%defattr(644,root,root,755) +%doc README AUTHORS NEWS +%attr(755,root,root) %{_bindir}/Ri_li +%{_datadir}/%{name}/levels.dat +%{_datadir}/%{name}/sprites.dat +%{_datadir}/%{name}/Ri-li-icon-*.png +%{_datadir}/%{name}/*.ico +%{_datadir}/%{name}/Sounds/* +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}*.png + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/07/08 06:50:20 piti +- initial for pld, after modification of oryginal spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
