]> git.pld-linux.org Git - packages/csmash.git/commitdiff
- updated to 0.6.1,
authorkloczek <kloczek@pld-linux.org>
Sun, 20 May 2001 11:13:13 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added Icon for desktop file.

Changed files:
    csmash.spec -> 1.2

csmash.spec

index 4f13fa284cc3689acd90603aa40f2bc8c9998653..7117b627d548d43d516b4e13cec26a8747886f1d 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       3D tabletennis game
 Summary(pl):   Trójwymiarowy tenis sto³owy
 Name:          csmash
-Version:       0.6.0
+Version:       0.6.1
 Release:       1
+License:       GPL
 Group:         X11/Applications/Games
 Group(de):     X11/Applikationen/Spiele
 Group(pl):     X11/Aplikacje/Gry
 Source0:       http://prdownloads.SourceForge.net/CannonSmash/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 URL:           http://CannonSmash.Sourceforge.net/
-License:       GPL
 BuildRequires: OpenGL-devel
 Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,7 +22,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 CannonSmash is a 3D tabletennis game. The goal of this project is to
 represent various strategy of tabletennis on computer game.
 
-
 %description -l pl
 CannonSmash to trójwymiarowy tenis sto³owy. Celem tego projektu jest
 przedstawienie ró¿nych strategii tenisa sto³owego w grze komputerowej.
@@ -35,10 +35,11 @@ przedstawienie r
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
+install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games,%{_pixmapsdir}}
 
 %{__make} install DESTDIR="$RPM_BUILD_ROOT"
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 gzip -9nf AUTHORS CREDITS ChangeLog NEWS README README.en TODO 
 
@@ -50,8 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS* CREDITS* ChangeLog* NEWS* TODO* README.en*
 %lang(jp) %doc README.gz
 %attr(755,root,root) %{_bindir}/*
-%dir %{_datadir}/csmash
-%{_datadir}/csmash/Parts
-%{_datadir}/csmash/images
-%{_datadir}/csmash/wav
+%{_datadir}/csmash
 %{_applnkdir}/Games/*
+%{_pixmapsdir}/*
This page took 0.042308 seconds and 4 git commands to generate.