mono-basic/mono-basic.spec

96 lines
3.3 KiB
RPMSpec

%define gittag %(echo %version | cut -d. -f4)
Name: mono-basic
Version: 4.8.20180515.e31cb60
Release: 1mamba
Summary: Mono VisualBasic.NET Compiler and Runtime
Group: Development/Languages
Vendor: openmamba
Distribution: openmamba
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
License: LGPL, BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: mono-devel
## AUTOBUILDREQ-END
BuildRequires: mono-winforms
BuildRequires: mono-data
BuildRequires: mono-web
Requires: mono-winforms
Requires: mono-data
Requires: mono-web
%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
* Wed Mar 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.20180515.e31cb60-1mamba
- update to 4.8.20180515.e31cb60
* Sun Apr 19 2020 Automatic Build System <autodist@mambasoft.it> 4.7-1mamba
- automatic update by autodist
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
- automatic version update by autodist
* 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
* 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