SPECS: mono-basic.spec - up to 1.2.3 - seems to work, rel. 1
deejay1
deejay1 at pld-linux.org
Sun Feb 11 12:12:41 CET 2007
Author: deejay1 Date: Sun Feb 11 11:12:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.2.3
- seems to work, rel. 1
---- Files affected:
SPECS:
mono-basic.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/mono-basic.spec
diff -u SPECS/mono-basic.spec:1.1 SPECS/mono-basic.spec:1.2
--- SPECS/mono-basic.spec:1.1 Wed Oct 11 22:50:50 2006
+++ SPECS/mono-basic.spec Sun Feb 11 12:12:36 2007
@@ -1,43 +1,29 @@
# $Revision$, $Date$
-# TODO: wait for mono-basic usable with just mono, without MSVC
Summary: MonoBASIC compiler for mono
Summary(pl): Kompilator MonoBASIC dla mono
Name: mono-basic
-Version: 1.1.17
-Release: 0.1
-License: MIT-like
+Version: 1.2.3
+Release: 1
+License: MIT-like/LGPL
Group: Development/Languages
-#Source0Download: http://go-mono.com/sources-stable/
-Source0: http://go-mono.com/sources/mono-basic/%{name}-%{version}.zip
-# no sense to fill distfiles now, it still requires MSVS
-# NoSource0-md5: 0a32a7b12b90e35249caefb3e85c4245
+Source0: http://go-mono.com/sources/mono-basic/%{name}-%{version}.tar.gz
+# Source0-md5: 8cd1473154ca2edfb3220721eadc3e0f
URL: http://www.mono-project.org/
BuildRequires: mono-csharp
-BuildRequires: zip
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-MonoBASIC compiler for mono.
+Visual Basic.Net(TM) compiler for mono.
%description -l pl
-Kompilator MonoBASIC dla mono.
-
-%package runtime
-Summary: MonoBASIC runtime library
-Summary(pl): Biblioteka uruchomieniowa MonoBASIC
-Group: Libraries
-
-%description runtime
-MonoBASIC runtime library.
-
-%description runtime -l pl
-Biblioteka uruchomieniowa MonoBASIC.
+Kompilator Visual Basic.Net(TM) dla mono.
%prep
%setup -q
%build
-# TODO
+./configure --prefix=%{_prefix}
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -50,10 +36,11 @@
%files
%defattr(644,root,root,755)
-
-%files runtime
-%defattr(644,root,root,755)
-%doc vbruntime/TODO.txt
+%attr(755,root,root) %{_bindir}/vbnc
+%{_prefix}/lib/mono/2.0/*
+%exclude %{_prefix}/lib/mono/2.0/*.mdb
+%{_prefix}/lib/mono/gac/Microsoft.VisualBasic
+%exclude %{_prefix}/lib/mono/gac/*/*/*.mdb
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -61,6 +48,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/02/11 11:12:36 deejay1
+- up to 1.2.3
+- seems to work, rel. 1
+
Revision 1.1 2006/10/11 20:50:50 qboosh
- FFU
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mono-basic.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list