diff --git a/.cvsignore b/.cvsignore index 40d7bb7..4a75862 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gtkglext-1.0.6.tar.bz2 +gtkglext-1.2.0.tar.bz2 diff --git a/gtkglext.spec b/gtkglext.spec index b0fd219..9554f1a 100644 --- a/gtkglext.spec +++ b/gtkglext.spec @@ -1,17 +1,14 @@ -# -*- rpm-spec -*- - -%define base_version 1.0.6 %define api_version 1.0 Summary: OpenGL Extension to GTK Name: gtkglext -Version: %{base_version} -Release: 3%{?dist} +Version: 1.2.0 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://gtkglext.sourceforge.net/ -Source0: ftp://dl.sourceforge.net/pub/sourceforge/gtkglext/gtkglext-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/gtkglext/gtkglext-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -34,6 +31,7 @@ Group: Development/Libraries Requires: %{name} = %{version} Requires: gtk2-devel +Requires: libGL-devel %description devel The gtkglext-devel package contains the header files, static libraries, @@ -43,7 +41,7 @@ and developer docs for GtkGLExt. %setup -q -n gtkglext-%{version} %build -%configure --disable-gtk-doc +%configure --disable-gtk-doc --disable-static make %install @@ -72,13 +70,17 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %{_libdir}/gtkglext-%{api_version} %{_libdir}/lib*.so -%{_libdir}/lib*.a -%{_libdir}/lib*.la +%{_libdir}/lib*a %{_libdir}/pkgconfig/* %{_datadir}/aclocal/* %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Feb 06 2006 Ralf Corsépius - 1.2.0-1 +- Upstream update. +- Spec file cleanup. +- Disable static libs. + * Thu Jan 05 2006 Ralf Corsepius - 1.0.6-3 - Add %%dist. - Adaptations to modular X . diff --git a/sources b/sources index 65fb5a8..d9a7420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e347e028dfe98d69c5995f547108db77 gtkglext-1.0.6.tar.bz2 +ed7ba24ce06a8630c07f2d0ee5f04ab4 gtkglext-1.2.0.tar.bz2