gdk-pixbuf spec patch



Hello!

There is a problem building rpms for the gdk-pixbuf library, since version
0.7.0 I suppose. The loader library files don't get included! Attached is
a patch to the gdk-pixbuf.spec.in file, which should solve the problem.
Also the *.la files get included but I don't know if they really belongs
to the normal package. Maybe the must go into the devel package.

Regards,
         Jens

-- 
"The Linux philosophy is laugh in the face of danger. Oops. Wrong one. 
'Do it yourself'. Thats it." - Linus Torvalds

--- gdk-pixbuf.spec.in.old	Fri May 12 21:50:43 2000
+++ gdk-pixbuf.spec.in	Fri May 12 21:50:48 2000
@@ -91,6 +91,8 @@
 %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.1.0.0
+%{prefix}/lib/%{name}/loaders/lib*.la
 
 %files devel
 %defattr(-, root, root)


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