pkg://xplorer-0.74-2.src.rpm:352707/xplorer.spec
info downloads
Summary: X Filemanager that works and looks like the Win95 (tm) Explorer.
Name: xplorer
Version: 0.74
Release: 2
Copyright: GPL
Group: Applications/Filemanager
Source: ftp://www.x-plorer.org/download/source/%{name}-%{version}.tar.gz
URL: http://www.x-plorer.org/index.html
Packager: Steven J. Hill <sjhill@plutonium.net>
BuildRoot: /tmp/%{name}-%{version}
%description
This is a X filemanager that was designed to duplicate all the
functionality of the Windows95 (tm) Explorer filemanager. It uses
the Qt widget libraries from Troll Tech, so you will need those
in order to compile this software. Make sure to set the proper
environment variables for Qt before attempting to install this
package!!!
%changelog
* Mon Aug 10 1998 Robert Richard George 'reptile' Wal <reptile@reptile.eu.org>
- modified to compile as plain (non-root) user.
- modified to install in /usr and to use qt in /usr
- enabled motif look to be compiled in by default
%prep
%setup
%build
./configure --prefix=/usr --datadir=/usr/share/xplorer --with-qt-dir=/usr/lib/qt --enable-motif-look
make
%install
make install prefix=$RPM_BUILD_ROOT/usr datadir=$RPM_BUILD_ROOT/usr/share/xplorer
%files
%defattr(-,root,root)
%doc BUGS
%doc CHANGES
%doc NOTES
%doc README
%doc README.developer
%doc TODO
%doc xplorer.lsm
/usr/bin/xplorer
/usr/lib/libxplorer.a
/usr/share/xplorer/icons/about.bmp
/usr/share/xplorer/icons/expl_01.bmp
/usr/share/xplorer/icons/expl_02.bmp
/usr/share/xplorer/icons/expl_03.bmp
/usr/share/xplorer/icons/expl_04.bmp
/usr/share/xplorer/icons/expl_05.bmp
/usr/share/xplorer/icons/expl_06.bmp
/usr/share/xplorer/icons/expl_07.bmp
/usr/share/xplorer/icons/expl_08.bmp
/usr/share/xplorer/icons/expl_09.bmp
/usr/share/xplorer/icons/expl_10.bmp
/usr/share/xplorer/icons/expl_11.bmp
/usr/share/xplorer/icons/expl_12.bmp
/usr/share/xplorer/icons/expl_13.bmp
/usr/share/xplorer/icons/expl_14.bmp
/usr/share/xplorer/icons/expl_15.bmp
/usr/share/xplorer/icons/expl_16.bmp
/usr/share/xplorer/icons/expl_17.bmp
/usr/share/xplorer/icons/expl_18.bmp
/usr/share/xplorer/icons/expl_19.bmp
/usr/share/xplorer/icons/expl_20.bmp
/usr/share/xplorer/icons/expl_21.bmp
/usr/share/xplorer/icons/expl_22.bmp
/usr/share/xplorer/icons/expl_23.bmp
/usr/share/xplorer/icons/expl_24.bmp
/usr/share/xplorer/icons/expl_25.bmp
/usr/share/xplorer/icons/expl_26.bmp
/usr/share/xplorer/icons/expl_27.bmp
/usr/share/xplorer/icons/expl_28.bmp
/usr/share/xplorer/icons/expl_29.bmp
/usr/share/xplorer/icons/nd_min.bmp
/usr/share/xplorer/icons/nd_nl1.bmp
/usr/share/xplorer/icons/nd_nl2.bmp
/usr/share/xplorer/icons/nd_nul.bmp
/usr/share/xplorer/icons/nd_pls.bmp
/usr/share/xplorer/types/types.cfg
/usr/share/xplorer/types/sample.cfg
/usr/share/xplorer/plugins/eplugin.so
%clean