]> git.pld-linux.org Git - packages/python-pyaes.git/commitdiff
Rel. 1. auto/th/python-pyaes-1.6.0-1
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 25 Aug 2017 14:18:15 +0000 (16:18 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 25 Aug 2017 14:18:15 +0000 (16:18 +0200)
python-pyaes.spec

index c6fa66d31f4550c7cc6075a41e648ae4c784f818..d0115e278ef21a159fcdb12bf5c598748c9f3357 100644 (file)
@@ -5,14 +5,14 @@
 %bcond_without python3 # CPython 3.x module
 
 %define        module  pyaes
-Summary:       Pure-Python implementation of AES block-cipher and common modes of operation.
+Summary:       Pure-Python implementation of AES block-cipher and common modes of operation
 # Summary(pl.UTF-8):   -
 Name:          python-%{module}
 Version:       1.6.0
-Release:       0.1
+Release:       1
 License:       MIT
 Group:         Libraries/Python
-Source0:       https://pypi.python.org/packages/63/31/6768a72cdca5dbd299ae798b690801e6c9c2f018332eec3c5fca79370dba/pyaes-1.6.0.tar.gz#md5=516d3869e62e661031635270348193fe
+Source0:       https://pypi.python.org/packages/63/31/6768a72cdca5dbd299ae798b690801e6c9c2f018332eec3c5fca79370dba/pyaes-%{version}.tar.gz
 # Source0-md5: 516d3869e62e661031635270348193fe
 URL:           -
 BuildRequires: rpm-pythonprov
@@ -26,14 +26,15 @@ BuildRequires:      python3-modules
 BuildRequires: python3-setuptools
 %endif
 # when using /usr/bin/env or other in-place substitutions
-#BuildRequires:        sed >= 4.0
+#BuildRequires:        sed >= 4.0
 # replace with other requires if defined in setup.py
 Requires:      python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Pure-Python implementation of AES block-cipher and common modes of operation.
+Pure-Python implementation of AES block-cipher and common modes of
+operation.
 
 # %description -l pl.UTF-8
 
@@ -61,9 +62,6 @@ Dokumentacja API %{module}.
 %prep
 %setup -q -n %{module}-%{version}
 
-# fix #!/usr/bin/env python -> #!/usr/bin/python:
-#%{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
-
 %build
 %if %{with python2}
 %py_build %{?with_tests:test}
This page took 0.128714 seconds and 4 git commands to generate.