extsvc: rename `AccountSpec` to `Spec`
Created by: unknwon
To be consistent on field and type naming.
It is not an ideal name if we only look at the type alone, but makes a lot more sense when we actually use the field, e.g.
var acct extsvc.Account
acct.Spec = xyz
// Not acct.AccountSpec which feels redundant