]> git.pld-linux.org Git - packages/dangerdeep.git/blobdiff - dangerdeep.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/dangerdeep.git] / dangerdeep.spec
index 77d77a75eae73efa657cd324800d39dc626e9924..ebe263a6c915252078ca9a6e202f20dc6ddb72ab 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       Danger from the Deep - WW2 german submarine simulation
-Summary(pl):   Danger from the Deep - symulacja niemieckiej ³odzi podwodnej
+Summary(pl.UTF-8):     Danger from the Deep - symulacja niemieckiej łodzi podwodnej
 Name:          dangerdeep
-Version:       0.2.0
-Release:       0.2
-License:       GPL v2
+Version:       0.3.0
+Release:       1
+License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/dangerdeep/%{name}-%{version}.tar.gz
-# Source0-md5: 3733507e99de5afc3c4172024cdfc61b
-Source1:       http://dl.sourceforge.net/sourceforge/dangerdeep/%{name}-data-%{version}.zip
-# Source1-md5: 931d035cdf07d29b57e4797218fe53ff
+# Source0-md5: 8a1d19326a9a0bd8bb91a652bfa51bd9
+Source1:       http://dl.sourceforge.net/dangerdeep/%{name}-data-%{version}.zip
+# Source1-md5: b9a2f2ff756cd7715a3b58de7504c1d0
 Source2:       %{name}.desktop
 Patch0:                %{name}-X11.patch
 URL:           http://dangerdeep.sourceforge.net/
+BuildRequires: OpenGL-GLU-devel
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: SDL_net-devel
@@ -30,30 +31,30 @@ as tactical simulation and will be as realistic as our time and
 knowledge of physics allows. It's current state is ALPHA, but it is
 playable.
 
-%description -l pl
-Danger from the deep jest darmow± (z dostêpnymi ¼ród³ami) symulacj±
-niemieckiej ³odzi podwodnej z czasów II Wojny ¦wiatowej. Gra jest
-zaplanowana jako taktyczno-symulacyjna i bêdzie tak realistyczna jak
-pozwoli na to czas twórców i ich wiedza z fizyki. Aktualny stan jest
-okrelony jako ALPHA, ale jest grywalna.
+%description -l pl.UTF-8
+Danger from the deep jest darmową (z dostępnymi źródłami) symulacją
+niemieckiej łodzi podwodnej z czasów II Wojny Światowej. Gra jest
+zaplanowana jako taktyczno-symulacyjna i będzie tak realistyczna jak
+pozwoli na to czas twórców i ich wiedza z fizyki. Aktualny stan jest
+określony jako ALPHA, ale jest grywalna.
 
 %package utils
 Summary:       Danger from the Deep - utils
-Summary(pl):   Danger from the Deep - narzêdzia
+Summary(pl.UTF-8):     Danger from the Deep - narzędzia
 Group:         X11/Applications/Games
 Requires:      %{name} = %{version}-%{release}
 
 %description utils
 Danger from the Deep - utils.
 
-%description utils -l pl
-Danger from the Deep - narzêdzia.
+%description utils -l pl.UTF-8
+Danger from the Deep - narzędzia.
 
 %prep
 %setup -q -a 1
 %patch0 -p1
-sed -i 's@-g -O2@%{rpmcflags}@' SConstruct
-sed -i 's@/usr/local/share/dangerdeep@%{_datadir}/dangerdeep@' SConstruct
+%{__sed} -i 's@-g -O2@%{rpmcflags}@' SConstruct
+%{__sed} -i 's@/usr/local/share/dangerdeep@%{_datadir}/dangerdeep@' SConstruct
 
 %build
 # use `scons usex86sse=-1' to build dangerdeep on Ac (tested on i686)
@@ -66,7 +67,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir},%{_mand
 install build/linux/%{name} $RPM_BUILD_ROOT%{_bindir}
 install doc/man/%{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6
 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
-install logo.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+install logo.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm
 cp -r data/* $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 install build/linux/{crosssection,damagemodel,oceantest,portal,viewmodel} $RPM_BUILD_ROOT%{_bindir}
@@ -81,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_mandir}/man6/%{name}.6*
-%{_pixmapsdir}/logo.xpm
+%{_pixmapsdir}/%{name}.xpm
 
 %files utils
 %defattr(644,root,root,755)
This page took 0.135706 seconds and 4 git commands to generate.