Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin.baulig@xamarin.com>2013-07-10 18:46:02 +0400
committerMartin Baulig <martin.baulig@xamarin.com>2013-07-10 18:46:53 +0400
commit83ed15e19d40cc23a3a08f7bc33ae89bfd0593f4 (patch)
tree17a8064ad3bf21c335be6500420dab24ffa9fe75 /mono-core.spec.in
parent24f08876a8a1c4f33ae258456b2e6d17049f4ae3 (diff)
Add libmonoboehm package to the spec file.
Diffstat (limited to 'mono-core.spec.in')
-rw-r--r--mono-core.spec.in44
1 files changed, 44 insertions, 0 deletions
diff --git a/mono-core.spec.in b/mono-core.spec.in
index 1814c5ddf12..1eccd5380e7 100644
--- a/mono-core.spec.in
+++ b/mono-core.spec.in
@@ -444,6 +444,50 @@ Development files for libmonosgen.
%_libdir/pkgconfig/monosgen-2.pc
%endif
+%package -n libmonoboehm-2_0-1
+License: LGPL v2.1 only
+Summary: A Library for embedding Mono in your Application (boehm version)
+Group: Development/Libraries/C and C++
+
+%description -n libmonoboehm-2_0-1
+The Mono Project is an open development initiative that is working to
+develop an open source, Unix version of the .NET development platform.
+Its objective is to enable Unix developers to build and deploy
+cross-platform .NET applications. The project will implement various
+technologies that have been submitted to the ECMA for standardization.
+
+A Library for embedding Mono in your Application (boehm version).
+
+%files -n libmonoboehm-2_0-1
+%defattr(-, root, root)
+%_libdir/libmonoboehm-2.0.so.1*
+
+%post -n libmonoboehm-2_0-1 -p /sbin/ldconfig
+
+%postun -n libmonoboehm-2_0-1 -p /sbin/ldconfig
+
+%package -n libmonoboehm-2_0-devel
+License: LGPL v2.1 only
+Summary: Development files for libmonosgen
+Group: Development/Languages/Mono
+Requires: mono-core == %version-%release
+Requires: libmono-2_0-devel
+
+%description -n libmonoboehm-2_0-devel
+The Mono Project is an open development initiative that is working to
+develop an open source, Unix version of the .NET development platform.
+Its objective is to enable Unix developers to build and deploy
+cross-platform .NET applications. The project will implement various
+technologies that have been submitted to the ECMA for standardization.
+
+Development files for libmonoboehm.
+
+%files -n libmonoboehm-2_0-devel
+%defattr(-, root, root)
+%_libdir/libmonoboehm-2.0.a
+%_libdir/libmonoboehm-2.0.so
+%endif
+
%if %llvm == yes
%package -n libmono-llvm0
License: LGPL v2.1 only