diff --git a/.gitignore b/.gitignore index 004cbfb..8b6fdda 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ quesoglc-0.7.1.tar.gz +/quesoglc-0.7.2-free.tar.bz2 diff --git a/quesoglc.spec b/quesoglc.spec index 2a94512..7db024e 100644 --- a/quesoglc.spec +++ b/quesoglc.spec @@ -1,12 +1,12 @@ Name: quesoglc -Version: 0.7.1 -Release: 3%{?dist} +Version: 0.7.2 +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: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-free.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fontconfig-devel freeglut-devel @@ -19,6 +19,7 @@ Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libGL-devel +Requires: pkgconfig %description The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL @@ -33,6 +34,7 @@ for developing GLC applications. %setup -q rm -f include/GL/{glxew,wglew,glew}.h ln -s %{_includedir}/GL/{glxew,wglew,glew}.h include/GL/ +rm -rf src/fribidi/ %build %configure --disable-static @@ -61,8 +63,12 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_includedir}/GL/glc.h %{_libdir}/libGLC.so +%{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Aug 18 2010 Karol Trzcionka - 0.7.2-1 +- Update to v0.7.2 + * Sun Jul 26 2009 Fedora Release Engineering - 0.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4720574..f536786 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a2228d60b8522a9a1112933c629226e quesoglc-0.7.1.tar.gz +8065420ff72ab150437f4ae9ef80921c quesoglc-0.7.2-free.tar.bz2