]> git.pld-linux.org Git - packages/SearchAndRescue.git/blobdiff - SearchAndRescue.spec
- added missing definition
[packages/SearchAndRescue.git] / SearchAndRescue.spec
index 342561c427c07a2d3bbd980d3cdb3c3f15c4d216..64f810237db1e6079ca50be90d1910c3f65dbd7f 100644 (file)
@@ -7,19 +7,20 @@
 %bcond_with    jsw     # uild with joystick support
 #
 %define                shortname       searchandrescue
-%define                data_ver        1.0.0
+%define                data_ver        1.3.0
 Summary:       Search And Rescue - Linux flight simulator
 Summary(pl.UTF-8):     Search And Rescue - symulator lotu śmigłowca
 Name:          SearchAndRescue
-Version:       1.2.0
+Version:       1.3.0
 Release:       0.1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://downloads.sourceforge.net/searchandrescue/Program/%{name}-%{version}.tar.gz
-# Source0-md5: 58b67b55ea71032fcfde7a80d38f7846
+# Source0-md5: a3fdc0bf0414a027da7ced635ec5ee25
 Source1:       http://downloads.sourceforge.net/searchandrescue/Data_Files/%{name}-data-%{data_ver}.tar.gz
-# Source1-md5: da92f5fa7587cc0a712706d01b2f59f1
+# Source1-md5: 53d6986bd53e7e2b5de0d7bd996a1910
 Patch0:                %{name}-flags.patch
+Patch1:                %{name}-v3dtex.patch
 URL:           http://searchandrescue.sourceforge.net/
 BuildRequires: OpenGL-devel
 %{?with_liby:BuildRequires:    libY-devel}
@@ -39,6 +40,7 @@ Symulator lotu śmigłowcem.
 %prep
 %setup -q -n %{shortname}_%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure Linux \
@@ -69,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS INSTALL README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/SearchAndRescue
 %{_datadir}/games/%{shortname}
 %{_pixmapsdir}/SearchAndRescue.xpm
-%{_mandir}/man6/*
+%{_mandir}/man6/SearchAndRescue.6*
This page took 0.127431 seconds and 4 git commands to generate.