# File lib/gem2rpm/gem/specification.rb, line 19
    def homepage
      h = super
      h = nil if h && BLANK_RE =~ h
      h
    end