]> git.pld-linux.org Git - packages/python-line_profiler.git/commitdiff
- rel 5; fix files auto/th/python-line_profiler-1.0-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 14 Sep 2015 08:12:30 +0000 (10:12 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 14 Sep 2015 08:12:30 +0000 (10:12 +0200)
python-line_profiler.spec

index 1fdb41ca6ff9f6bb2f900d868888c8347aa3736f..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:       4
+Release:       5
 License:       BSD
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/l/%{module}/%{module}-%{version}.tar.gz
@@ -134,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.187659 seconds and 4 git commands to generate.