From 67512cc6a38e3af2b31e6c528336b3bbc9c28d8f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Nov 2011 20:21:56 -0500 Subject: [PATCH] Fix spec --- cogl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cogl.spec b/cogl.spec index e8e0239..8df600f 100644 --- a/cogl.spec +++ b/cogl.spec @@ -79,6 +79,9 @@ make install DESTDIR=%{buildroot} INSTALL='install -p' #Remove libtool archives. find %{buildroot} -name '*.la' -exec rm -f {} ';' +# This gets installed by mistake +rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg + %find_lang %{name} %post -p /sbin/ldconfig