mirror of
https://abf.rosa.ru/djam/widelands.git
synced 2025-02-25 00:52:58 +00:00
Small cleaning (macros in Version etc.)
This commit is contained in:
parent
d5ba0ddbd9
commit
85e267cba3
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,11 @@
|
|||
%define bld 20
|
||||
|
||||
Summary: Settlers II clone
|
||||
Name: widelands
|
||||
Version: %{bld}
|
||||
Version: 20
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Games/Strategy
|
||||
Url: http://www.widelands.org/
|
||||
Source0: https://launchpad.net/widelands/build20/build20/+download/%{name}-build%{bld}.tar.bz2
|
||||
Source0: https://launchpad.net/widelands/build20/build20/+download/%{name}-build%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source100: widelands.rpmlintrc
|
||||
BuildRequires: cmake
|
||||
|
@ -131,7 +129,7 @@ These are not needed, but may improve fun while playing.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}-build%{bld}
|
||||
%setup -qn %{name}-build%{version}
|
||||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE="Release" \
|
||||
|
|
Loading…
Add table
Reference in a new issue