From ingvar at redpill-linpro.com Fri Jul 30 23:28:53 2010 From: ingvar at redpill-linpro.com (Ingvar Hagelund) Date: Sat, 31 Jul 2010 01:28:53 +0200 (CEST) Subject: rpm specfile: Putting sphinx documentation in a subpackage Message-ID: <661996080.57860.1280532533662.JavaMail.root@claudius.linpro.no> I finally put a bit of time in the varnish trunk rpm specfile. It now builds more or less cleanly again. The rpm specfile did not use to build the sphinx documentation. Now, it builds the html and pdf (via latex) targets. The generated latex code seems to have some problems with utf8, so I added some ugly hack to get around that. Should be fixed by someone who knows more about sphinx than I do. On fedora and redhat, it's costume to put documentation that exceeds the typical README and LICENSE level stuff in a subpackage, so the sphinx generated docs went into its own package "varnish-docs". I'll try to find time to get 2.1.3 into fedora one of these days too. Ingvar