- Update to 0.0.11
- New version number scheme - Remove fam/gamin dependency OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=39
This commit is contained in:
parent
ab16b6740e
commit
6f0203375a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 14 10:56:21 UTC 2012 - philip@zaynar.co.uk
|
||||
|
||||
- Update to 0.0.11
|
||||
- New version number scheme
|
||||
- Remove fam/gamin dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 20:14:34 UTC 2012 - philip@zaynar.co.uk
|
||||
|
||||
|
8
0ad.dsc
8
0ad.dsc
@ -2,11 +2,11 @@ Format: 1.0
|
||||
Source: 0ad
|
||||
Binary: 0ad
|
||||
Architecture: any
|
||||
Version: r11863-1
|
||||
Version: 0.0.11-1
|
||||
Maintainer: Stephan Kleine <bitshuffler@opensuse.org>
|
||||
Homepage: http://wildfiregames.com/0ad/
|
||||
Standards-Version: 3.8.0
|
||||
Build-Depends: debhelper, libsdl1.2-dev, zlib1g-dev, libpng12-dev, libjpeg62-dev, libgamin-dev, nasm, libwxgtk2.8-dev, libboost-dev, libboost-signals-dev, libopenal-dev, libalut-dev, libvorbis-dev, libogg-dev, libdevil-dev, libenet-dev, libxml2-dev, pkg-config, libboost-filesystem-dev, zip, libstdc++6-4.3-dev, libsvga1, python, cmake, libcurl3-dev
|
||||
Build-Depends: debhelper, libsdl1.2-dev, zlib1g-dev, libpng12-dev, libjpeg62-dev, nasm, libwxgtk2.8-dev, libboost-dev, libboost-signals-dev, libopenal-dev, libalut-dev, libvorbis-dev, libogg-dev, libdevil-dev, libenet-dev, libxml2-dev, pkg-config, libboost-filesystem-dev, zip, libstdc++6-4.3-dev, libsvga1, python, cmake, libcurl3-dev
|
||||
Files:
|
||||
d8d3379b96b0c39e61c0d460d11bf06a 4366618 0ad-r11863.tar.gz
|
||||
de993e4b2fd8191252c3a65b72eba516 9203 0ad-r11863.diff.gz
|
||||
d8d3379b96b0c39e61c0d460d11bf06a 4366618 0ad-0.0.11.tar.gz
|
||||
de993e4b2fd8191252c3a65b72eba516 9203 0ad-0.0.11.diff.gz
|
||||
|
3
0ad.spec
3
0ad.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: 0ad
|
||||
Version: r11863
|
||||
Version: 0.0.11
|
||||
Release: 1.0
|
||||
Url: http://wildfiregames.com/0ad/
|
||||
Source: 0ad-%{version}-alpha-unix-build.tar.gz
|
||||
@ -25,7 +25,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: DevIL-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fam-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
|
6
_service
6
_service
@ -3,11 +3,11 @@
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">releases.wildfiregames.com</param>
|
||||
<param name="path">/0ad-r11863-alpha-unix-build.tar.gz</param>
|
||||
<param name="path">/0ad-0.0.11-alpha-unix-build.tar.gz</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:0ad-r11863-alpha-unix-build.tar.gz</param>
|
||||
<param name="file">_service:download_url:0ad-0.0.11-alpha-unix-build.tar.gz</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">46b079a3363ddf227e5ea5464f3cfd2025ce05b91d6f06fce5bf9dfb7baed277</param>
|
||||
<param name="checksum">d9e2a6a0e15d6cc8c2f09690d5ba432c4d4282d7a971620158ee36d9a42ffd68</param>
|
||||
</service>
|
||||
</services>
|
||||
|
3
_service:download_url:0ad-0.0.11-alpha-unix-build.tar.gz
Normal file
3
_service:download_url:0ad-0.0.11-alpha-unix-build.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9e2a6a0e15d6cc8c2f09690d5ba432c4d4282d7a971620158ee36d9a42ffd68
|
||||
size 10116806
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46b079a3363ddf227e5ea5464f3cfd2025ce05b91d6f06fce5bf9dfb7baed277
|
||||
size 10073286
|
@ -1,3 +1,11 @@
|
||||
0ad (0.0.11-1) unstable; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
* New version number scheme.
|
||||
* Remove gamin dependency.
|
||||
|
||||
-- Philip Taylor <philip@zaynar.co.uk> Sun, 14 Oct 2012 10:56:21 +0000
|
||||
|
||||
0ad (r11863-1) unstable; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
|
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Stephan Kleine <bitshuffler@opensuse.org>
|
||||
Build-Depends: debhelper,
|
||||
libsdl1.2-dev, zlib1g-dev, libpng12-dev,
|
||||
libjpeg62-dev, libgamin-dev, nasm,
|
||||
libjpeg62-dev, nasm,
|
||||
libwxgtk2.8-dev, libboost-dev,
|
||||
libboost-signals-dev, libopenal-dev,
|
||||
libalut-dev, libvorbis-dev, libogg-dev,
|
||||
@ -17,7 +17,7 @@ Homepage: http://wildfiregames.com/0ad/
|
||||
|
||||
Package: 0ad
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, gamin, 0ad-data
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, 0ad-data
|
||||
Description: Free, Open-Source, Cross-Platform RTS Game of Ancient Warfare
|
||||
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform real-time
|
||||
strategy (RTS) game of ancient warfare. In short, it is a historically-based
|
||||
|
Loading…
Reference in New Issue
Block a user