Update to 1.0.0

This commit is contained in:
Ben Boeckel 2012-11-04 21:54:26 -05:00
parent 15f8d5cb51
commit fe4f84ab7d
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/martine-ninja-5dc55a3.tar.gz
/v1.0.0.tar.gz

View File

@ -1,8 +1,8 @@
%global githash 5dc55a3
#global githash 5dc55a3
Name: ninja-build
Version: 0
Release: 0.6.20120719git%{githash}%{?dist}
Version: 1.0.0
Release: 1%{?dist}
Group: Development/Tools
Summary: A small build system with a focus on speed
@ -11,7 +11,8 @@ URL: http://martine.github.com/ninja/
#VCS: git://github.com/martine/ninja.git
# Snapshot from github
# Downloaded from https://github.com/martine/ninja/tarball/%{githash}
Source0: martine-ninja-%{githash}.tar.gz
#Source0: martine-ninja-%{githash}.tar.gz
Source0: https://github.com/martine/ninja/archive/v%{version}.tar.gz
Source1: ninja.vim
BuildRequires: asciidoc
@ -26,7 +27,7 @@ fast as possible.
%prep
%setup -q -n martine-ninja-%{githash}
%setup -q -n ninja-%{version}
%build
@ -73,6 +74,9 @@ install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions
%changelog
* Sun Nov 04 2012 Ben Boeckel <mathstuf@gmail.com> - 1.0.0-1
- Update to 1.0.0
* Thu Jul 19 2012 Ben Boeckel <mathstuf@gmail.com> - 0-0.6.20120719git5dc55a3
- Update to new snapshot

View File

@ -1 +1 @@
2881dc8454a62b7e1007aac347f0fa1d martine-ninja-5dc55a3.tar.gz
51f58e418d215ffc165cb9c5ad6cf0d7 v1.0.0.tar.gz