]> git.pld-linux.org Git - packages/balloonchase.git/commitdiff
- pl description
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Sep 2002 22:56:48 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balloonchase.spec -> 1.2

balloonchase.spec

index fab591924fd48f8151413642466290bf7c1c6c9d..d678a5564261f85643feea3149722ea2e22ab5de 100644 (file)
@@ -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/*
This page took 0.070971 seconds and 4 git commands to generate.