Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: gallery: web based photo album software https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181599 ------- Additional Comments From kevin@xxxxxxxxx 2006-05-25 13:27 EST ------- ok. So, sounds like we are down to just the find_lang issues... The SRPM link in comment #46 is wrong... s/cvs/svn/ to get the valid link. find_lang looks for .mo files under the buildroot. It needs to know the $name.mo though to find them. Looks like the .mo files here are not named 'gallery2.mo'. Do a 'rpm -qlip *.noarch.rpm | grep .mo$ ' on the noarch rpms and you will see the .mo files. For the main package they are named 'gallery-install' 'modules_core' 'gallery2_upgrade'. So, I think you need 3 find_lang calls with each of those names. You also need to add to the files section: %files -f gallery-install.lang modules_core.lang gallery2_upgrade.lang All the modules and themes have their own .mo files, named: modules_$modulename or themes_$themename. So, they will have to be added to each subpackage's %files section... Does that make sense? Can you try adding that and see if you can get it working? I can try testing it here later tonight as well... -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review