]> git.pld-linux.org Git - packages/cogl.git/commitdiff
Updated to 1.12.0
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 25 Sep 2012 09:50:00 +0000 (11:50 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 25 Sep 2012 09:50:00 +0000 (11:50 +0200)
cogl.spec

index 8e9dbd1be53025925c15ff202a71df862fc040ca..518a66ff7dd04d50a21b5d3bf4fa3539a43b8dbd 100644 (file)
--- a/cogl.spec
+++ b/cogl.spec
@@ -5,12 +5,14 @@
 Summary:       A library for using 3D graphics hardware to draw pretty pictures
 Summary(pl.UTF-8):     Biblioteka do rysowania ładnych obrazków przy użyciu sprzętowej grafiki 3D
 Name:          cogl
-Version:       1.11.2
+Version:       1.12.0
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/cogl/1.11/%{name}-%{version}.tar.xz
-# Source0-md5: dc325e01a47297a7087436b0af770414
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/cogl/1.12/%{name}-%{version}.tar.xz
+# Source0-md5: 2ec55647764ee208182fbe07ee9f7e9c
+# https://bugzilla.gnome.org/show_bug.cgi?id=684731
+Patch0:                %{name}-fix-experimental-doc-build.patch
 URL:           http://www.clutter-project.org/
 BuildRequires: OpenGL-GLX-devel
 BuildRequires: autoconf >= 2.59
@@ -102,6 +104,7 @@ Ten pakiet zawiera dokumentację API cogl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gettextize}
@@ -155,7 +158,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libcogl.so
 %attr(755,root,root) %{_libdir}/libcogl-pango.so
 %{_includedir}/cogl
-%{_includedir}/cogl2
 %{_pkgconfigdir}/cogl-1.0.pc
 %{_pkgconfigdir}/cogl-2.0-experimental.pc
 %{_pkgconfigdir}/cogl-gl-1.0.pc
This page took 0.090178 seconds and 4 git commands to generate.