Accepting request 69849 from home:anubisg1:branches:games
build latest stable version build 16 OBS-URL: https://build.opensuse.org/request/show/69849 OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=28
This commit is contained in:
parent
9dabcd6a80
commit
39b2f837e5
3
widelands-build16-src.tar.bz2
Normal file
3
widelands-build16-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8db3c15c30314cb220c6d79d93d3d31e7bce2722c93d2c385d643c3c669625d
|
||||||
|
size 137808494
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a16c8e783c0fdceec345fe31963feed7b0aa271c5521d14663c22e0d1c1e16d1
|
|
||||||
size 136104078
|
|
@ -1,13 +0,0 @@
|
|||||||
Index: CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- CMakeLists.txt.orig
|
|
||||||
+++ CMakeLists.txt
|
|
||||||
@@ -79,7 +79,7 @@ set (WL_SOURCE_CHECKER ${CMAKE_CURRENT_S
|
|
||||||
|
|
||||||
set (WLBUILD_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
|
|
||||||
set (WLBUILD_INSTALL_DATADIR ${WL_INSTALL_DATADIR})
|
|
||||||
-set (WLBUILD_INSTALL_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/${WL_INSTALL_DATADIR}/locale")
|
|
||||||
+set (WLBUILD_INSTALL_LOCALEDIR ${WL_INSTALL_LOCALEDIR})
|
|
||||||
set (WLBUILD_INSTALL_BINDIR ${WL_INSTALL_BINDIR})
|
|
||||||
|
|
||||||
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 7 22:18:39 UTC 2011 - andrea@opensuse.org
|
||||||
|
|
||||||
|
- update to build 16
|
||||||
|
- fixed rpm group
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 17 18:11:10 UTC 2010 - opensuse@dstoecker.de
|
Wed Nov 17 18:11:10 UTC 2010 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
%define build_launchpad 1
|
%define build_launchpad 0
|
||||||
|
|
||||||
Name: widelands
|
Name: widelands
|
||||||
Version: 2010_12_01_r5763
|
Version: build16
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Open source realtime-strategy game
|
Summary: Open source realtime-strategy game
|
||||||
Group: Amusements/Games
|
Group: Amusements/Games/Strategy/Other
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.widelands.org
|
URL: http://www.widelands.org
|
||||||
Source0: %{name}-bzr-%{version}-src.tar.bz2
|
Source0: %name-build16-src.tar.bz2
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Patch0: %{name}-localedir.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
@ -30,6 +29,7 @@ BuildRequires: gettext
|
|||||||
BuildRequires: optipng
|
BuildRequires: optipng
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: glew-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires: %{name}-data = %{version}
|
Requires: %{name}-data = %{version}
|
||||||
%if %build_launchpad
|
%if %build_launchpad
|
||||||
@ -57,8 +57,7 @@ BuildArch: noarch
|
|||||||
Data files for Widelands.
|
Data files for Widelands.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}-%version-src
|
||||||
%patch0
|
|
||||||
%if %build_launchpad
|
%if %build_launchpad
|
||||||
# for launchpad translation update
|
# for launchpad translation update
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user