diff --git a/lash.spec b/lash.spec index 6155967..c2bf341 100644 --- a/lash.spec +++ b/lash.spec @@ -3,7 +3,7 @@ Summary: LASH Audio Session Handler Name: lash Version: 0.5.4 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.nongnu.org/lash/ @@ -68,6 +68,11 @@ LASH. %patch0 -p0 %patch1 -p1 -b .linking +# Hack to build against newer swig +%if 0%{?fedora} > 13 +sed -i 's|1.3.31|2.0.0|g' configure* +%endif + %build export am_cv_python_pythondir=%{python_sitearch} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %configure --disable-static --disable-serv-inst @@ -164,6 +169,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitearch}/lash.py* %changelog +* Fri Jul 23 2010 Orcan Ogetbil - 0.5.4-12 +- Hack to build against newer swig + * Fri Jul 23 2010 Orcan Ogetbil - 0.5.4-11 - More DSO-linking fixes