Moves some binaries between packages; forces bootstrap via web

This commit is contained in:
jross 2005-01-20 17:39:24 +00:00
parent 3a836842ce
commit 152f144860

View File

@ -4,7 +4,7 @@
Summary: Mono CIL runtime Summary: Mono CIL runtime
Name: mono Name: mono
Version: 1.1.3 Version: 1.1.3
Release: 1 Release: 2
URL: http://www.mono-project.com/ URL: http://www.mono-project.com/
License: LGPL License: LGPL
Group: System Environment/Base Group: System Environment/Base
@ -43,7 +43,7 @@ programs using %{name}, you will need to install %{name}-devel.
%build %build
%configure %configure
make make EXTERNAL_MCS=true
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -66,13 +66,10 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING.LIB ChangeLog NEWS README %doc AUTHORS COPYING.LIB ChangeLog NEWS README
%doc %{_mandir}/man1/mcs.*
%doc %{_mandir}/man1/mono.* %doc %{_mandir}/man1/mono.*
%doc %{_mandir}/man1/mint.* %doc %{_mandir}/man1/mint.*
%doc %{_mandir}/man1/oldmono.* %doc %{_mandir}/man1/oldmono.*
%config %{_sysconfdir}/mono/* %config %{_sysconfdir}/mono/*
%{_bindir}/mbas
%{_bindir}/mcs
%{_bindir}/mint %{_bindir}/mint
%{_bindir}/mono %{_bindir}/mono
%{_libdir}/*.so.* %{_libdir}/*.so.*
@ -81,7 +78,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
%doc docs/ %doc docs/
%doc %{_mandir}/man5/*
%doc %{_mandir}/man1/cert2spc.* %doc %{_mandir}/man1/cert2spc.*
%doc %{_mandir}/man1/certmgr.* %doc %{_mandir}/man1/certmgr.*
%doc %{_mandir}/man1/chktrust.* %doc %{_mandir}/man1/chktrust.*
@ -92,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/ilasm.* %doc %{_mandir}/man1/ilasm.*
%doc %{_mandir}/man1/makecert.* %doc %{_mandir}/man1/makecert.*
%doc %{_mandir}/man1/mcs.* %doc %{_mandir}/man1/mcs.*
%doc %{_mandir}/man1/mcs.*
%doc %{_mandir}/man1/mkbundle.* %doc %{_mandir}/man1/mkbundle.*
%doc %{_mandir}/man1/monoburg.* %doc %{_mandir}/man1/monoburg.*
%doc %{_mandir}/man1/monodis.* %doc %{_mandir}/man1/monodis.*
@ -105,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/sqlsharp.* %doc %{_mandir}/man1/sqlsharp.*
%doc %{_mandir}/man1/wsdl.* %doc %{_mandir}/man1/wsdl.*
%doc %{_mandir}/man1/xsd.* %doc %{_mandir}/man1/xsd.*
%doc %{_mandir}/man5/*
%{_bindir}/al %{_bindir}/al
%{_bindir}/cert2spc %{_bindir}/cert2spc
%{_bindir}/certmgr %{_bindir}/certmgr
@ -117,13 +115,15 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ilasm %{_bindir}/ilasm
%{_bindir}/jay %{_bindir}/jay
%{_bindir}/makecert %{_bindir}/makecert
%{_bindir}/monodis %{_bindir}/mbas
%{_bindir}/mcs
%{_bindir}/mkbundle
%{_bindir}/mono-find-provides %{_bindir}/mono-find-provides
%{_bindir}/mono-find-requires %{_bindir}/mono-find-requires
%{_bindir}/monodis
%{_bindir}/monograph %{_bindir}/monograph
%{_bindir}/monop %{_bindir}/monop
%{_bindir}/monoresgen %{_bindir}/monoresgen
%{_bindir}/mkbundle
%{_bindir}/pedump %{_bindir}/pedump
%{_bindir}/resgen %{_bindir}/resgen
%{_bindir}/secutil %{_bindir}/secutil
@ -145,5 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
%changelog %changelog
* Thu Jan 20 2005 Justin Ross <jross@redhat.com>
- Moves some binaries from mono to mono-devel.
- Adds the EXTERNAL_MCS flag to force bootstrap via monolite download.
* Wed Dec 15 2004 Justin Ross <jross@dhcp83-29.boston.redhat.com> * Wed Dec 15 2004 Justin Ross <jross@dhcp83-29.boston.redhat.com>
- Initial build. - Initial build.