]> git.pld-linux.org Git - packages/sphinx-pdg.git/commitdiff
- updated to 1.3.2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Nov 2015 20:51:11 +0000 (21:51 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Nov 2015 20:51:11 +0000 (21:51 +0100)
sphinx-pdg.spec

index 6b0b2b84af8f2e78a55bb153841806b9a12574c6..d21e5e3a26f6587908600b0f90a6c37e3b8bf216 100644 (file)
@@ -8,12 +8,13 @@
 Summary:       Sphinx - Python documentation generator
 Summary(pl.UTF-8):     Sphinx - narzędzie do tworzenia dokumentacji dla Pythona
 Name:          sphinx-pdg
-Version:       1.3.1
-Release:       5
+Version:       1.3.2
+Release:       1
 License:       BSD
 Group:         Development/Languages/Python
+#Source0Download: https://pypi.python.org/pypi/Sphinx
 Source0:       https://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
-# Source0-md5: 8786a194acf9673464c5455b11fd4332
+# Source0-md5: 740b8171b760fb1fa801bf2d1f2d3133
 URL:           http://sphinx.pocoo.org/
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: python-modules >= 1:2.5
@@ -54,13 +55,13 @@ przez Georga Brandla. Pierwotnie powstało do tłumaczenia nowej
 dokumentacji Pythona, ale potem zostało wyczyszczone w nadziei, że
 będzie przydatne dla wielu innych projektów.
 
-%package 3
-Summary:       Sphinx Python documentation generator (Python 3 version)
-Summary(pl.UTF-8):     Sphinx - narzędzie do tworzenia dokumentacji dla Pythona (wersja dla Pythona 3)
+%package 2
+Summary:       Sphinx Python documentation generator (Python 2 version)
+Summary(pl.UTF-8):     Sphinx - narzędzie do tworzenia dokumentacji dla Pythona (wersja dla Pythona 2)
 Group:         Development/Languages/Python
-Requires:      python3-Sphinx = %{version}-%{release}
+Requires:      python-Sphinx = %{version}-%{release}
 
-%description 3
+%description 2
 Sphinx is a tool that makes it easy to create intelligent and
 beautiful documentation for Python projects (or other documents
 consisting of multiple reStructuredText sources), written by Georg
@@ -68,7 +69,7 @@ Brandl. It was originally created to translate the new Python
 documentation, but has now been cleaned up in the hope that it will be
 useful to many other projects.
 
-%description 3 -l pl.UTF-8
+%description 2 -l pl.UTF-8
 Sphinx to narzędzie ułatwiające tworzenie inteligentnej i ładnej
 dokumentacji dla projektów w Pythonie (lub innych dokumentów
 składających się z wielu źródeł w formacie reStructuredText), napisane
@@ -76,13 +77,13 @@ przez Georga Brandla. Pierwotnie powstało do tłumaczenia nowej
 dokumentacji Pythona, ale potem zostało wyczyszczone w nadziei, że
 będzie przydatne dla wielu innych projektów.
 
-%package 2
-Summary:       Sphinx Python documentation generator (Python 2 version)
-Summary(pl.UTF-8):     Sphinx - narzędzie do tworzenia dokumentacji dla Pythona (wersja dla Pythona 2)
+%package 3
+Summary:       Sphinx Python documentation generator (Python 3 version)
+Summary(pl.UTF-8):     Sphinx - narzędzie do tworzenia dokumentacji dla Pythona (wersja dla Pythona 3)
 Group:         Development/Languages/Python
-Requires:      python-Sphinx = %{version}-%{release}
+Requires:      python3-Sphinx = %{version}-%{release}
 
-%description 2
+%description 3
 Sphinx is a tool that makes it easy to create intelligent and
 beautiful documentation for Python projects (or other documents
 consisting of multiple reStructuredText sources), written by Georg
@@ -90,7 +91,7 @@ Brandl. It was originally created to translate the new Python
 documentation, but has now been cleaned up in the hope that it will be
 useful to many other projects.
 
-%description 2 -l pl.UTF-8
+%description 3 -l pl.UTF-8
 Sphinx to narzędzie ułatwiające tworzenie inteligentnej i ładnej
 dokumentacji dla projektów w Pythonie (lub innych dokumentów
 składających się z wielu źródeł w formacie reStructuredText), napisane
This page took 0.17743 seconds and 4 git commands to generate.