Hi, I was trying to do install dropbox via yum on my 32bit CentOS 5, but it couldn't find the package. # yum install dropbox --enablerepo=rpmforge Then I noticed none existed for i386: http://packages.sw.be/dropbox/ The error log from http://packages.sw.be/dropbox/_buildlogs/dropbox-0.7.110-2.el5.rf.i386.ko.log.gz Shows: error: File /dar/rpms/dropbox/dropbox-lnx.x86-0.7.110.tar.gz: No such file or directory
It's missing this file: http://dl-web.dropbox.com/u/17/dropbox-lnx.x86-0.7.110.tar.gz So I downloaded the src RPM and found it to contain only the 64bit tarball. I added the 32bit tarball and rebuilt it. That created the RPM fine for me. However the new src RPM I created only contains the 32bit tarball. I'm not a pro at packaging, so how does one create the .SPEC file to contain both? Or is that not the right approach? -- Mauriat Miranda http://www.mjmwired.net/linux _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
