[MonoDevelop] Build a RPM from C# source

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Nov 8 17:47:18 EST 2007


On Nov 8, 2007 5:38 PM, Petit Eric <surfzoid at gmail.com> wrote:
> you make me confuse, i folow french howto's, specialy from mandriva
> wiki and it say we can add configure option
> http://www.linuxfrench.net/article.php3?id_article=1327

Sounds like a mandriva bug then, or a problem with the walkthrough.
You could try removing the "--prefix=/usr" from your %configure
command, since it seems to be adding that already.

Alternatively, as a workaround, try reimplementing the configure
command as I suggested. Replace

%configure  --prefix=/usr --config=RELEASE_ANY_CPU

in your spec file with

%{?env_options}
./configure --prefix=%{_prefix}  --config=RELEASE_ANY_CPU

Hopefully that will work. If it doesn't, I suggest asking on the mandriva lists.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list