forked from pool/python-pycurl
Accepting request 816279 from home:gmbr3:branches:Base:System3
- Fixes for %_libexecdir changing to /usr/libexec OBS-URL: https://build.opensuse.org/request/show/816279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=72
This commit is contained in:
committed by
Git OBS Bridge
parent
f693862ebe
commit
2a83c29997
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 22 08:25:46 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
- Fixes for %_libexecdir changing to /usr/libexec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 8 12:05:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Apr 8 12:05:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -114,7 +114,7 @@ fi
|
|||||||
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \
|
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \
|
||||||
nosetests-%{$python_bin_suffix} -v --with-flaky -a "$test_flags" -e 'test_getinfo'
|
nosetests-%{$python_bin_suffix} -v --with-flaky -a "$test_flags" -e 'test_getinfo'
|
||||||
}
|
}
|
||||||
rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python*
|
rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python*
|
||||||
%endif # test
|
%endif # test
|
||||||
|
|
||||||
%if ! %{with test}
|
%if ! %{with test}
|
||||||
|
Reference in New Issue
Block a user