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

Michel Alexandre Salim salimma at fedoraproject.org
Tue Aug 26 04:40:51 UTC 2008


Author: salimma

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

Modified Files:
	monodevelop.spec 
Log Message:
- Manually require mono-nunit22, as dependency is not picked up automatically



Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- monodevelop.spec	26 Aug 2008 04:02:56 -0000	1.35
+++ monodevelop.spec	26 Aug 2008 04:40:21 -0000	1.36
@@ -5,6 +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)
+
 
 Name:           monodevelop
 Version:        1.9
@@ -29,6 +31,9 @@
 #Requires:       gecko-sharp2
 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:       monodoc
 Requires:       subversion
 Requires:       hicolor-icon-theme shared-mime-info




More information about the fedora-extras-commits mailing list