This (attached) diff adds the id3 loader package to the spec.
Thanks to englebass for the asm_loadimmq.S fix earlier :)
Ryan
Index: imlib2.spec.in
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/imlib2.spec.in,v
retrieving revision 1.24
diff -u -r1.24 imlib2.spec.in
--- imlib2.spec.in 30 Jul 2005 21:31:21 -0000 1.24
+++ imlib2.spec.in 23 Aug 2005 16:45:56 -0000
@@ -114,6 +114,12 @@
%description loader_gz
gz compressed image loader/saver for Imlib2
+%package loader_id3
+Summary: Imlib2 .id3 loader
+Group: System Environment/Libraries
+%description loader_id3
+id3 tag image loader/saver for Imlib2
+
%prep
%setup -q
@@ -194,4 +200,7 @@
%files loader_gz
%attr(755,root,root) %{_libdir}/imlib2/loaders/zlib.so
+%files loader_id3
+%attr(755,root,root) %{_libdir}/imlib2/loaders/id3.so
+
%changelog