From 7035cc77c267eb67913d6cb26df3c3b26345c439 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Nov 29 2009 18:21:34 +0000 Subject: - Fix libdir for 64-bit archs --- diff --git a/plee-the-bear.spec b/plee-the-bear.spec index 9425ab1..149cb11 100644 --- a/plee-the-bear.spec +++ b/plee-the-bear.spec @@ -1,6 +1,6 @@ Name: plee-the-bear Version: 0.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 2D platform game Group: Amusements/Games # Code and artwork respectively @@ -41,7 +41,10 @@ game counts several contributions from external people. %build -%cmake . +%cmake . \ + -DPTB_INSTALL_CUSTOM_LIBRARY_DIR=%{_lib} \ + -DBEAR_ENGINE_INSTALL_LIBRARY_DIR=%{_lib} \ + -DBEAR_FACTORY_INSTALL_LIBRARY_DIR=%{_lib} make %{?_smp_mflags} VERBOSE=1 @@ -94,6 +97,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Nov 29 2009 Lubomir Rintel - 0.4.1-3 +- Fix libdir for 64-bit archs + * Fri Sep 18 2009 Lubomir Rintel - 0.4.1-2 - Incorporate suggestions from review (#524283#c2, Simon Wesp) - Fix license tag