Changes of Revision 2
[-] | Changed | python-docutils.spec |
x 1
2 Name: python-docutils 3 Version: 0.9.1 4 Release: 1 5 -Url: https://launchpad.net/python-docutils 6 +Url: http://docutils.sourceforge.net/ 7 License: BSD 8 Summary: Python documentation generator 9 Group: Development/Languages/Python 10
11 Requires: python-distribute 12 13 %description 14 -docutils is a tool that makes it easy to create intelligent and beautiful documentation for Python projects. 15 +Docutils is an open-source text processing system for processing 16 +plaintext documentation into useful formats, such as HTML, LaTeX, 17 +man-pages, open-document or XML. It includes reStructuredText, 18 +the easy to read, easy to use, what-you-see-is-what-you-get 19 +plaintext markup language. 20 21 %prep 22 %setup -n docutils-%{version} 23
24 25 %files -f %{name}.filelist 26 %defattr(-,root,root) 27 -%doc CHANGES 28 +%doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt THANKS.txt 29 30 %changelog 31 + 32 |