Name: mono-basic Version: 4.0.1 Release: 1mamba Summary: Mono VisualBasic.NET Compiler and Runtime Group: Development/Languages Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://www.mono-project.com/VisualBasic.NET_support Source: http://download.mono-project.com/sources/mono-basic/mono-basic-%{version}.tar.bz2 License: LGPL, BSD ## AUTOBUILDREQ-BEGIN BuildRequires: mono-core ## AUTOBUILDREQ-END BuildRequires: mono-winforms BuildRequires: mono-data BuildRequires: mono-web Requires: mono-winforms Requires: mono-data Requires: mono-web BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Mono Visual Basic.NET compiler (vbnc) allows developers to continue to code in their preferred Visual Basic/Visual Studio environment and compile and run that same code base on a variety of operating systems and architectures, including Windows, Linux, and Mac OS. A complete runtime for running Visual Basic.NET applications on Mono was contributed by Mainsoft (http://www.mainsoft.com) in Java and has been ported to C#. This allows applications compiled using Microsoft's Visual Basic.NET compiler to run on Mono. %prep %setup -q %build ./configure \ --prefix=%{_prefix} %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/vbnc %{_bindir}/vbnc2 %{_prefix}/lib/mono/gac/Mono.Cecil.VB*/*/Mono.Cecil.VB*.dll %{_prefix}/lib/mono/gac/Mono.Cecil.VB*/*/Mono.Cecil.VB*.mdb %{_prefix}/lib/mono/?.?/Mono.Cecil.VB*.dll %{_prefix}/lib/mono/?.?/vbnc.* %{_prefix}/lib/mono/*/Microsoft.VisualBasic* %{_mandir}/man1/vbnc.1* %doc ChangeLog README vbnc/vbnc/Readme.txt %changelog * Thu Dec 24 2015 Silvan Calarco 4.0.1-1mamba - update to 4.0.1 * Sun Dec 28 2014 Silvan Calarco 3.8-1mamba - update to 3.8 * Sat Jun 25 2011 Automatic Build System 2.10-1mamba - automatic update by autodist * Tue Jan 11 2011 Automatic Build System 2.8-1mamba - automatic update by autodist * Fri Apr 16 2010 Automatic Build System 2.6.2-1mamba - automatic update by autodist * Thu Jan 14 2010 Automatic Build System 2.6-1mamba - automatic update by autodist * Fri Jul 03 2009 Automatic Build System 2.4.2-1mamba - automatic update by autodist * Mon Mar 30 2009 Silvan Calarco 2.4-1mamba - automatic update by autodist * Mon Jan 05 2009 Silvan Calarco 2.0-1mamba - automatic update by autodist * Mon Jul 02 2007 Stefano Cotta Ramusino 1.2.4-1mamba - package created by autospec