From 515d3294a900c6013d07e9fe8fd708617be7f9fa Mon Sep 17 00:00:00 2001 From: oddsocks Date: Aug 22 2007 20:03:20 +0000 Subject: *** empty log message *** --- diff --git a/tolua++.spec b/tolua++.spec index 2e434fe..5f4cc5b 100644 --- a/tolua++.spec +++ b/tolua++.spec @@ -2,11 +2,10 @@ Name: tolua++ Version: 1.0.92 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A tool to integrate C/C++ code with Lua - Group: Development/Tools -License: Freeware +License: Freely redistributable without restriction URL: http://www.codenix.com/~tolua/ Source0: http://www.codenix.com/~tolua/%{name}-%{version}.tar.bz2 Patch0: tolua++-1.0.92-makeso.patch @@ -18,6 +17,7 @@ BuildRequires: lua-devel >= 5.1 tolua++ is an extended version of tolua, a tool to integrate C/C++ code with Lua. tolua++ includes new features oriented to C++ + %package devel Summary: Development files for tolua++ Group: Development/Libraries @@ -35,7 +35,7 @@ sed -i 's/\r//' doc/%{name}.html %build -scons %{?_smp_mflags} -Q CCFLAGS="$RPM_OPT_FLAGS -I%{_includedir}" tolua_lib=%{solib} LINKFLAGS="-Wl,-soname,lib%{solib}.so" +scons %{?_smp_mflags} -Q CCFLAGS="%{optflags} -I%{_includedir}" tolua_lib=%{solib} LINKFLAGS="-Wl,-soname,lib%{solib}.so" #Recompile the exe without the soname. An ugly hack. gcc -o bin/%{name} src/bin/tolua.o src/bin/toluabind.o -Llib -l%{solib} -llua -ldl -lm @@ -74,10 +74,14 @@ rm -rf %{buildroot} %changelog -* Mon Aug 28 2006 Ian Chapman 1.0.92-4%{?dist} +* Wed Aug 22 2007 Ian Chapman 1.0.92-5 +- Release bump for F8 mass rebuild +- Updated license due to new guidelines + +* Mon Aug 28 2006 Ian Chapman 1.0.92-4 - Release bump for FC6 mass rebuild -* Sat Jun 03 2006 Ian Chapman 1.0.92-3%{?dist} +* Sat Jun 03 2006 Ian Chapman 1.0.92-3 - Fixed issue with where tolua++ was tagged with an soname the same as the lib meaning ld would fail to locate the library.