]> git.pld-linux.org Git - packages/csmash.git/commitdiff
- updated to 0.6.4.2, csmash-0_6_4_2-1
authorkloczek <kloczek@pld-linux.org>
Thu, 25 Apr 2002 14:31:26 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new wSource url,
- use %%find_lang macro.

Changed files:
    csmash.spec -> 1.9

csmash.spec

index ca9c3deff1667fea48a6b852aac1cb8c1de9b8dc..d8841f090705ea0bf1e87e2b1214f36bec025b8b 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       3D tabletennis game
 Summary(pl):   Trójwymiarowy tenis sto³owy
 Name:          csmash
-Version:       0.6.3
+Version:       0.6.4.2
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://prdownloads.SourceForge.net/CannonSmash/%{name}-%{version}.tar.gz
+Source0:       http://prdownloads.sourceforge.net/cannonsmash/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 URL:           http://CannonSmash.Sourceforge.net/
@@ -32,14 +32,13 @@ CannonSmash to tr
 przedstawienie ró¿nych strategii tenisa sto³owego w grze komputerowej.
 
 %prep
-%setup -q
+%setup -q -n %{name}-0.6.4
 
 %build
 rm -f acinclude.m4 missing
 aclocal
 autoconf
-automake -a -c -i
-CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
+automake -a -c -f -i
 %configure
 %{__make}
 
@@ -53,14 +52,16 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 gzip -9nf AUTHORS CREDITS ChangeLog NEWS README README.en
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS* CREDITS* ChangeLog* NEWS* README.en*
 %lang(jp) %doc README.gz
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/csmash
+%{_datadir}/games/csmash
 %{_applnkdir}/Games/*
 %{_pixmapsdir}/*
This page took 0.079552 seconds and 4 git commands to generate.