File mono-olive.spec of Package mono-olive
#
# spec file for package mono-olive
#
# Copyright (c) 2012 Bernhard M. Wiedemann
#
# 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/
#
Name: mono-olive
Version: 1
Release: 0
Summary: Mono olive
License: Redistributable
Group: System/Filesystems
Url: https://github.com/mono/olive
Source0: %name.tar.gz
BuildRequires: mono-complete
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Olive is an incubation module used to host new Mono code under development based on Microsoft's APIs. Olive code eventually graduates and is moved into the Mono distribution
%prep
%setup -n olive
%build
%configure
make -k -j4
%install
#make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
%files
%defattr(-,root,root)
%{_bindir}/mono-olive
%changelog