]> git.pld-linux.org Git - packages/python-line_profiler.git/blobdiff - python-line_profiler.spec
- rel 5; fix files
[packages/python-line_profiler.git] / python-line_profiler.spec
index 1f4068cec80f2a2e6012efde9a36c6a437e9fcaf..b249b3792b4632b4975c0dc60e7237a40bb03774 100644 (file)
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):    ModuĊ‚ do optymalizacji linia po linii kodu funkcji
 # Name must match the python module/package name (as in 'import' statement)
 Name:          python-%{module}
 Version:       1.0
-Release:       2
+Release:       5
 License:       BSD
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/l/%{module}/%{module}-%{version}.tar.gz
@@ -19,10 +19,12 @@ Source0:    https://pypi.python.org/packages/source/l/%{module}/%{module}-%{version
 URL:           https://github.com/rkern/line_profiler
 BuildRequires: rpm-pythonprov
 %if %{with python2}
+BuildRequires: python-Cython
 BuildRequires: python-devel
 BuildRequires: python-distribute
 %endif
 %if %{with python3}
+BuildRequires: python3-Cython
 BuildRequires: python3-devel
 BuildRequires: python3-distribute
 BuildRequires: python3-modules
@@ -132,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/kernprof.py
 %{py3_sitedir}/line_profiler.py
 %{py3_sitedir}/__pycache__
-%attr(755,root,root) %{py3_sitedir}/_line_profiler.cpython-*m.so
+%attr(755,root,root) %{py3_sitedir}/_line_profiler.cpython-*.so
 %attr(755,root,root) %{_bindir}/kernprof
 %{py3_sitedir}/%{module}-%{version}-py*.egg-info
 %endif
This page took 0.218111 seconds and 4 git commands to generate.