rpms/monodevelop/devel monodevelop.spec,1.36,1.37

Michel Alexandre Salim salimma at fedoraproject.org
Tue Aug 26 05:11:47 UTC 2008


Author: salimma

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

Modified Files:
	monodevelop.spec 
Log Message:
Manually specify nunit version, since it appears macros are evaluated
*before* buildreqs are installed



Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- monodevelop.spec	26 Aug 2008 04:40:21 -0000	1.36
+++ monodevelop.spec	26 Aug 2008 05:11:16 -0000	1.37
@@ -5,7 +5,8 @@
 %define cecilmdbver %(gacutil -l Mono.Cecil.Mdb |grep Mono.Cecil.Mdb | cut -d "=" -f 2 | cut -d "," -f 1)
 %define cecilmdbtoken %(gacutil -l Mono.Cecil.Mdb |grep Mono.Cecil.Mdb | cut -d "=" -f 4)
 
-%define nunitver %(gacutil -l nunit.core | tail -n 2 | grep nunit.core | cut -d "=" -f 2 | cut -d "," -f 1)
+#%(gacutil -l nunit.core | tail -n 2 | grep nunit.core | cut -d "=" -f 2 | cut -d "," -f 1)
+%define nunitver 2.2.10.0
 
 
 Name:           monodevelop
@@ -32,8 +33,8 @@
 Requires:	mono-addins
 Requires:       mono-basic
 # Using system nunit, but dependency not automatically picked up by RPM
-Requires:	mono(nunit.core) = %{nunitver}
-Requires:	mono(nunit.framework) = %{nunitver}
+Requires:	mono(nunit.core) = 2.2.10.0
+Requires:	mono(nunit.framework) = 2.2.10.0
 Requires:       monodoc
 Requires:       subversion
 Requires:       hicolor-icon-theme shared-mime-info




More information about the fedora-extras-commits mailing list