rpms/plee-the-bear/devel plee-the-bear.spec,1.1,1.2

Lubomir Rintel lkundrak at fedoraproject.org
Sun Nov 29 18:50:33 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/plee-the-bear/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32461

Modified Files:
	plee-the-bear.spec 
Log Message:
* Sun Nov 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.4.1-3
- Fix libdir for 64-bit archs



Index: plee-the-bear.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plee-the-bear/devel/plee-the-bear.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- plee-the-bear.spec	24 Nov 2009 09:50:45 -0000	1.1
+++ plee-the-bear.spec	29 Nov 2009 18:50:33 -0000	1.2
@@ -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 e
 
 
 %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/
 
 
 %changelog
+* Sun Nov 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.4.1-3
+- Fix libdir for 64-bit archs
+
 * Fri Sep 18 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.4.1-2
 - Incorporate suggestions from review (#524283#c2, Simon Wesp)
 - Fix license tag




More information about the fedora-extras-commits mailing list