Observations on 3.8.16
Olivier Fourdan
fourdan at xfce.org
Tue Apr 23 17:33:01 CEST 2002
Rich,
> After the first upgrade from 3.7.1 to 3.8.16, I re-installed the .src.rpm.
> Then, in /usr/src/redhat/SPECS I made the following changes to xfce.spec:
>
> %build
> if [ ! -f configure ]; then
> ./autogen.sh --prefix=%{prefix} --datadir=%{datadir}
> --sysconfdir=%{confdir} \
> --disable-dt --enable-gtk-engine=%{gtkengines} --disable-xft \
> --enable-gdm --with-gdm-prefix=%{gdmdata} --enable-old-style
> else
> ./configure --prefix=%{prefix} --datadir=%{datadir}
> --sysconfdir=%{confdir} \
> --disable-dt --enable-gtk-engine=%{gtkengines} --disable-xft \
> --enable-gdm --with-gdm-prefix=%{gdmdata} --enable-old-style
> fi
> make
After changing the spec file, you must do a "./autogen.sh && make rpm"
to actually build the RPM with that modified spec file.
Once built, simply install your newly created rpm
Cheers,
--
Olivier <fourdan at xfce.org> http://www.xfce.org
-----------------------------------------------------------------------
XFce is a lightweight desktop environment for various *NIX systems.
Designed for productivity, it loads and executes applications fast,
while conserving system resources. XFce is all free software, released
under GNU General Public License. Available from http://www.xfce.org
More information about the Xfce
mailing list