[gkeyfile-sharp] Add mono-devel as BR for correct generation of the Requires/Provides

chkr chkr at fedoraproject.org
Sun May 8 16:33:22 UTC 2011


commit 435499f96ddcb71e215005ec29c272bbcb81e6b9
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun May 8 18:33:10 2011 +0200

    Add mono-devel as BR for correct generation of the Requires/Provides

 gkeyfile-sharp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gkeyfile-sharp.spec b/gkeyfile-sharp.spec
index 2c7d967..c47a04e 100644
--- a/gkeyfile-sharp.spec
+++ b/gkeyfile-sharp.spec
@@ -7,7 +7,7 @@
 
 Name:           gkeyfile-sharp
 Version:        0.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        C# bindings for glib2's keyfile implementation
 
 Group:          Development/Libraries
@@ -27,6 +27,7 @@ BuildRequires:  automake
 BuildRequires:  glib2-devel
 BuildRequires:  gtk-sharp2-devel
 BuildRequires:  gtk-sharp2-gapi
+BuildRequires:  mono-devel
 
 # Mono only available on these:
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
@@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun May 08 2011 Christian Krause <chkr at fedoraproject.org> - 0.1-7
+- Add mono-devel as BR for correct generation of the Requires/Provides
+
 * Sun May 08 2011 Christian Krause <chkr at fedoraproject.org> - 0.1-6
 - Fix DllNotFoundException by adding upstream patch (BZ 692784)
 


More information about the scm-commits mailing list