Let's see if this works

This commit is contained in:
Jorge Gallegos 2015-11-18 14:05:08 -08:00
parent ec5c01271c
commit 6b308b7225
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ echo "https://github.com/unbit/%{docrepo}/tree/%{commit}" >> README.Fedora
%{__install} -p -m 0644 *.h %{buildroot}%{_includedir}/%{name}
%{__install} -p -m 0755 *_plugin.so %{buildroot}%{_libdir}/%{name}
%{__install} -D -p -m 0644 uwsgidecorators.py %{buildroot}%{python_sitelib}/uwsgidecorators.py
%py_byte_compile %{__python2} %{buildroot}%{python_sitelib}/
%py_byte_compile %{__python} %{buildroot}%{python_sitelib}/
%if %{with python3}
%{__install} -D -p -m 0644 uwsgidecorators.py %{buildroot}%{python3_sitelib}/uwsgidecorators.py
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/