]> git.pld-linux.org Git - packages/mono-tools.git/blobdiff - mono-tools.spec
- BR: mono-monodoc
[packages/mono-tools.git] / mono-tools.spec
index 64f6f9b32cc3323093d951e2a95e6f479d52aa8d..da6366fc05b5e3607264195dd6bf08020d2706c2 100644 (file)
@@ -6,22 +6,26 @@
 Summary:       Mono Tools
 Summary(pl.UTF-8):     Narzędzia do mono
 Name:          mono-tools
-Version:       1.9
-Release:       3
+Version:       2.6.1
+Release:       1
 License:       GPL v2
 Group:         Development/Tools
-#Source0Download: http://go-mono.com/sources-stable/
-Source0:       http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.bz2
-# Source0-md5: f00eb74bd0f467f81fad3ab62e215e1a
+# 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: b16305c2dbbc53211018ed07364abccf
+Patch0:                %{name}-pwd.patch
 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-gnome-sharp-devel >= 2.16.0
+BuildRequires: dotnet-gtk-sharp2-devel
+BuildRequires: dotnet-webkit-sharp-devel >= 0.2-1
 BuildRequires: mono-compat-links
-BuildRequires: monodoc >= 1.2.6
+BuildRequires: mono-devel >= 2.6
 BuildRequires: mono-jscript
+BuildRequires: mono-monodoc >= 2.6
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(monoautodeps)
 BuildRequires: sed >= 4.0
@@ -45,12 +49,36 @@ Requires:   %{name} = %{version}-%{release}
 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
@@ -95,8 +123,39 @@ Compares API changes between different assemblies.
 %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
+%patch0 -p1
 
 # as expected by ilcontrast script
 sed -i -e 's,\$(libdir)/ilcontrast,$(prefix)/lib/ilcontrast,' ilcontrast/Makefile.am
@@ -106,7 +165,7 @@ sed -i -e 's,\$(libdir)/ilcontrast,$(prefix)/lib/ilcontrast,' ilcontrast/Makefil
 %{__autoconf}
 %{__automake}
 %configure
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -125,18 +184,33 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/create-native-map
+%attr(755,root,root) %{_bindir}/emveepee
 %attr(755,root,root) %{_bindir}/gasnview
-%attr(755,root,root) %{_bindir}/gnunit
-%attr(755,root,root) %{_bindir}/gnunit2
-%{_prefix}/lib/mono/1.0/gasnview.exe
-%{_prefix}/lib/mono/1.0/gnunit.exe
-%{_prefix}/lib/mono/2.0/gnunit2.exe
+%attr(755,root,root) %{_bindir}/gsharp
+%attr(755,root,root) %{_bindir}/minvoke
+%attr(755,root,root) %{_bindir}/monodoc
+%attr(755,root,root) %{_bindir}/mperfmon
+%dir %{_prefix}/lib/gsharp
+%attr(755,root,root) %{_prefix}/lib/gsharp/gsharp.exe
+%{_prefix}/lib/gsharp/gsharp.exe.config
+%attr(755,root,root) %{_prefix}/lib/mono/1.0/gasnview.exe
 %{_prefix}/lib/create-native-map
+%dir %{_prefix}/lib/minvoke
+%attr(755,root,root) %{_prefix}/lib/minvoke/minvoke.exe
+%dir %{_prefix}/lib/mperfmon
+%{_prefix}/lib/mperfmon/config
+%attr(755,root,root) %{_prefix}/lib/mperfmon/mperfmon.exe
+%dir %{_prefix}/lib/mono-tools
+%{_prefix}/lib/mono-tools/Mono.Profiler.Widgets.dll
+%attr(755,root,root) %{_prefix}/lib/mono-tools/emveepee.exe
 %{_libdir}/monodoc/browser.exe
+%{_libdir}/monodoc/web
+%{_desktopdir}/gsharp.desktop
 %{_desktopdir}/monodoc.desktop
 %{_pixmapsdir}/monodoc.png
 %{_pkgconfigdir}/create-native-map.pc
 %{_mandir}/man1/create-native-map.1*
+%{_mandir}/man1/mperfmon.1*
 
 %if %{with gecko}
 %files gecko
@@ -148,6 +222,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_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
@@ -155,11 +237,31 @@ rm -rf $RPM_BUILD_ROOT
 %files gendarme
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gendarme
+%attr(755,root,root) %{_bindir}/gendarme-wizard
 %{_prefix}/lib/gendarme
+%{_libdir}/monodoc/sources/Gendarme*
+%{_libdir}/monodoc/sources/gendarme*
+%{_desktopdir}/gendarme-wizard.desktop
 %{_pkgconfigdir}/gendarme-framework.pc
+%{_pixmapsdir}/gendarme.svg
 %{_mandir}/man1/gendarme.1*
+%{_mandir}/man5/gendarme.5*
 
 %files gui-compare
 %defattr(644,root,root,755)
 %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*
This page took 0.051273 seconds and 4 git commands to generate.