Le jeudi 26 juillet 2012 01:37:53 Charles A Edwards a écrit : > On Wed, 25 Jul 2012 23:28:59 -0300 > > John Balcaen wrote: > > > http://www.xmpp.org/extensions/xep-0174.html > > > > > > ovitters <ovitters> 0.8.0-1.mga3: > > > + Revision: 266270 > > > - update file list > > > - disable static > > > - update file list > > > - new version 0.8.0 > > > > This package is wrongly packaged pulling some devel files. > > It should be split telepathy-salut And telepathy-salut-devel > with file list as follows > > %files -n %name > %doc docs/clique.xml NEWS README > %{_libdir}/telepathy/salut-*/plugins > %{_libdir}/telepathy/salut-*/*/libsalut-plugins-0.8.0.so > %{_libdir}/telepathy/salut-*/*/libwocky-telepathy-salut-0.8.0.so > %{_libexecdir}/telepathy-salut > %{_mandir}/man8/telepathy-salut.8.* > %{_datadir}/dbus-1/services/*.service > %{_datadir}/telepathy/managers/salut.manager > > > %files -n %name-devel > %_libdir/telepathy/salut-0/lib/*.la > %_libdir/telepathy/salut-0/lib/libsalut-plugins.so > %_libdir/telepathy/salut-0/lib/libwocky.so > > > *.la can/should be removed with > rm -f %buildroot%_libdir/telepathy/salut-0/lib/*.la > (it is currently included, --disable-shared can not be used as it > breaks the build because included Wocky is used) > > > > Charles
Hi, i just fixed this using your ideas. thank you.
