From ecd3fc37b737cab483acc9c16c752812f6b8acfd Mon Sep 17 00:00:00 2001 From: Karol Trzcionka Date: Apr 22 2008 18:22:18 +0000 Subject: - Update to v0.7.1 - Using original tarball --- diff --git a/.cvsignore b/.cvsignore index 0d014aa..004cbfb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -quesoglc-0.7.0-freecode.tar.gz +quesoglc-0.7.1.tar.gz diff --git a/generate-tarball.sh b/generate-tarball.sh deleted file mode 100644 index 61a1205..0000000 --- a/generate-tarball.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -VERSION=$1 - -tar -xzvf quesoglc-$VERSION.tar.gz -rm quesoglc-$VERSION/include/GL/{glew,wglew,glxew}.h -tar -czvf quesoglc-$VERSION-freecode.tar.gz quesoglc-$VERSION diff --git a/quesoglc.spec b/quesoglc.spec index ad73e0b..e009edc 100644 --- a/quesoglc.spec +++ b/quesoglc.spec @@ -1,19 +1,12 @@ Name: quesoglc -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} Summary: The OpenGL Character Renderer Group: System Environment/Libraries License: LGPLv2+ URL: http://quesoglc.sourceforge.net/ -#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}-freecode.tar.gz -Source1: generate-tarball.sh -# quesoglc contains non-free code that we cannot ship (under freeB and GLXPL). -# Therefore we use this script to remove the patented code before shipping it. -# Download the upstream tarball and invoke this script while in the -# tarball's directory: -# ./generate-tarball.sh 0.7.0 +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fontconfig-devel freeglut-devel @@ -38,10 +31,11 @@ for developing GLC applications. %prep %setup -q +rm -f include/GL/{glxew,wglew,glew}.h ln -s %{_includedir}/GL/{glxew,wglew,glew}.h include/GL/ %build -%configure --disable-static +%configure --disable-static make %{?_smp_mflags} cd docs doxygen @@ -69,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libGLC.so %changelog +* Tue Apr 22 2008 Karol Trzcionka - 0.7.1-1 +- Update to v0.7.1 +- Using original tarball * Sat Feb 23 2008 Karol Trzcionka - 0.7.0-1 - Update to v0.7.0 * Sat Feb 09 2008 Karol Trzcionka - 0.6.5-5 diff --git a/sources b/sources index f332bbd..4720574 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1b470da01c7274ddbf65d8ca8bc4d1c quesoglc-0.7.0-freecode.tar.gz +6a2228d60b8522a9a1112933c629226e quesoglc-0.7.1.tar.gz