]> git.pld-linux.org Git - packages/python3-pygments.git/blobdiff - python-pygments.spec
- x32 rebuild
[packages/python3-pygments.git] / python-pygments.spec
index dc9ed2af6c1716db0a6e6c8bb646e0c836925a25..46be63b83ffc59794d75979f5e6ddfcaa2331106 100644 (file)
@@ -7,28 +7,30 @@
 Summary:       A generic syntax highlighter as Python 2.x module
 Summary(pl.UTF-8):     Moduł Pythona 2.x do ogólnego podświetlania składni
 Name:          python-%{module}
-Version:       1.5
-Release:       3
+Version:       1.6
+Release:       5
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
-# Source0-md5: ef997066cc9ee7a47d01fb4f3da0b5ff
+# Source0-md5: a18feedf6ffd0b0cc8c8b0fbdb2027b1
 URL:           http://pygments.org/
 %if %{with python2}
 BuildRequires: python
 BuildRequires: python-devel
 BuildRequires: python-modules
+BuildRequires: python-setuptools > 7.0
 %endif
 %if %{with python3}
 BuildRequires: python3
 BuildRequires: python3-2to3
 BuildRequires: python3-devel
-BuildRequires: python3-distribute
+BuildRequires: python3-setuptools > 7.0
 BuildRequires: python3-modules
 %endif
 BuildRequires: rpm-pythonprov
-%pyrequires_eq python-modules
-Provides:      python-Pygments
+Requires:      python-setuptools > 7.0
+Requires:      python-modules
+Provides:      python-Pygments = %{version}-%{release}
 Obsoletes:     python-Pygments
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,6 +69,7 @@ forów, wiki i inne plikacje wymagające ładnego wyświetlania kodu
 Summary:       Generic syntax highlighter as Python 3.x module
 Summary(pl.UTF-8):     Moduł Pythona 3.x do ogólnego podświetlania składni
 Group:         Development/Languages/Python
+Requires:      python3-setuptools > 7.0
 Requires:      python3-modules
 
 %description -n python3-%{module}
This page took 0.058648 seconds and 4 git commands to generate.