Accepting request 259676 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/259676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=22
This commit is contained in:
commit
8726382096
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 22:19:05 UTC 2014 - dvlaeev@suse.com
|
||||||
|
|
||||||
|
- build with -fno-tree-dominator-opts (boo#902146)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 21:22:30 UTC 2014 - dmueller@suse.com
|
Fri Sep 12 21:22:30 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -58,14 +58,14 @@ This package contains header files required for C modules development.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" python setup.py build
|
CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py build
|
||||||
cd doc && make html
|
cd doc && make html
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
CFLAGS="%{optflags}" python setup.py test
|
CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user