GNOME Bugzilla – Bug 122032
RPM creation fails on Red Hat 9
Last modified: 2006-11-22 20:12:33 UTC
I can't create RPMs on Red Hat 9. After a rpmbuild -ta libIDL-0.8.2.tar.gz it barfs with the following error: RPM build errors: Installed (but unpackaged) file(s) found: /usr/info/dir /usr/lib/libIDL-2.la Something is probably missing in the .spec file
The spec file should probably be dropped from CVS, since it hasn't been updated in 4 years. Also, most distros already include libIDL so there isn't much need for this spec file anyhow. I'll attach a little patch modifing Makefile.am & ChangeLog.
Created attachment 56634 [details] [review] Patch modifing Makefile.am & ChangeLog for spec file removal.
Commited.