From 92fc1913d9d80ed5e7ca88a1d3117aab34154649 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 15 Sep 2002 22:56:48 +0000 Subject: [PATCH] - pl description Changed files: balloonchase.spec -> 1.2 --- balloonchase.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/balloonchase.spec b/balloonchase.spec index fab5919..d678a55 100644 --- a/balloonchase.spec +++ b/balloonchase.spec @@ -1,4 +1,5 @@ -Summary: Balloon Chase. +Summary: Balloon Chase game +Summary(pl): Gra Balloon Chase Name: balloonchase Version: 0.9.2 Release: 1 @@ -15,8 +16,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %description -Balloon Chase is a game where you fly a hot air balloon -and try to blow the other player out of the screen. +Balloon Chase is a game where you fly a hot air balloon and try to +blow the other player out of the screen. + +%description -l pl +Balloon Chase to gra, w której lata siê balonem wype³nionym ciep³ym +powietrzem, próbuj±c wypchn±æ drugiego gracza z ekranu. %prep %setup -q -n %{name} @@ -26,9 +31,7 @@ and try to blow the other player out of the screen. %install rm -rf $RPM_BUILD_ROOT - -install -d $RPM_BUILD_ROOT/%{_bindir} -install -d $RPM_BUILD_ROOT/%{_datadir}/%{name}/images +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/images} cp main $RPM_BUILD_ROOT/%{_datadir}/%{name}/%{name} cp images/* $RPM_BUILD_ROOT/%{_datadir}/%{name}/images @@ -46,7 +49,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc VERSION README COPYING %attr(755,root,root) %{_bindir}/%{name} -%attr(755,root,root) %{_datadir}/%{name}/%{name} %dir %{_datadir}/%{name} +# hey, isn't it arch-dependent binary??? if so, it cannot be in %{_datadir}! +%attr(755,root,root) %{_datadir}/%{name}/%{name} %dir %{_datadir}/%{name}/images %{_datadir}/%{name}/images/* -- 2.44.0