update to 2.10 [release 2.10-1mamba;Sat Mar 26 2011]
This commit is contained in:
parent
bc398ea58f
commit
3ab19c8a27
@ -1,2 +1,3 @@
|
|||||||
# mono-tools
|
# mono-tools
|
||||||
|
|
||||||
|
Mono Tools is a collection of development and testing programs and utilities for use with Mono.
|
||||||
|
167
mono-tools.spec
Normal file
167
mono-tools.spec
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
Name: mono-tools
|
||||||
|
Version: 2.10
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Mono tools
|
||||||
|
Group: Graphical Desktop/Applications/Development
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.mono-project.com/Monodoc
|
||||||
|
Source: http://ftp.novell.com/pub/mono/sources/mono-tools/mono-tools-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
BuildRequires: mono-nunit
|
||||||
|
BuildRequires: gnome-sharp-devel
|
||||||
|
BuildRequires: gnome-desktop-sharp-devel
|
||||||
|
BuildRequires: mono-extras
|
||||||
|
Requires: gnome-sharp
|
||||||
|
Requires: gnome-desktop-sharp
|
||||||
|
Requires: mono-extras
|
||||||
|
Requires: mono-nunit
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Mono Tools is a collection of development and testing programs and utilities for use with Mono.
|
||||||
|
|
||||||
|
# FIXME (missing requirements):
|
||||||
|
# gecko-sharp
|
||||||
|
# webkit-sharp
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make -j1
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/emveepee
|
||||||
|
%{_bindir}/gsharp
|
||||||
|
%{_bindir}/create-native-map
|
||||||
|
%{_bindir}/gd2i
|
||||||
|
%{_bindir}/gasnview
|
||||||
|
%{_bindir}/gendarme
|
||||||
|
%{_bindir}/gendarme-wizard
|
||||||
|
#%{_bindir}/gnunit
|
||||||
|
#%{_bindir}/gnunit2
|
||||||
|
%{_bindir}/gui-compare
|
||||||
|
%{_bindir}/minvoke
|
||||||
|
%{_bindir}/monodoc
|
||||||
|
%{_bindir}/mperfmon
|
||||||
|
%{_bindir}/mprof-decoder
|
||||||
|
%{_bindir}/mprof-heap-viewer
|
||||||
|
%{_libdir}/create-native-map/MapAttribute.cs
|
||||||
|
%{_libdir}/create-native-map/create-native-map.exe
|
||||||
|
%{_libdir}/gendarme/Gendarme.Framework.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.BadPractice.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Concurrency.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Correctness.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Design.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Design.Generic.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Design.Linq.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Exceptions.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Gendarme.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Globalization.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Interoperability.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Interoperability.Com.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Maintainability.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Naming.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Performance.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Portability.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.NUnit.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Security.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Security.Cas.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Serialization.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Smells.dll
|
||||||
|
%{_libdir}/gendarme/Gendarme.Rules.Ui.dll
|
||||||
|
%{_libdir}/gendarme/gd2i.exe
|
||||||
|
%{_libdir}/gendarme/gendarme-wizard.exe
|
||||||
|
%{_libdir}/gendarme/gendarme.exe
|
||||||
|
%{_libdir}/gendarme/rules.xml
|
||||||
|
%{_libdir}/gsharp/gsharp.exe
|
||||||
|
%{_libdir}/gsharp/gsharp.exe.config
|
||||||
|
%{_libdir}/gui-compare/gui-compare.exe
|
||||||
|
%{_libdir}/gui-compare/gui-compare.exe.mdb
|
||||||
|
%{_libdir}/minvoke/minvoke.exe
|
||||||
|
%{_libdir}/mono-tools/emveepee.exe
|
||||||
|
%{_libdir}/mono-tools/emveepee.exe.mdb
|
||||||
|
%{_libdir}/mono-tools/mprof-decoder-library.dll
|
||||||
|
%{_libdir}/mono-tools/mprof-decoder-library.dll.mdb
|
||||||
|
%{_libdir}/mono-tools/mprof-decoder.exe
|
||||||
|
%{_libdir}/mono-tools/mprof-decoder.exe.mdb
|
||||||
|
%{_libdir}/mono-tools/mprof-heap-snapshot-explorer.dll
|
||||||
|
%{_libdir}/mono-tools/mprof-heap-snapshot-explorer.dll.mdb
|
||||||
|
%{_libdir}/mono-tools/mprof-heap-viewer.exe
|
||||||
|
%{_libdir}/mono-tools/mprof-heap-viewer.exe.mdb
|
||||||
|
%{_libdir}/mono-tools/Mono.Profiler.Widgets.dll
|
||||||
|
%{_libdir}/mono-tools/Mono.Profiler.Widgets.dll.mdb
|
||||||
|
%{_libdir}/mono/1.0/gasnview.exe
|
||||||
|
#%{_libdir}/mono/1.0/gnunit.exe
|
||||||
|
#%{_libdir}/mono/2.0/gnunit2.exe
|
||||||
|
%{_libdir}/monodoc/GtkHtmlHtmlRender.dll
|
||||||
|
%{_libdir}/monodoc/MonoWebBrowserHtmlRender.dll
|
||||||
|
%{_libdir}/monodoc/browser.exe
|
||||||
|
%{_libdir}/monodoc/sources/Gendarme.Rules.*
|
||||||
|
%{_libdir}/monodoc/sources/Gendarme.Framework.*
|
||||||
|
%{_libdir}/monodoc/sources/gendarme.*
|
||||||
|
%{_libdir}/monodoc/web
|
||||||
|
%{_libdir}/mperfmon/config
|
||||||
|
%{_libdir}/mperfmon/mperfmon.exe
|
||||||
|
%{_libdir}/pkgconfig/create-native-map.pc
|
||||||
|
%{_libdir}/pkgconfig/gendarme-framework.pc
|
||||||
|
%{_datadir}/applications/monodoc.desktop
|
||||||
|
%{_datadir}/applications/gendarme-wizard.desktop
|
||||||
|
%{_datadir}/applications/gsharp.desktop
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/monodoc.png
|
||||||
|
#%{_datadir}/applications/mprof-heap-viewer.desktop
|
||||||
|
%{_datadir}/pixmaps/gendarme.svg
|
||||||
|
%{_datadir}/pixmaps/monodoc.png
|
||||||
|
%{_mandir}/man1/mprof-decoder.1.gz
|
||||||
|
%{_mandir}/man1/mprof-heap-viewer.1.gz
|
||||||
|
%{_mandir}/man1/create-native-map.1.gz
|
||||||
|
%{_mandir}/man1/gd2i.1.gz
|
||||||
|
%{_mandir}/man1/gendarme.1.gz
|
||||||
|
%{_mandir}/man1/mperfmon.1.gz
|
||||||
|
%{_mandir}/man5/gendarme.5.gz
|
||||||
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Mar 26 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
||||||
|
- update to 2.10
|
||||||
|
|
||||||
|
* Tue Jan 11 2011 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Jun 02 2010 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 04 2009 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 25 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-2mamba
|
||||||
|
- rebuilt with gnome-desktop-sharp requirementù
|
||||||
|
|
||||||
|
* Tue Jan 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-1mamba
|
||||||
|
- update to 2.2
|
||||||
|
|
||||||
|
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
||||||
|
- update to 2.0
|
||||||
|
|
||||||
|
* Mon Sep 29 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9-1mamba
|
||||||
|
- package created by autospec
|
||||||
|
/usr/bin/gd2i
|
||||||
|
/usr/lib/gendarme/Gendarme.Rules.Gendarme.dll
|
||||||
|
/usr/lib/gendarme/Gendarme.Rules.Globalization.dll
|
||||||
|
/usr/lib/gendarme/Gendarme.Rules.Interoperability.Com.dll
|
||||||
|
/usr/lib/gendarme/Gendarme.Rules.NUnit.dll
|
||||||
|
/usr/lib/gendarme/gd2i.exe
|
||||||
|
/usr/share/man/man1/gd2i.1.gz
|
Loading…
Reference in New Issue
Block a user