$ git show --format=fuller --patch-with-stat --summary 50fa9ada52c7cb8285136200df9f666a32b70971
commit 50fa9ada52c7cb8285136200df9f666a32b70971
Author: AngryPenguinPL <angrypenguinpoland@gmail.com>
AuthorDate: Sun Jan 5 20:25:59 2020 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Sun Jan 5 20:25:59 2020 +0100
clean
---
python-pysendfile.spec | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/python-pysendfile.spec b/python-pysendfile.spec
index af556f8..7371dee 100644
--- a/python-pysendfile.spec
+++ b/python-pysendfile.spec
@@ -20,18 +20,6 @@ to the fact that all of the copying of data between the two descriptors is done
entirely by the kernel, with no copying of data into user-space buffers. This is
particularly useful when sending a file over a socket (e.g. FTP).
-%package -n python-%{pypi_name}
-Summary: Python interface to the sendfile(2) system call
-Group: Development/Python
-%{?python_provide:%python_provide python-%{pypi_name}}
-
-%description -n python-%{pypi_name}
-sendfile(2) is a system call which provides a "zero-copy" way of copying data
-from one file descriptor to another (a socket). The phrase "zero-copy" refers
-to the fact that all of the copying of data between the two descriptors is done
-entirely by the kernel, with no copying of data into user-space buffers. This is
-particularly useful when sending a file over a socket (e.g. FTP).
-
%prep
%setup -q -n %{pypi_name}-release-%{version}
@@ -44,7 +32,7 @@ particularly useful when sending a file over a socket (e.g. FTP).
%check
PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} test/test_sendfile.py
-%files -n python-%{pypi_name}
+%files
%doc README.rst HISTORY.rst
%license LICENSE
%{python_sitearch}/sendfile*.so