]> git.pld-linux.org Git - packages/csmash.git/commitdiff
- fixed build on 64-bit archs, new %%doc, release 3 RA-1_0 STABLE csmash-0_6_4_2-3
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Aug 2002 11:33:36 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    csmash.spec -> 1.13

csmash.spec

index 2a4d367d9bfeeaeac3bfe53db3ffe071a4ce988d..f3dd207a59dd048702fe3d8057bf26c4103795dc 100644 (file)
@@ -2,12 +2,13 @@ Summary:      3D tabletennis game
 Summary(pl):   Trójwymiarowy tenis sto³owy
 Name:          csmash
 Version:       0.6.4.2
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://prdownloads.sourceforge.net/cannonsmash/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.png
+Patch0:                %{name}-types.patch
 URL:           http://CannonSmash.Sourceforge.net/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel
@@ -33,6 +34,7 @@ przedstawienie r
 
 %prep
 %setup -q -n %{name}-0.6.4
+%patch0 -p1
 
 %build
 rm -f acinclude.m4 missing
@@ -50,8 +52,6 @@ install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games,%{_pixmapsdir}}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-gzip -9nf AUTHORS CREDITS ChangeLog NEWS README README.en
-
 %find_lang %{name}
 
 %clean
@@ -59,8 +59,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS* CREDITS* ChangeLog* NEWS* README.en*
-%lang(ja) %doc README.gz
+%doc AUTHORS CREDITS ChangeLog NEWS README.en
+%lang(ja) %doc README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/games/csmash
 %{_applnkdir}/Games/*
This page took 0.136372 seconds and 4 git commands to generate.