%install if [ "$RPM_BUILD_ROOT" = "/tmp/linuxconf-root" ] ; then rm -fr /tmp/linuxconf-root fi export RPM_BUILD_ROOT MANPAGES=%_mandir export MANPAGES make install_for_rpm make install-devel install-lib if [ -f diawxxt/wxxt-linuxconf ] ; then echo /usr/X11R6/bin/wxxt-linuxconf >guifiles elif [ -f diawxgtk/wxgtk-linuxconf ] ; then echo /usr/bin/wxgtk-linuxconf >guifiles else # No files in linuxconf-gui so people without wxxt can build # the package anyway echo >guifiles fi