14
0
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:
Tomáš Chvátal
2020-06-22 14:07:12 +00:00
committed by Git OBS Bridge
parent f693862ebe
commit 2a83c29997
2 changed files with 6 additions and 1 deletions

View File

@@ -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>

View File

@@ -114,7 +114,7 @@ fi
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \
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
%if ! %{with test}