]> git.pld-linux.org Git - packages/python-test-server.git/commitdiff
- egg-info typo, release 2 auto/th/python-test-server-0.0.31-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Dec 2019 15:14:55 +0000 (16:14 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Dec 2019 15:14:55 +0000 (16:14 +0100)
python-test-server.spec

index 901773f79943fe6584da23d5cacfce6b71c7b61f..046400819de2d8023a12d2f8added6502ed9e28e 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Server to test HTTP clients
 Summary(pl.UTF-8):     Serwer do testówania klientów HTTP
 Name:          python-test-server
 Version:       0.0.31
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/test-server/
@@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG.md README.rst 
 %{py_sitescriptdir}/test_server
-%{py_sitescriptdir}/test-server-%{version}-py*.egg-info
+%{py_sitescriptdir}/test_server-%{version}-py*.egg-info
 %endif
 
 %if %{with python3}
@@ -108,5 +108,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG.md README.rst 
 %{py3_sitescriptdir}/test_server
-%{py3_sitescriptdir}/test-server-%{version}-py*.egg-info
+%{py3_sitescriptdir}/test_server-%{version}-py*.egg-info
 %endif
This page took 0.18431 seconds and 4 git commands to generate.