Logoj0ke.net Open Build Service > Projects > devel:python > python-docutils > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed python-docutils.spec
x
 
1
@@ -1,7 +1,7 @@
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
@@ -14,7 +14,11 @@
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
@@ -44,6 +48,7 @@
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