rpms/nant/devel nant.spec,1.30,1.31

Tom Callaway spot at fedoraproject.org
Tue Mar 3 20:49:19 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/nant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24011

Modified Files:
	nant.spec 
Log Message:
bootstrap again again


Index: nant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nant/devel/nant.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- nant.spec	3 Mar 2009 20:36:05 -0000	1.30
+++ nant.spec	3 Mar 2009 20:48:48 -0000	1.31
@@ -6,7 +6,7 @@
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
 Version: 0.85	
-Release: 26%{?dist}.1
+Release: 26%{?dist}.2
 Epoch: 1
 Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz
 Patch0: nant-build.patch
@@ -18,8 +18,13 @@
 Group: Development/Tools
 Url: http://nant.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: mono-devel, log4net, mono-nunit, mono-nunit22-devel
+BuildRequires: mono-devel
+%if 0%{bootstrap}
+# Nothing here if we're bootstrapping
+%else
+BuildRequires: log4net, mono-nunit, mono-nunit22-devel
 BuildRequires: mono-ndoc-devel, mono-sharpcvslib-devel
+%endif
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc sparcv9 alpha
@@ -127,6 +132,9 @@
 %doc examples/* doc/help/*
 
 %changelog
+* Mon Mar  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:0.85-26.2
+- fix BR to be wrapped by bootstrap
+
 * Mon Mar  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:0.85-26.1
 - bootstrap... again. *sigh*
 




More information about the fedora-extras-commits mailing list