diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 74a1612..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: amanith -# $Id$ -NAME := amanith -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/amanith-0.3-fix-DSO.patch b/amanith-0.3-fix-DSO.patch new file mode 100644 index 0000000..6b9ff51 --- /dev/null +++ b/amanith-0.3-fix-DSO.patch @@ -0,0 +1,17 @@ +diff -up amanith/examples/opengl/testshaders/testshaders.pro.DSO amanith/examples/opengl/testshaders/testshaders.pro +--- amanith/examples/opengl/testshaders/testshaders.pro.DSO 2010-02-10 11:39:49.917762524 -0500 ++++ amanith/examples/opengl/testshaders/testshaders.pro 2010-02-10 11:40:23.487766249 -0500 +@@ -9,9 +9,11 @@ CONFIG += qt warn_on opengl + SOURCES = main.cpp \ + testshaders.cpp + ++LIBS += -lGLEW ++ + win32: RC_FILE = example.rc + + # Qt4 support + contains(DEFINES, USE_QT4) { + QT += opengl +-} +\ No newline at end of file ++} diff --git a/amanith.spec b/amanith.spec index fabe3e1..0a524d6 100644 --- a/amanith.spec +++ b/amanith.spec @@ -1,6 +1,6 @@ Name: amanith Version: 0.3 -Release: 13%{?dist} +Release: 14%{?dist}.1 Summary: Crossplatform framework for 2d/3d vector graphics Group: Development/Libraries License: QPL @@ -21,6 +21,7 @@ Patch6: amanith-0.3-freetype-fix.patch Patch7: amanith-0.3-system-freetype.patch Patch8: amanith-0.3-gcc43.patch Patch9: amanith-0.3-gcc44.patch +Patch10: amanith-0.3-fix-DSO.patch %description Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d @@ -47,6 +48,7 @@ Development libraries and headers for developing programs that use amanith. %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 -b .DSO # Boo. Hiss. SGI Free B and GLX files. rm -rf include/GL/ # Don't need the 3rdpart stuff either. @@ -103,6 +105,12 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/amanith/ %changelog +* Fri Jul 9 2010 Tom "spot" Callaway - 0.3-14.1 +- repacked tarball (old one wouldn't open on EL-6 for some reason) + +* Wed Feb 10 2010 Tom "spot" Callaway - 0.3-14 +- fix implicit DSO linking + * Wed Aug 19 2009 Tom "spot" Callaway - 0.3-13 - note that upstream is gone, drop URL from Source0 diff --git a/sources b/sources index ce6fc52..3faf8bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -392e79d36cc2d57921c7fefacbc4d4a3 amanith_03.tar.gz +9c7e4607a3260fd4acbad66d22dc3eb0 amanith_03.tar.gz