Hi, I was trying to rewrite the provided .spec file for mono-basic to be a bit more FC6 friendly, when I encountered the below snippet in the %build section. Apologies for the email mangling, for a better look see the full file at
http://www.go-mono.com/download/noarch/mono-basic/1.2.3.1/mono-basic.spec %%% # Get both, one will fail, one won't f="mono-basic-1.2.3.1-0.win4.novell.x86.zip" p="win-4-i386/mono-basic/1.2.3.1/$f" wget \ http://monobuild1.boston.ximian.com/~wberrier/zip_packages/$p \ || true wget \ http://monobuild1.boston.ximian.com/~wberrier/snapshot_zip_packages/$p \ || true if [ ! -e "$f" ] ; then false fi unzip mono-basic-1.2.3.1-0.win4.novell.x86.zip %%% My questions: - what is this .zip that's not a source? - is that the one that's used in the %install section, where a .dll 'built by vbnc' is removed in lieu of a mysterious other dll that I can't find after building mono-basic myself? Or am I just lost in a twisty little maze of spec files and assemblies, all alike? --Stijn _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
