From cd5c64f891dcb458197e43eb9a3b6fbc6f453e68557bb1950580374981da051d Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Fri, 27 Dec 2013 20:06:19 +0000 Subject: [PATCH] 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 --- python-Unidecode.changes | 6 +++++- python-Unidecode.spec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 0b23929..4c901c8 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 27 17:20:40 UTC 2013 - benoit.monin@gmx.fr + +- remove useless CFLAGS="%{optflags}" + ------------------------------------------------------------------- Fri Sep 20 20:48:57 UTC 2013 - benoit.monin@gmx.fr @@ -8,7 +13,6 @@ Fri Sep 20 20:48:57 UTC 2013 - benoit.monin@gmx.fr ordinals. * Minor fixes to rarely used punctuation characters. - ------------------------------------------------------------------- Sat Jun 8 16:54:21 UTC 2013 - benoit.monin@gmx.fr diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 5c103e1..b341585 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -74,7 +74,7 @@ Sean M. Burke . %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}