rpms/nant/devel nant.spec,1.35,1.36

Tom Callaway spot at fedoraproject.org
Fri Jul 31 14:36:25 UTC 2009


Author: spot

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

Modified Files:
	nant.spec 
Log Message:
fix comments about bootstrapping to be clearer


Index: nant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nant/devel/nant.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- nant.spec	30 Jul 2009 21:46:38 -0000	1.35
+++ nant.spec	31 Jul 2009 14:36:25 -0000	1.36
@@ -6,7 +6,7 @@
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
 Version: 0.85	
-Release: 29%{?dist}
+Release: 30%{?dist}
 Epoch: 1
 Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz
 Patch0: nant-build.patch
@@ -60,16 +60,16 @@ sed -i 's/\r//' README.txt
 sed -i 's/\r//' doc/releasenotes.html
 
 # Clean out the prebuilt files (unless we're bootstrapping)
+# If we're not bootstrapping, leave the files alone:
 %if 0%{bootstrap}
-echo "NORMAL BUILD"
+echo "BOOTSTRAP BUILD"
 %else
-echo "BOOTSTRAPPING BUILD"
+echo "NORMAL BUILD, NUKING PREBUILT BUNDLED DLL FILES"
 rm -rf lib/ICSharpCode.SharpCvsLib.Console.dll lib/ICSharpCode.SharpCvsLib.dll lib/scvs.exe
 rm -rf lib/ICSharpCode.SharpZipLib.dll lib/NUnitCore.dll lib/log4net.dll lib/mono/1.0/*.dll lib/mono/2.0/*.dll
 %endif
 
-# Copy in the system libs
-# If you're bootstrapping, comment out all these cp lines
+# Copy in the system libs, unless we're bootstrapping.
 %if 0%{bootstrap}
 # do nothing
 %else
@@ -102,8 +102,7 @@ sed -i -e "s#%{buildroot}##" %{buildroot
 find examples -name \*.dll -o -name \*.exe|xargs rm -f
 rm -rf %{buildroot}%{_datadir}/NAnt/doc
 
-# Flush out the binary bits that we used to build
-# If you're bootstrapping, comment out all these rm lines
+# Flush out the binary bits that we used to build, unless we're bootstrapping.
 %if 0%{bootstrap}
 # Do nothing
 %else
@@ -132,6 +131,9 @@ scrollkeeper-update -q || :
 %doc examples/* doc/help/*
 
 %changelog
+* Fri Jul 31 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:0.85-30
+- clarify comments on bootstrapping
+
 * Thu Jul 30 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:0.85-29
 - unbootstrap
 




More information about the fedora-extras-commits mailing list