rpms/nant/devel import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 nant-app.patch, 1.7, 1.8 nant.spec, 1.21, 1.22

Paul F. Johnson pfj at fedoraproject.org
Thu Dec 18 12:48:47 UTC 2008


Author: pfj

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

Modified Files:
	.cvsignore nant-app.patch nant.spec 
Added Files:
	import.log 
Log Message:

Removed BR mono-sharpcvslib-devel (circular dep problems) 



--- NEW FILE import.log ---
nant-0_85-22_fc11:HEAD:nant-0.85-22.fc11.src.rpm:1229604434


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nant/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 Feb 2008 21:46:57 -0000	1.4
+++ .cvsignore	18 Dec 2008 12:48:16 -0000	1.5
@@ -1 +1 @@
-nant-0.86-beta1-src.tar.gz
+nant-0.85-src.tar.gz

nant-app.patch:

Index: nant-app.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nant/devel/nant-app.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nant-app.patch	8 Apr 2008 12:26:32 -0000	1.7
+++ nant-app.patch	18 Dec 2008 12:48:16 -0000	1.8
@@ -12,7 +12,7 @@
 @@ -578,8 +578,8 @@
                              <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" />
                              <property name="resgen.tool" value="monoresgen" />
-                             <!-- in Mono 1.0.x, only mcs and mbas are located in <install root>\lib\mono\<profile> -->
+                             <!-- in Mono 1.0.x, only mcs and mbas are located in <install root>\@LIBDIR@\mono\<profile> -->
 -                            <property name="csc.tool" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mcs.exe')}" />
 -                            <property name="mbas.tool" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')}" />
 +                            <property name="csc.tool" value="${path::combine(frameworkAssemblyDirectory, '@LIBDIR@/mono/1.0/mcs.exe')}" />
@@ -21,7 +21,7 @@
                              <property name="csc.supportsdocgeneration" value="false" />
  
 @@ -599,8 +599,8 @@
-                                 are located in the <install root>\lib\mono\<profile>
+                                 are located in the <install root>\@LIBDIR@\mono\<profile>
                                  directory
                              -->
 -                            <property name="frameworkDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" />
@@ -188,7 +188,7 @@
                      runtimeengine="${path::combine(prefix, 'bin/mono')}"
                      sdkdirectory="${frameworkdirectory}"
                      frameworkdirectory="${frameworkdirectory}"
--                    frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/1.0')}"
+-                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/1.0')}"
 +                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/1.0')}"
                      clrversion="1.1.4322"
                      >
@@ -197,7 +197,7 @@
                              <property name="csc.supportsdocgeneration" value="false" />
                          </if>
                          <if test="${pkg-config::is-atleast-version('mono', '1.1')}">
--                            <property name="frameworkdirectory" value="${path::combine(prefix, 'lib/mono/1.0')}" />
+-                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
 +                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
                              <property name="resgen.tool" value="resgen" />
                              <property name="csc.supportsdocgeneration" value="true" />
@@ -206,7 +206,7 @@
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
                          <task name="csc">
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mcs.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mcs.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mcs.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                              <attribute name="supportspackagereferences">true</attribute>
@@ -215,7 +215,7 @@
                              <attribute name="supportslangversion">true</attribute>
                          </task>
                          <task name="vbc">
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mbas.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
@@ -224,7 +224,7 @@
                      runtimeengine="${path::combine(prefix, 'bin/mono')}"
                      sdkdirectory="${frameworkdirectory}"
                      frameworkdirectory="${frameworkdirectory}"
--                    frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}"
+-                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}"
 +                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}"
                      clrversion="2.0.50727"
                      >
@@ -233,10 +233,10 @@
                                  for the 2.0 profile, for the other tools we should 
                                  use the 1.0 profile version
                              -->
--                            <property name="frameworkdirectory" value="${path::combine(prefix, 'lib/mono/1.0')}" />
+-                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
 +                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
                              <!-- in Mono 1.2 (and higher), there's a 2.0 profile version of resgen -->
--                            <property name="resgen.tool" value="${path::combine(prefix, 'lib/mono/2.0/resgen.exe')}" />
+-                            <property name="resgen.tool" value="${path::combine(prefix, '@LIBDIR@/mono/2.0/resgen.exe')}" />
 +                            <property name="resgen.tool" value="${path::combine(prefix, '@LIBDIR@/mono/2.0/resgen.exe')}" />
                              <if test="${not file::exists(resgen.tool)}">
                                  <!-- if the 2.0 profile version does not exist, then fallback to the 1.0 profile version -->
@@ -245,7 +245,7 @@
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
                          <task name="csc">
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                              <attribute name="supportspackagereferences">true</attribute>
@@ -254,7 +254,7 @@
                          </task>
                          <task name="vbc">
                              <!-- there is no mbas for the 2.0 profile yet -->
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mbas.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
@@ -263,7 +263,7 @@
                      runtimeengine="${path::combine(prefix, 'bin/mono')}"
                      sdkdirectory="${frameworkdirectory}"
                      frameworkdirectory="${frameworkdirectory}"
