From: Warren Young Date: March 19 2007 8:19pm Subject: Re: RPM packaging and library versioning List-Archive: http://lists.mysql.com/plusplus/6452 Message-Id: <45FEF05E.1000501@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Remi Collet wrote: >>> cp -R doc/refman/html/ doc/html/refman >>> cp -R doc/userman/html/ doc/html/userman >> That breaks the hyperlinks from the user manual into the reference >> manual. If this reorganization is required by Fedora, we can talk about >> changing the way the manuals are generated so they use that directory >> structure. If this is just cosmetic, please take this out of your spec >> file; it would be a pointless difference. > > Done. > It was just to avoid packaging the build files (Makefile, mktxt, ...) Yes, I agree, it's messy. I considered changing the spec file to somehow ignore those files, but then I decided that I liked your doc directory organization better anyway. I've changed the doc build process to produce it directly. Please check this version out and try it. There are still quite a few differences between our spec files, but I'm hoping that they're mostly the sort that you can adopt, at least after 2.2.2 comes out. There are a few areas, like the --enable-thread-check configure flag, which will remain different.