jwrdegoede pushed to ClanLib (master). "Don't rely on autodetection to select which modules to build."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 11:43:38 UTC 2015


>From ccfb928b7b85e4490fbb40e10cffe73b1980c0ef Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede at redhat.com>
Date: Thu, 2 Apr 2015 13:43:30 +0200
Subject: Don't rely on autodetection to select which modules to build.


diff --git a/ClanLib.spec b/ClanLib.spec
index 68e7931..a55c41c 100644
--- a/ClanLib.spec
+++ b/ClanLib.spec
@@ -1,7 +1,7 @@
 Summary:        Cross platform C++ game library
 Name:           ClanLib
 Version:        2.3.7
-Release:        4%{?dist}
+Release:        5%{?dist}
 Group:          System Environment/Libraries
 License:        zlib
 URL:            http://www.clanlib.org/
@@ -45,7 +45,21 @@ mv reference_doxygen html
 
 
 %build
-%configure --disable-dependency-tracking --disable-static --disable-docs
+%configure --disable-dependency-tracking --disable-static --disable-docs \
+  --enable-clanDisplay   \
+  --enable-clanGL        \
+  --enable-clanGL1       \
+  --enable-clanSound     \
+  --enable-clanDatabase  \
+  --enable-clanSqlite    \
+  --enable-clanRegExp    \
+  --enable-clanNetwork   \
+  --enable-clanGUI       \
+  --enable-clanCSSLayout \
+  --enable-clanSWRender  \
+  --enable-clanMikMod    \
+  --enable-clanVorbis
+
 # Don't use rpath!
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -73,6 +87,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Mon Mar 30 2015 Xavier Bachelot <xavier at bachelot.org> - 2.3.7-5
+- Don't rely on autodetection to select which modules to build.
+
 * Thu Mar 26 2015 Kalev Lember <kalevlember at gmail.com> - 2.3.7-4
 - Rebuilt for GCC 5 ABI change
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ClanLib.git/commit/?h=master&id=ccfb928b7b85e4490fbb40e10cffe73b1980c0ef


More information about the scm-commits mailing list