--                    frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}"
+-                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}"
 +                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}"
                      clrversion="2.0.50215"
                      >
@@ -272,10 +272,10 @@
                                  for the 2.0 profile, for the other tools we should 
                                  use the 1.0 profile version
                              -->
--                            <property name="frameworkdirectory" value="${path::combine(prefix, 'lib/mono/1.0')}" />
+-                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
 +                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
                              <!-- in Mono 1.2 (and higher), there's a 2.0 profile version of resgen -->
--                            <property name="resgen.tool" value="${path::combine(prefix, 'lib/mono/2.0/resgen.exe')}" />
+-                            <property name="resgen.tool" value="${path::combine(prefix, '@LIBDIR@/mono/2.0/resgen.exe')}" />
 +                            <property name="resgen.tool" value="${path::combine(prefix, '@LIBDIR@/mono/2.0/resgen.exe')}" />
                              <if test="${not file::exists(resgen.tool)}">
                                  <!-- if the 2.0 profile version does not exist, then fallback to the 1.0 profile version -->
@@ -284,7 +284,7 @@
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
                          <task name="csc">
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                              <attribute name="supportspackagereferences">true</attribute>
@@ -293,7 +293,7 @@
                          </task>
                          <task name="vbc">
                              <!-- there is no mbas for the 2.0 profile yet -->
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mbas.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
@@ -302,7 +302,7 @@
                      runtimeengine="${path::combine(prefix, 'bin/mono')}"
                      sdkdirectory="${frameworkdirectory}"
                      frameworkdirectory="${frameworkdirectory}"
--                    frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}"
+-                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}"
 +                    frameworkassemblydirectory="${path::combine(prefix, '@LIBDIR@/mono/2.0')}"
                      clrversion="2.0.40607"
                      >
@@ -311,10 +311,10 @@
                                  for the 2.0 profile, for the other tools we should 
                                  use the 1.0 profile version
                              -->
--                            <property name="frameworkdirectory" value="${path::combine(prefix, 'lib/mono/1.0')}" />
+-                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
 +                            <property name="frameworkdirectory" value="${path::combine(prefix, '@LIBDIR@/mono/1.0')}" />
                              <!-- in Mono 1.2 (and higher), there's a 2.0 profile version of resgen -->
--                            <property name="resgen.tool" value="${path::combine(prefix, 'lib/mono/2.0/resgen.exe')}" />
+-                            <property name="resgen.tool" value="${path::combine(prefix, '@LIBDIR@/mono/2.0/resgen.exe')}" />
 +                            <property name="resgen.tool" value="${path::combine(prefix, '@LIBDIR@/mono/2.0/resgen.exe')}" />
                              <if test="${not file::exists(resgen.tool)}">
                                  <!-- if the 2.0 profile version does not exist, then fallback to the 1.0 profile version -->
@@ -323,7 +323,7 @@
                              <attribute name="useruntimeengine">true</attribute>
                          </task>
                          <task name="csc">
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/2.0/gmcs.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/2.0/gmcs.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                              <attribute name="supportspackagereferences">true</attribute>
@@ -332,7 +332,7 @@
                          </task>
                          <task name="vbc">
                              <!-- there is no mbas for the 2.0 profile yet -->
--                            <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mbas.exe')}</attribute>
+-                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
 +                            <attribute name="exename">${path::combine(prefix, '@LIBDIR@/mono/1.0/mbas.exe')}</attribute>
                              <attribute name="useruntimeengine">true</attribute>
                          </task>


Index: nant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nant/devel/nant.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nant.spec	6 Jun 2008 11:31:12 -0000	1.21
+++ nant.spec	18 Dec 2008 12:48:16 -0000	1.22
@@ -5,7 +5,7 @@
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
 Version: 0.85	
-Release: 21%{?dist}
+Release: 22%{?dist}
 Epoch: 1
 Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz
 Patch0: nant-build.patch
@@ -17,7 +17,7 @@
 Group: Development/Tools
 Url: http://nant.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: mono-devel, mono-sharpcvslib-devel, log4net, mono-nunit, mono-nunit22-devel
+BuildRequires: mono-devel, log4net, mono-nunit, mono-nunit22-devel
 BuildRequires: mono-ndoc-devel
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
@@ -111,6 +111,10 @@
 %doc examples/* doc/help/*
 
 %changelog
+* Thu Dec 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1:0.85-22
+- rebuild
+- removed BR mono-sharpcvslib-devel (circular dep with mono-sharpcvslib)
+
 * Fri Jun 06 2008 Caolán McNamara <caolanm at redhat.com> - 1:0.85-21
 - rebuild for dependancies
 




More information about the fedora-extras-commits mailing list