14
0

Accepting request 212368 from home:benoit_monin:pelican

- remove useless CFLAGS="%{optflags}"

OBS-URL: https://build.opensuse.org/request/show/212368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=3
This commit is contained in:
2013-12-27 20:06:19 +00:00
committed by Git OBS Bridge
parent 2d1acd35d7
commit cd5c64f891
2 changed files with 6 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ Sean M. Burke <sburke@cpan.org>.
%setup -q -n Unidecode-%{version}
%build
CFLAGS="%{optflags}" python setup.py build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}