Re: [Doxygen-users] RPM for redhat 6.2?
Brought to you by:
dimitri
|
From: Jens S. <jen...@hr...> - 2001-07-12 11:17:05
|
On Thu, 12 Jul 2001, Ronald van Eijck wrote:
> Hi,
>
> Are there RPM's that can be used with Redhat 6.2? I've tried to install the RH 7.x RPM but it has lots of dependencies for 7.x rpm's which have dependencies on other 7.x rpms etc. etc.
>
> I am now using 1.2.1 (the latest release I could find an RPM for) but I'd like to move to the latest & greatest.
>
> C'ya,
>
> Ronald
> réî±ê쨥x%ËC£ z{¬z»%Ël²«qçè®§zØm¶¿þX¬¶Ë(º·~àzwþX¬¶ÏåËbú?vréî±êì
The doxygen source archive contains the rpm spec file
packages/rpm/doxygen.spec. I use this file to create rpm packages for my
Suse 7.2 system, but it should be possible to use this with other
distributions too.
Please try the following steps:
copy doxygen-1.2.8.1.src.tar.gz to /usr/src/redhat/SOURCES (I hope that's
correct, Suse uses /usr/src/packages/SOURCES)
copy the spec file to /usr/src/redhat/SPECS
rpm -bb /usr/src/redhat/SPECS/doxygen.spec # bb = build binary
The last command creates the rpm file (you can find it in
/usr/src/redhat/RPMS/...)
The spec file uses the BuildRoot feature of rpm, so you cannot destroy
system files, even if the build fails.
If you need to modify doxygen.spec, send me the new file!
Regards
Jens Seidel
|