SPECS: mono-tools.spec - 2.0

wolf wolf at pld-linux.org
Mon Oct 6 18:19:41 CEST 2008


Author: wolf                         Date: Mon Oct  6 16:19:41 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.0

---- Files affected:
SPECS:
   mono-tools.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/mono-tools.spec
diff -u SPECS/mono-tools.spec:1.35 SPECS/mono-tools.spec:1.36
--- SPECS/mono-tools.spec:1.35	Thu Jun 19 06:38:11 2008
+++ SPECS/mono-tools.spec	Mon Oct  6 18:19:36 2008
@@ -7,21 +7,22 @@
 Summary:	Mono Tools
 Summary(pl.UTF-8):	Narzędzia do mono
 Name:		mono-tools
-Version:	1.9
-Release:	3
+Version:	2.0
+Release:	1
 License:	GPL v2
 Group:		Development/Tools
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
 Source0:	http://ftp.novell.com/pub/mono/sources/mono-tools/%{name}-%{version}.tar.bz2
-# Source0-md5:	f00eb74bd0f467f81fad3ab62e215e1a
+# Source0-md5:	955025ab9b25bc58058facc39ab88aae
 URL:		http://www.mono-project.com/
 BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_gecko:BuildRequires:	dotnet-gecko-sharp2-devel >= 0.12}
 BuildRequires:	dotnet-gnome-sharp-devel >= 2.16.0
 BuildRequires:	dotnet-gnome-desktop-sharp-devel
+BuildRequires:	dotnet-webkit-sharp-devel >= 0.2-1
 BuildRequires:	mono-compat-links
-BuildRequires:	monodoc >= 1.2.6
+BuildRequires:	monodoc >= 2.0
 BuildRequires:	mono-jscript
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(monoautodeps)
@@ -46,12 +47,36 @@
 Provides:	mono-tools-html-renderer
 
 %description gecko
-Gecko based monodoc HTML renderer. Used instead of GtkHTML based
-renderer.
+Gecko based monodoc HTML renderer.
 
 %description gecko -l pl.UTF-8
-Oparty na gecko wyświetlacz HTML-a dla monodoc. Jest używany zamiast
-wyświetlacza opartego na GtkHTML.
+Oparty na gecko wyświetlacz HTML-a dla monodoc.
+
+%package webkit
+Summary:	WebKit based monodoc HTML renderer
+Summary(pl.UTF-8):	Oparty na WebKit wyświetlacz HTML-a dla monodoc
+Group:		Development/Tools
+Requires:	%{name} = %{version}-%{release}
+Provides:	mono-tools-html-renderer
+
+%description webkit
+WebKit based monodoc HTML renderer.
+
+%description webkit -l pl.UTF-8
+Oparty na WebKit wyświetlacz HTML-a dla monodoc.
+
+%package monowebbrowser
+Summary:	Mono.WebBrowser based monodoc HTML renderer
+Summary(pl.UTF-8):	Oparty na Mono.WebBrowser wyświetlacz HTML-a dla monodoc
+Group:		Development/Tools
+Requires:	%{name} = %{version}-%{release}
+Provides:	mono-tools-html-renderer
+
+%description monowebbrowser
+Mono.WebBrowser based monodoc HTML renderer.
+
+%description monowebbrowser -l pl.UTF-8
+Oparty na Mono.WebBrowser wyświetlacz HTML-a dla monodoc.
 
 %package gtkhtml
 Summary:	GtkHTML based monodoc HTML renderer
@@ -96,6 +121,36 @@
 %description gui-compare -l pl.UTF-8
 Porównuje zmiany API między różnymi assembly.
 
+%package mprof-decoder
+Summary:	Console decoder for the logging profiler output files
+Summary(pl.UTF-8):	Konsolowy dekoder dla plików tworzonych przez logujący profiler
+Group:		Development/Tools
+
+%description mprof-decoder
+Decodes the contents of a logging profiler output file and prints the
+data on standard output.
+
+%description mprof-decoder -l pl.UTF-8
+Dekoduje zawartość pliku wynikowego profilera logującego i wypisuje
+dane na standardowe wyjście.
+
+%package mprof-heap-viewer
+Summary:	GUI viewer for the logging profiler heap snapshots
+Summary(pl.UTF-8):	Narzędzie do oglądania migawek sterty profilera logującego
+Group:		Development/Tools
+
+%description mprof-heap-viewer
+This program decodes the contents of a logging profiler output file and
+locates all the heap snapshots inside it. The user can then select each
+individual snapshot and decide to load it in memory and explore its
+contents.
+
+%description mprof-heap-viewer -l pl.UTF-8
+Ten program dekoduje plik wynikowy profilera logującego i lokalizuje
+wszystkie znajdujące się w nim migawki sterty. Umożliwia wybranie
+dowolnej migawki i załadowanie jej do pamięci w celu obejrzenia
+zawartości.
+
 %prep
 %setup -q
 
@@ -149,6 +204,14 @@
 %{_pixmapsdir}/ilcontrast.png
 %endif
 
+%files webkit
+%defattr(644,root,root,755)
+%{_libdir}/monodoc/WebKitHtmlRender.dll
+
+%files monowebbrowser
+%defattr(644,root,root,755)
+%{_libdir}/monodoc/MonoWebBrowserHtmlRender.dll
+
 %files gtkhtml
 %defattr(644,root,root,755)
 %{_libdir}/monodoc/GtkHtmlHtmlRender.dll
@@ -156,6 +219,7 @@
 %files gendarme
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gendarme
+%attr(755,root,root) %{_bindir}/gendarme-wizard
 %{_prefix}/lib/gendarme
 %{_pkgconfigdir}/gendarme-framework.pc
 %{_mandir}/man1/gendarme.1*
@@ -165,12 +229,30 @@
 %attr(755,root,root) %{_bindir}/gui-compare
 %{_prefix}/lib/gui-compare
 
+%files mprof-decoder
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mprof-decoder
+%{_prefix}/lib/mono-tools/mprof-decoder-library.*
+%{_prefix}/lib/mono-tools/mprof-decoder.*
+%{_mandir}/man1/mprof-decoder.1*
+
+%files mprof-heap-viewer
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mprof-heap-viewer
+%{_prefix}/lib/mono-tools/mprof-heap-snapshot-explorer.*
+%{_prefix}/lib/mono-tools/mprof-heap-viewer.*
+%{_mandir}/man1/mprof-heap-viewer.1*
+%{_desktopdir}/mprof-heap-viewer.desktop
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2008/10/06 16:19:36  wolf
+- 2.0
+
 Revision 1.35  2008/06/19 04:38:11  qboosh
 - updated Source0 URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mono-tools.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list