Author: pfj
Update of /cvs/pkgs/rpms/mono-basic/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2476/devel
Modified Files: import.log mono-basic.spec Log Message:
Hack to get things to build under ppc, will revert next build
Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mono-basic/devel/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 31 Dec 2008 17:16:34 -0000 1.10 +++ import.log 31 Dec 2008 23:30:50 -0000 1.11 @@ -8,3 +8,4 @@ mono-basic-2_2-5_pre3_20081217svn121665_fc11:HEAD:mono-basic-2.2-5.pre3.20081217svn121665.fc11.src.rpm:1229520842 mono-basic-2_2-6_pre3_20081217svn121665_fc11:HEAD:mono-basic-2.2-6.pre3.20081217svn121665.fc11.src.rpm:1229521282 mono-basic-2_2-8_RC1_20081231svn122295_fc11:HEAD:mono-basic-2.2-8.RC1.20081231svn122295.fc11.src.rpm:1230743701 +mono-basic-2_2-9_RC1_20081231svn122295_fc11:HEAD:mono-basic-2.2-9.RC1.20081231svn122295.fc11.src.rpm:1230766201
Index: mono-basic.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono-basic/devel/mono-basic.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mono-basic.spec 31 Dec 2008 17:16:34 -0000 1.17 +++ mono-basic.spec 31 Dec 2008 23:30:50 -0000 1.18 @@ -3,7 +3,7 @@
Name: mono-basic Version: 2.2 -Release: 8.RC1.20081231svn%{svnver}%{?dist} +Release: 9.RC1.20081231svn%{svnver}%{?dist} Summary: VisualBasic.NET support for mono Group: Development/Languages License: LGPLv2+ @@ -13,7 +13,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Yeah, so this guy isn't self-hosting. +%ifarch !ppc BuildRequires: mono-basic pkgconfig +%else +BuildRequires: pkgconfig +%endif BuildRequires: mono-devel >= 2.2 Requires: mono-winforms
@@ -77,6 +81,9 @@ %{_libdir}/pkgconfig/mono-basic.pc
%changelog +* Wed Dec 31 2008 Paul F. Johnson paul@all-the-johnsons.co.uk 2.2-9.RC1.20081231svn122295 +- Hack to build under ppc. Will revert next build + * Wed Dec 31 2008 Paul F. Johnson paul@all-the-johnsons.co.uk 2.2-8.RC1.200812131svn122295 - Large update from svn - Retag for RC1 release