forked from pool/ninja
- Update to git hash b26d217
* Documentation updates * Fix wrong usage of std::string::find OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=3
This commit is contained in:
parent
79a3157c70
commit
ddb87260e8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:542257c71e6edda5984cc2abf75075c024765f165a06b5f4bd8b0f4d91a3694d
|
|
||||||
size 111624
|
|
3
ninja-b26d217.tar.bz2
Normal file
3
ninja-b26d217.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f75676b2f5943734a360265269b773a38151262f249b38467a5bf9466733848
|
||||||
|
size 113433
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 22 13:22:33 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to git hash b26d217
|
||||||
|
* Documentation updates
|
||||||
|
* Fix wrong usage of std::string::find
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 10 19:38:44 UTC 2013 - idonmez@suse.com
|
Thu Jan 10 19:38:44 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -16,18 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _githash 8a4c9e05f7
|
%define _githash b26d217
|
||||||
|
|
||||||
Name: ninja
|
Name: ninja
|
||||||
Summary: A small build system closest in spirit to Make
|
Summary: A small build system closest in spirit to Make
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 0.0_20121229
|
Version: 0.0_20130222
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/martine/ninja
|
Url: https://github.com/martine/ninja
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
Source0: ninja-%{_githash}.tar.bz2
|
Source0: ninja-%{_githash}.tar.bz2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user