Update to 1.15.4
This commit is contained in:
parent
27f2e01bb9
commit
b2c05465e0
File diff suppressed because it is too large
Load Diff
15
cogl.spec
15
cogl.spec
@ -3,18 +3,14 @@
|
||||
%endif
|
||||
|
||||
Name: cogl
|
||||
Version: 1.14.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.15.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.clutter-project.org/
|
||||
Source0: http://download.gnome.org/sources/cogl/1.14/cogl-%{version}.tar.xz
|
||||
|
||||
# extra BRs just because we're touching Makefile.am in this patch
|
||||
Patch0: cogl-1.14.0-21-ge26464f.patch
|
||||
BuildRequires: autoconf automake libtool gettext-devel
|
||||
Source0: http://download.gnome.org/sources/cogl/1.15/cogl-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
@ -77,11 +73,9 @@ This package contains documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
autoreconf -vif
|
||||
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform
|
||||
|
||||
make V=1
|
||||
@ -117,6 +111,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||
|
||||
%changelog
|
||||
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.4-1
|
||||
- Update to 1.15.4
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user