Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2013-01-11 09:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ninja (Old)
 and      /work/SRC/openSUSE:Factory/.ninja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ninja", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ninja.new/ninja.changes 2013-01-11 
09:37:24.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Jan 10 19:38:44 UTC 2013 - [email protected]
+
+- First release 
+

New:
----
  ninja-8a4c9e05f7.tar.bz2
  ninja.changes
  ninja.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ninja.spec ++++++
#
# spec file for package ninja
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _githash 8a4c9e05f7

Name:           ninja
Summary:        A small build system closest in spirit to Make
License:        Apache-2.0
Group:          Development/Tools/Building
Version:        0.0_20121229
Release:        0
Url:            https://github.com/martine/ninja
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  asciidoc
BuildRequires:  gcc-c++
BuildRequires:  python
Source0:        ninja-%{_githash}.tar.bz2

%description
Ninja is yet another build system.
It takes as input the interdependencies of files (typically source code and 
output executables)
and orchestrates building them, quickly.

%prep
%setup -q -n %{name}

%build
python ./bootstrap.py
./ninja manual

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/html

install -m 0755 ninja %{buildroot}%{_bindir}/ninja
install -m 0644 doc/manual.html %{buildroot}%{_docdir}/html/manual.html

%files
%defattr(-,root,root)
%{_bindir}/ninja
%dir %{_docdir}/html
%doc %{_docdir}/html/*
%doc COPYING

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to