]> git.pld-linux.org Git - packages/scorched3d.git/commitdiff
- updated to 41.1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Dec 2007 12:14:10 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added types patch

Changed files:
    scorched3d.spec -> 1.28

scorched3d.spec

index 11d52e68214723e5ce4253989e3fe35fec37f74b..5e0f3fadd614cc663b5a94858f042046c4049690 100644 (file)
@@ -1,44 +1,48 @@
 Summary:       A 3D version of the classic DOS game Scorched Earth
 Summary(pl.UTF-8):     Wersja 3D klasycznej DOS-owej gry Scorched Earth
 Name:          scorched3d
-Version:       40.1b
-%define                _ver    40.1b
+Version:       41.1
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/scorched3d/Scorched3D-%{_ver}-src.tar.gz
-# Source0-md5: bcf4a138149cc8070901e151027eb203
+Source0:       http://dl.sourceforge.net/scorched3d/Scorched3D-%{version}-src.tar.gz
+# Source0-md5: 81d9d39748e77c56a9a6bce608169baa
 Source1:       %{name}.desktop
+Patch0:                %{name}-types.patch
 URL:           http://www.scorched3d.co.uk/
 BuildRequires: ImageMagick-coder-png
 BuildRequires: OpenAL-devel >= 0.0.8
-BuildRequires: OpenGL-devel 
-BuildRequires: SDL_mixer-devel
+BuildRequires: OpenGL-GLU-devel 
 BuildRequires: SDL_net-devel
 BuildRequires: SDL-devel >= 1.2.5
 BuildRequires: automake
+BuildRequires: fftw3-single-devel >= 3.0
 BuildRequires: freealut-devel
 BuildRequires: freetype-devel >= 2.1.0
+BuildRequires: libogg-devel
+BuildRequires: libvorbis-devel
 BuildRequires: wxGTK2-devel >= 2.6.0
-Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _noautoreqdep   libGL.so.1 libGLU.so.1
 
 %description
-Scorched 3D is a game based loosely on the classic DOS game Scorched
-Earth "The Mother Of All Games".
+Scorched3D is a cross-platform 3D remake of the popular 2D artillery
+game Scorched Earth. Scorched3D can be played against the computer,
+other players, and remotely across the Internet or LAN.
 
 %description -l pl.UTF-8
-Scorched 3D jest grą bazującą na klasycznej DOS-owej grze Scorched
-Earth.
+Scorched 3D to wieloplatformowe, trójwymiarowe odtworzenie popularnej
+dwuwymiarowej gry artyleryjnej Scorched Earth. W Scorched3D można grać
+przeciwko komputerowi, innym graczom oraz zdalnie poprzez Internet lub
+LAN.
 
 %prep
 %setup -q -n scorched
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
-CXXFLAGS="-L/usr/X11R6/%{_lib} %{rpmcflags}"
 %configure \
        --datadir=%{_datadir}/%{name} \
        --with-wx-config=wx-gtk2-ansi-config 
@@ -64,9 +68,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc documentation/*.txt
-%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/scorched3d
+%attr(755,root,root) %{_bindir}/scorched3dc
+%attr(755,root,root) %{_bindir}/scorched3ds
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
 %{_datadir}/%{name}/documentation
-%{_pixmapsdir}/*
-%{_desktopdir}/*.desktop
+%{_pixmapsdir}/scorched3d.png
+%{_desktopdir}/scorched3d.desktop
This page took 0.137258 seconds and 4 git commands to generate.