# # SPEC file for mount.app # %define ver 3.0 %define rel 1 %define _prefix /usr %define execprefix /usr/X11R6 %define datadir %{_prefix}/share Summary: A Window Maker dock app which simplifies managing mountable devices Name: mountapp Version: %ver Release: %rel Copyright: GPL Group: X11/Utilities BuildRoot: /tmp/mountapp-%ver Source: http://mountapp.netpedia.net/mountapp-%ver.tar.gz URL: http://mountapp.netpedia.net Packager: Steve Borho %description This is a Window Maker dock app which allows you to browse all your mount points and to mount/unmount devices in a simple point and click manner. %changelog * Fri Dec 06 2002 Steve Borho -Included patches to allow mount.app to work with the latest Window Maker releases. * Sun Jan 01 2000 Steve Borho -Included patch from Erico Freitas that fixes support for large paritions. * Tue Jul 20 1999 Steve Borho -Fixed support for GTK+-1.2, and included patch from Thomas Schultz for small devices. * Mon Jan 11 1999 Paul Johnson -Added Buildroot to keep build out of /usr/X11R6 directory, allow nonroot to rebuild. %prep %setup %build ./configure --prefix=%{_prefix} --exec-prefix=%{execprefix} --datadir=%{datadir} make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{_prefix} exec-prefix=$RPM_BUILD_ROOT%{execprefix} bindir=$RPM_BUILD_ROOT/usr/X11R6/bin datadir=$RPM_BUILD_ROOT%{datadir} install-strip %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_prefix} %doc TODO README INSTALL THANKS AUTHORS COPYING NEWS ChangeLog README.smb