]> git.pld-linux.org Git - packages/csmash.git/blobdiff - csmash.spec
- updated to 0.6.2,
[packages/csmash.git] / csmash.spec
index 792faaf0f420954efbc39546a546cddd026134a6..f11214ea772a0c775544936fa0010a1d5d13289a 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       3D tabletennis game
 Summary(pl):   Trójwymiarowy tenis sto³owy
 Name:          csmash
-Version:       0.6.1
+Version:       0.6.2
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
@@ -12,6 +12,13 @@ Source1:     %{name}.desktop
 Source2:       %{name}.png
 URL:           http://CannonSmash.Sourceforge.net/
 BuildRequires: OpenGL-devel
+BuildRequires: SDL-devel
+BuildRequires: SDL_mixer-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libstdc++-devel
 Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,6 +37,12 @@ przedstawienie r
 %setup -q
 
 %build
+rm -f acinclude.m4 mizzing
+touch acinclude.m4
+aclocal
+autoconf
+automake -a -c
+CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
 %{__make}
 
@@ -48,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS* CREDITS* ChangeLog* NEWS* TODO* README.en*
+%doc AUTHORS* CREDITS* ChangeLog* NEWS* README.en*
 %lang(jp) %doc README.gz
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/csmash
This page took 0.072872 seconds and 4 git commands to generate.