SHA256
1
0
forked from pool/ninja

- Update to version 1.4.0

* Bug fixes
- Fix version field. Its 1.x not 3.x

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=14
This commit is contained in:
Ismail Dönmez 2013-09-18 08:37:25 +00:00 committed by Git OBS Bridge
parent 0c8c85de91
commit 42d36741b6
5 changed files with 13 additions and 39 deletions

View File

@ -1,34 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/martine/ninja.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">ninja</param>
<!-- Format string which gets passed to git log via the pretty option -->
<param name="versionformat">3.0+git.%cd.%h</param>
<param name="revision">master</param>
</service>
<!-- The recompress source service compresses the newest tarball generated by tar_scm. -->
<service name="recompress" mode="disabled">
<param name="file">ninja-3.0*git*.tar</param>
<param name="compression">bz2</param>
</service>
<!-- The set_version source service rewrites the Version: header in the .spec file. -->
<service name="set_version" mode="disabled">
<!--
Omit version parameter and specify basename in order to
autodetect version from tarball generated by tar_scm service.
Unfortunately this requires the '-git' suffix because of a
limitation in set-version, in order to distinguish between
tarballs of git snapshots and release tarballs.
-->
<param name="basename">ninja</param>
</service>
</services>

3
ninja-1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:701cab33c5c69bcdeedad7a3f7bff4c3e61d38e8c2a0ab79d86e3b702de4c317
size 152385

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0c4f0d60fbe8b15e9f7db631fb9750b5f3c3739f80f6da6af4ba71934049c1c
size 123849

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 18 08:32:52 UTC 2013 - idonmez@suse.com
- Update to version 1.4.0
* Bug fixes
- Fix version field. Its 1.x not 3.x
-------------------------------------------------------------------
Wed Jun 5 14:36:06 UTC 2013 - idonmez@suse.com

View File

@ -20,7 +20,7 @@ Name: ninja
Summary: A small build system closest in spirit to Make
License: Apache-2.0
Group: Development/Tools/Building
Version: 3.0+git.20130603.0f53fd3
Version: 1.4.0
Release: 0
Url: https://github.com/martine/ninja
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -28,7 +28,8 @@ BuildRequires: asciidoc
BuildRequires: gcc-c++
BuildRequires: libxslt-tools
BuildRequires: python
Source0: ninja-%{version}.tar.bz2
#Source0: https://github.com/martine/ninja/archive/v%{version}.tar.gz
Source0: ninja-%{version}.tar.gz
%description
Ninja is yet another build system.