2024-01-06 07:13:54 +01:00
|
|
|
%define gittag %(echo %version | cut -d. -f4)
|
2024-01-06 07:13:54 +01:00
|
|
|
Name: mono-basic
|
2024-01-06 07:13:54 +01:00
|
|
|
Version: 4.8.20180515.e31cb60
|
2024-01-06 07:13:54 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Mono VisualBasic.NET Compiler and Runtime
|
|
|
|
Group: Development/Languages
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:13:54 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.mono-project.com/docs/about-mono/languages/visualbasic/
|
|
|
|
Source: https://github.com/mono/mono-basic.git/main@%{gittag}/mono-basic-%{version}.tar.bz2
|
|
|
|
#Source: http://download.mono-project.com/sources/mono-basic/mono-basic-%{version}.tar.bz2
|
2024-01-06 07:13:54 +01:00
|
|
|
License: LGPL, BSD
|
2024-01-06 07:13:54 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 07:13:54 +01:00
|
|
|
BuildRequires: mono-devel
|
2024-01-06 07:13:54 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:13:54 +01:00
|
|
|
BuildRequires: mono-winforms
|
|
|
|
BuildRequires: mono-data
|
|
|
|
BuildRequires: mono-web
|
2024-01-06 07:13:54 +01:00
|
|
|
Requires: mono-winforms
|
|
|
|
Requires: mono-data
|
|
|
|
Requires: mono-web
|
2024-01-06 07:13:54 +01:00
|
|
|
|
|
|
|
%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
|
2024-01-06 07:13:54 +01:00
|
|
|
%{_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*
|
2024-01-06 07:13:54 +01:00
|
|
|
%doc ChangeLog README vbnc/vbnc/Readme.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:13:54 +01:00
|
|
|
* Wed Mar 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.20180515.e31cb60-1mamba
|
|
|
|
- update to 4.8.20180515.e31cb60
|
|
|
|
|
2024-01-06 07:13:54 +01:00
|
|
|
* Sun Apr 19 2020 Automatic Build System <autodist@mambasoft.it> 4.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 07:13:54 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:13:54 +01:00
|
|
|
* Thu Dec 24 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- update to 4.0.1
|
|
|
|
|
|
|
|
* Sun Dec 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8-1mamba
|
|
|
|
- update to 3.8
|
|
|
|
|
2024-01-06 07:13:54 +01:00
|
|
|
* Sat Jun 25 2011 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 11 2011 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 16 2010 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 14 2010 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 03 2009 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 02 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.2.4-1mamba
|
|
|
|
- package created by autospec
|