Re: upgrade to 1.2, no more icons



In message <A5F46F4ED18FD211ABEE00105AC6CF07010937E0@email.cu-portland.edu>, Gr
egory Leblanc writes:

>As I said, I created the spec file from the autoconf enabled spec template
>that comes with the tarball.  (./configure --prefix=/usr --sysconfdir=/etc,
>then rpm -bs gdk-pixbuf.spec).  Since gdk-pixbuf doesn't come with a spec
>file 'sort-of'.

>Here's an attachment with the errors from starting 'panel' at a command
>line.  libpixbufloader-png.so is where it should be...  Thanks for any more
>help,

Here's the fix which I posted about 3 weeks ago:

--- gdk-pixbuf-0.8.0/gdk-pixbuf.spec.in.orig	Sat Apr 22 01:49:57 2000
+++ gdk-pixbuf-0.8.0/gdk-pixbuf.spec.in	Sat May 27 23:26:41 2000
@@ -90,6 +90,7 @@
 
 %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README TODO doc/*.txt html
 %{prefix}/lib/lib*.so.*
+%{prefix}/lib/%{name}/loaders/lib*.so.*
 %{prefix}/lib/%{name}/loaders/lib*.so
 
 %files devel
@@ -98,10 +99,10 @@
 #%doc HACKING MAINTAINERS
 %{prefix}/bin/*
 %{prefix}/lib/lib*.so
-%{prefix}/lib/%{name}/loaders/lib*.a
-%{prefix}/lib/*.a
+%{prefix}/lib/%{name}/loaders/*a
+%{prefix}/lib/*a
 %{prefix}/lib/*.sh
-%{prefix}/include/*
+%{prefix}/include/gdk-pixbuf/*
 %{prefix}/share/aclocal/*
 %{prefix}/share/gnome/html/*
 
John

--
John GOTTS <jgotts@linuxsavvy.com>  http://www.linuxsavvy.com/staff/jgotts




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]