rpms/tolua++/devel tolua++.spec,1.3,1.4

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Wed Aug 22 20:03:55 UTC 2007


Author: oddsocks

Update of /cvs/extras/rpms/tolua++/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26062

Modified Files:
	tolua++.spec 
Log Message:



Index: tolua++.spec
===================================================================
RCS file: /cvs/extras/rpms/tolua++/devel/tolua++.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tolua++.spec	28 Aug 2006 16:43:33 -0000	1.3
+++ tolua++.spec	22 Aug 2007 20:03:20 -0000	1.4
@@ -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 @@
 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 @@
 
 
 %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 @@
 
 
 %changelog
-* Mon Aug 28 2006 Ian Chapman <packages at amiga-hardware.com> 1.0.92-4%{?dist}
+* Wed Aug 22 2007 Ian Chapman <packages at amiga-hardware.com> 1.0.92-5
+- Release bump for F8 mass rebuild
+- Updated license due to new guidelines
+
+* Mon Aug 28 2006 Ian Chapman <packages at amiga-hardware.com> 1.0.92-4
 - Release bump for FC6 mass rebuild
 
-* Sat Jun 03 2006 Ian Chapman <packages at amiga-hardware.com> 1.0.92-3%{?dist}
+* Sat Jun 03 2006 Ian Chapman <packages at amiga-hardware.com> 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.
 




More information about the fedora-extras-commits mailing list