1.7.8
This commit is contained in:
commit
a91c52fd77
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/cogl-1.7.2.tar.bz2
|
/cogl-1.7.2.tar.bz2
|
||||||
/cogl-1.7.4.tar.xz
|
/cogl-1.7.4.tar.xz
|
||||||
/cogl-1.7.6.tar.xz
|
/cogl-1.7.6.tar.xz
|
||||||
|
/cogl-1.7.8.tar.xz
|
||||||
|
12
cogl-deps.patch
Normal file
12
cogl-deps.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up cogl-1.7.6/configure.ac.cogl-deps cogl-1.7.6/configure.ac
|
||||||
|
--- cogl-1.7.6/configure.ac.cogl-deps 2011-08-18 19:24:36.401394406 -0400
|
||||||
|
+++ cogl-1.7.6/configure.ac 2011-08-18 19:24:54.271427526 -0400
|
||||||
|
@@ -866,7 +866,7 @@ AM_PATH_GLIB_2_0([glib_req_version],
|
||||||
|
[gobject gthread gmodule-no-export])
|
||||||
|
AS_IF([test "x$have_glib" = "xno"], AC_MSG_ERROR([glib-2.0 is required]))
|
||||||
|
|
||||||
|
-COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES glib-2.0"
|
||||||
|
+COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES glib-2.0 gobject-2.0 gmodule-2.0"
|
||||||
|
AC_SUBST(COGL_PKG_REQUIRES)
|
||||||
|
PKG_CHECK_MODULES(COGL_DEP, [$COGL_PKG_REQUIRES])
|
||||||
|
if test -n "$COGL_PKG_REQUIRES_GL"; then
|
10
cogl.spec
10
cogl.spec
@ -1,5 +1,5 @@
|
|||||||
Name: cogl
|
Name: cogl
|
||||||
Version: 1.7.6
|
Version: 1.7.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||||
|
|
||||||
@ -80,25 +80,25 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING NEWS README ChangeLog
|
%doc COPYING NEWS README ChangeLog
|
||||||
%{_libdir}/libcogl*.so.*
|
%{_libdir}/libcogl*.so.*
|
||||||
%{_libdir}/girepository-1.0/Cogl*.typelib
|
%{_libdir}/girepository-1.0/Cogl*.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_includedir}/cogl
|
%{_includedir}/cogl
|
||||||
%{_libdir}/libcogl*.so
|
%{_libdir}/libcogl*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gir-1.0/Cogl*.gir
|
%{_datadir}/gir-1.0/Cogl*.gir
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_datadir}/gtk-doc/html/cogl
|
%{_datadir}/gtk-doc/html/cogl
|
||||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.6-1
|
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
|
||||||
|
- Update to 1.7.8
|
||||||
|
|
||||||
|
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.6-1
|
||||||
- Update to 1.7.6
|
- Update to 1.7.6
|
||||||
|
|
||||||
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.4-1
|
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.4-1
|
||||||
|
Loading…
Reference in New Issue
Block a user