Re: [Doxygen-users] Unable to build RPMs for Doxygen v1.8.10
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2015-06-29 19:36:23
|
> On 29 Jun 2015, at 21:29 , Dimitri van Heesch <do...@gm...> wrote: > > Hi Jean, > >> On 29 Jun 2015, at 10:05 , Jean Audibert <jau...@eu...> wrote: >> >> Hi! >> >> Until the release 1.8.9.1, I was able to build Doxygen (binaires ands RPMs) with this command: >> $ rpmbuild -ta doxygen-<VERSION>.src.tar.gz >> >> With the last release, this command fails: "error: Failed to read spec file from doxygen-1.8.10.src.tar.gz" >> >> I think it's related to the CMake build. So now, what is the best way to achieve build of RPMs? > > Unfortunately, the spec file has not been updated to the new build system yet :-( > Since this was a third party contribution in the past, I'm open for suggestions on how to correct it. This looks like a promising starting point: https://schneide.wordpress.com/2013/02/11/build-a-rpm-package-using-cmake/ Regards, Dimitri |