packages: mono/mono.spec - monodoc subpackage - fix make install

vip vip at pld-linux.org
Sat May 23 15:15:01 CEST 2009


Author: vip                          Date: Sat May 23 13:15:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- monodoc subpackage
- fix make install

---- Files affected:
packages/mono:
   mono.spec (1.236 -> 1.237) 

---- Diffs:

================================================================
Index: packages/mono/mono.spec
diff -u packages/mono/mono.spec:1.236 packages/mono/mono.spec:1.237
--- packages/mono/mono.spec:1.236	Mon Apr 13 18:50:14 2009
+++ packages/mono/mono.spec	Sat May 23 15:14:56 2009
@@ -18,7 +18,7 @@
 Summary(pl.UTF-8):	Implementacja Common Language Infrastructure
 Name:		mono
 Version:	2.4
-Release:	0.9
+Release:	0.11
 License:	LGPL (VM), GPL (C# compilers), MIT X11 with GPL additions (classes, tools)
 Group:		Development/Languages
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
@@ -31,6 +31,7 @@
 Patch4:		%{name}-console-no-utf8-bom.patch
 Patch5:		%{name}-pc.patch
 Patch6:		%{name}-ARG_MAX.patch
+Patch7:		%{name}-metadata-makefile.patch
 URL:		http://www.mono-project.com/
 %if %(test -r /dev/random; echo $?)
 BuildRequires:	ACCESSIBLE_/dev/random
@@ -160,6 +161,23 @@
 %description jscript -l pl.UTF-8
 Kompilator jscript dla mono.
 
+%package monodoc
+Summary:	Documentation for Mono class libraries and tools to produce and edit the documentation
+Summary(pl.UTF-8):	Dokumentacja klas Mono wraz z narzędziami do jej generowania i przeglądania
+License:	LGPL
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+Obsoletes:	monodoc
+
+%description monodoc
+This package contains the documentation for the Mono class libraries,
+tools to produce and edit the documentation, and a documentation
+browser.
+
+%description monodoc -l pl.UTF-8
+Ten pakiet zawiera dokumentację klas Mono wraz z narzędziami do jej
+generowania i przeglądania.
+
 %package static
 Summary:	Static mono library
 Summary(pl.UTF-8):	Statyczna biblioteka mono
@@ -210,6 +228,7 @@
 %patch4 -p1
 #%patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # for jay
 cat >>mcs/build/config-default.make <<EOF
@@ -547,6 +566,7 @@
 %{_mandir}/man1/monodis.1*
 %{_mandir}/man1/monolinker.1*
 %{_mandir}/man1/monop.1*
+%{_mandir}/man1/mono-cil-strip.1*
 %{_mandir}/man1/mono-shlib-cop.1*
 %{_mandir}/man1/monostyle.1*
 %{_mandir}/man1/mono-xmltool.1*
@@ -589,6 +609,29 @@
 %attr(755,root,root) %{_prefix}/lib/mono/2.0/ilasm.exe
 %{_mandir}/man1/ilasm.1*
 
+%files monodoc
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mdassembler
+%attr(755,root,root) %{_bindir}/mdoc*
+%attr(755,root,root) %{_bindir}/mod
+%attr(755,root,root) %{_bindir}/monodocer
+%attr(755,root,root) %{_bindir}/monodocs2html
+%attr(755,root,root) %{_bindir}/monodocs2slashdoc
+%attr(755,root,root) %{_bindir}/mdvalidater
+%attr(755,root,root) %{_libdir}/mono/1.0/mod.exe
+%attr(755,root,root) %{_libdir}/mono/2.0/mdoc.exe
+%dir %{_libdir}/monodoc
+%{_libdir}/monodoc/*
+%{_prefix}/lib/mono/gac/monodoc
+%{_prefix}/lib/mono/monodoc
+%{_pkgconfigdir}/monodoc.pc
+%{_mandir}/man1/mdassembler.1*
+%{_mandir}/man1/mdoc*.1*
+%{_mandir}/man1/monodocer.1*
+%{_mandir}/man1/monodocs2html.1*
+%{_mandir}/man1/mdvalidater.1*
+%{_mandir}/man5/mdoc.5*
+
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
@@ -608,6 +651,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.237  2009/05/23 13:14:56  vip
+- monodoc subpackage
+- fix make install
+
 Revision 1.236  2009/04/13 16:50:14  vip
 - exclude monodoc gac in mono- package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono/mono.spec?r1=1.236&r2=1.237&f=u



More information about the pld-cvs-commit mailing list