]> git.pld-linux.org Git - packages/csmash.git/commitdiff
- updated to 0.6.2, csmash-0_6_2-1
authorkloczek <kloczek@pld-linux.org>
Fri, 24 Aug 2001 05:09:38 +0000 (05:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added all missing BuildRequires rules,
- regenerate ac/am files (spec is ac 2.5x ready),
- compile C++ code with -fno-rtti and -fno-exceptions.

Changed files:
    csmash.spec -> 1.4

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.036207 seconds and 4 git commands to generate.