Author: malekith Date: Mon Feb 21 20:51:41 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - from scratch
---- Files affected: SPECS: ndoc.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ndoc.spec diff -u /dev/null SPECS/ndoc.spec:1.1 --- /dev/null Mon Feb 21 21:51:41 2005 +++ SPECS/ndoc.spec Mon Feb 21 21:51:36 2005 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: API documentation generation tool for .NET +Summary(pl): Narzędzie do generowania dokumentacji API dla .NET +Name: ndoc +Version: 1.3.1 +Release: 0.1 +License: GPL v2+ +Group: Development/Tools +Source0: http://dl.sourceforge.net/ndoc/%{name}-devel-v%{version}.zip +# Source0-md5: 8950a53dd3c379e41781ba7f1834e948 +URL: http://ndoc.sourceforge.net/ +BuildRequires: mono-csharp >= 1.1.4.20050221svn +BuildRequires: nant +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +NDoc generates class libraries documentation from .NET assemblies and +the XML documentation files generated by the C# compiler. It also +works with VB.NET and Nemerle. NDoc uses add-on documenters to +generate documentation in several different formats, including +MSDN-online style web pages. + +%description -l pl +NDoc generuje dokumentacje bibliotek klas z assemblies .NET oraz +plików XML generowanych przez kompilator C# nad podstawie źródeł. +Działa również z VB.NET oraz Nemerle. NDoc używa wtyczek do generacji +dokumentacji w różnych formatach m.in. strony HTML w formacie +MSDN-online. + +%prep +%setup -q -c + +%build +nant -t:mono-1.0 + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_libdir}/mono/ndoc,%{_bindir}} +install bin/mono/1.0/*.{dll,exe} $RPM_BUILD_ROOT%{_libdir}/mono/ndoc + +echo "#!/bin/sh" > $RPM_BUILD_ROOT%{_bindir}/NDocConsole +echo 'exec mono %{_libdir}/mono/ndoc/NDocConsole.exe "$@"' >> $RPM_BUILD_ROOT%{_bindir}/NDocConsole +ln -sf NDocConsole $RPM_BUILD_ROOT%{_bindir}/ndoc + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.txt doc/sdk/* examples +%attr(755,root,root) %{_bindir}/* +%{_libdir}/mono/ndoc + +%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.1 2005/02/21 20:51:36 malekith +- from scratch + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
