From 696d48f7609c6a58cd700b949deb865edecb1101 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Apr 06 2005 12:00:22 +0000 Subject: Removed CFLAGS --- diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 0fc01fb..9946230 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -3,7 +3,7 @@ Name: python-cherrypy Version: 2.0.0 -Release: 0.1.b +Release: 0.2.b Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -28,7 +28,7 @@ results in smaller source code developed in less time. %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT @@ -59,5 +59,8 @@ rm -rf $RPM_BUILD_ROOT %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo %changelog +* Wed Apr 6 2005 Ignacio Vazquez-Abrams 2.0.0-0.2.b +- Removed CFLAGS + * Wed Mar 23 2005 Gijs Hollestelle 2.0.0-0.1.b - Initial Fedora Package