Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-09[RPM] Fix MONO_PATH in RPM dependency generatorsJo Shields
Otherwise, RPMs don't have any dependency information (cherry picked from commit 0dfb848cde55aed7be93e252926dd6a52bb04d73)
2010-05-12set MONO_PATH to ensure that mscorlib.dll can be foundAndrew Jorgensen
svn path=/trunk/mono/; revision=157176
2010-05-11* scripts/mono-find-*.in: Look for libmono-2.0.so.1, not libmono.soAndrew Jorgensen
svn path=/trunk/mono/; revision=157150
2007-05-052007-05-05 Wade Berrier <wberrier@novell.com>Wade Berrier
* scripts/mono-find-provides.in: don't use 'which' anymore (never solved anything since it broke symlinks) * scripts/mono-find-requires.in: also don't use 'which' Parse .config files to look for native libs. Honor 'os' attributes for dllmaps. Query rpm db for package that provides this lib. Support 64bit rpm configurations, as well as 32bit running on 64bit. svn path=/trunk/mono/; revision=76732
2007-01-04* scripts/mono-find-provides.in:Wade Berrier
* scripts/mono-find-requires.in: error out if monodis isn't functioning properly. Otherwise when building rpms, the provides/requires isn't generated correctly if monodis isn't present. Fixes: bnc #227362 svn path=/trunk/mono/; revision=70445
2006-07-19* scripts/mono-find-provides.in: Remove support for only scanning files in ↵Wade Berrier
the gac. The problem is that mono apps are often broken up into subpackages, and deps can only be resolved if the assemblies are in the gac, even when they sometimes shouldn't be. (See https://bugzilla.novell.com/show_bug.cgi?id=144655) svn path=/trunk/mono/; revision=62759
2006-04-26* scripts/mono-find-provides.in: Only scan files that are in the gac.Wade Berrier
This allows packages to contain private assemblies that won't conflict with other packages. Fixes bugzilla.novell.com #144655. svn path=/trunk/mono/; revision=59881
2005-12-012005-12-01 Mike Kestner <mkestner@novell.com>Mike Kestner
* scripts/mono-find-provides.in: support policy assemblies. svn path=/trunk/mono/; revision=53764
2005-10-29* mono.pc.in, mint.pc.in, configure.in: Make these relocatable.Wade Berrier
* scripts: Makefile.am mono-nunit.pc.in script.in mono-service.in Make all the wrappers relocatable. svn path=/trunk/mono/; revision=52364
2005-07-11* scripts/script.in: Add @framework_version@ blank.Raja R Harinath
* scripts/script2.in: Remove. * scripts/Makefile.am: Update. Use wsdl.exe for wsdl2 and monop.exe for monop2. svn path=/trunk/mono/; revision=47161
2005-06-062005-06-06 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* scripts/Makefile.am: Add mono-find-* * scripts/mono-find-*.in: provides/requires stuff for rpm is now done with monodis. This makes packaging easier as it doesn't depend on the gac ind DESTDIR. * configure.in: changes for the above svn path=/trunk/mono/; revision=45522
2004-11-28More efficient script generation, borrowed from xsp/script directoryMiguel de Icaza
svn path=/trunk/mono/; revision=36700
2004-11-26More .exe removalMiguel de Icaza
svn path=/trunk/mono/; revision=36606
2004-05-29* scripts/Makefile.am: Include mono-find-provides andDuncan Mak
mono-find-requires. * scripts/mono-find-provides.in: * scripts/mono-find-requires.in: New wrapper scripts. svn path=/trunk/mono/; revision=28408