On Mon, Jan 26, 2015 at 11:22 PM, Mikolaj Izdebski <mizdebsk@redhat.com> wrote:
On 01/26/2015 11:57 PM, Christopher wrote:
> Does anybody know if AutoService (
> https://github.com/google/auto/tree/master/service) is already packaged for
> Fedora? Maybe under a different name?

It doesn't seem to be packaged.

For projects using Maven the easiest way of checking whether given
artifact is packaged or not is using repoquery:

    repoquery -f 'mvn(com.google.auto.service:auto-service)'


Excellent! Thanks for the pro-tip!