Author: wolf Date: Fri Mar 14 20:03:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.9
---- Files affected: SPECS: mono-tools.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/mono-tools.spec diff -u SPECS/mono-tools.spec:1.31 SPECS/mono-tools.spec:1.32 --- SPECS/mono-tools.spec:1.31 Sat Dec 15 22:47:53 2007 +++ SPECS/mono-tools.spec Fri Mar 14 21:03:38 2008 @@ -7,13 +7,13 @@ Summary: Mono Tools Summary(pl.UTF-8): Narzędzia do mono Name: mono-tools -Version: 1.2.6 +Version: 1.9 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: 979aa2b947f1af8c181050aec3685125 +# Source0-md5: f00eb74bd0f467f81fad3ab62e215e1a URL: http://www.mono-project.com/ BuildRequires: autoconf BuildRequires: automake @@ -21,6 +21,7 @@ BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0 BuildRequires: mono-compat-links BuildRequires: monodoc >= 1.2.6 +BuildRequires: mono-jscript BuildRequires: pkgconfig BuildRequires: rpmbuild(monoautodeps) BuildRequires: sed >= 4.0 @@ -64,6 +65,36 @@ %description gtkhtml -l pl.UTF-8 Oparty na GtkHTML wyświetlacz HTML-a dla monodoc. +%package gendarme +Summary: A tool to find problems in .NET applications and libraries +Summary(pl.UTF-8): Narzędzie znajdujące problemy w aplikacjach i bibliotekach .NET +Group: Development/Tools + +%description gendarme +Gendarme is a extensible rule-based tool to find problems in .NET +applications and libraries. Gendarme inspects programs and libraries +that contain code in ECMA CIL format (Mono and .NET) and looks for +common problems with the code, problems that compiler do not typically +check or have not historically checked. + +%description gendarme -l pl.UTF-8 +Gendarme to rozszerzalne narzędzie oparte o regułki, znajdujące +problemy w aplikacjach i bibliotekach .NET. Gendarme przeprowadza +inspekcję programów i bibliotek w formacie ECMA CIL (Mono i .NET) +szukając typowych problemów, których często kompilator nie sprawdza, +lub tych które nie były kiedyś sprawdzane. + +%package gui-compare +Summary: Compares API changes between different assemblies +Summary(pl.UTF-8): Porównuje zmiany API między różnymi assembly +Group: Development/Tools + +%description gui-compare +Compares API changes between different assemblies. + +%description gui-compare -l pl.UTF-8 +Porównuje zmiany API między różnymi assembly. + %prep %setup -q @@ -121,12 +152,27 @@ %defattr(644,root,root,755) %{_libdir}/monodoc/GtkHtmlHtmlRender.dll +%files gendarme +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/gendarme +%{_prefix}/lib/gendarme +%{_pkgconfigdir}/gendarme-framework.pc +%{_mandir}/man1/gendarme.1* + +%files gui-compare +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/gui-compare +%{_prefix}/lib/gui-compare + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2008-03-14 20:03:38 wolf +- 1.9 + Revision 1.31 2007-12-15 21:47:53 qboosh - updated to 1.2.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mono-tools.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
