I finally decided to open a flickr account 2 weeks ago but was desapointed when I discovered that perl Flickr::Upload did not use the API needed for new accounts, and the nautilus script was using Flickr::Upload so I had to upload my pictures by hand.
I had not to wait much as the new version released on Tuesday use the new API ! I packaged perl-Flickr-API and perl-Flickr-Upload into Mandriva and now wait for an update of the nautilus script, but can at least upload in CLI :)
I tried implementing ruby.req and ruby.prov to have rpm generating dependancies between ruby packages as it already does for perl and for libraries. ruby.prov was trivial, ruby.req is more difficult and I still have 16 requirements provided by no package. Some of them are easy to understand, like activerecord's db2 adapter requiring ruby-db2 which is not packaged.
The 15 other come from ruby rpm itself and are more complicated to avoid : xsd/xmlparser/xmlparser.rb requires xml/parser which does not exist. The reason is xsd/xmlparser.rb tries to load the various parser and this one will always fail, so xsd/xmlparser/xmlparser.rb is useless but provided...
About perl-Flickr-Upload, why not put it in gthumbs ?