%define iname fsviewer.app Name: FSViewer.app Version: 0.2.5 Release: alt4 Summary: FSViewer is a NeXT FileViewer lookalike for Window Maker License: GPL Group: Graphical desktop/Window Maker Requires: WindowMaker >= 0.70.0 URL: http://www.bayernline.de/~gscholz/linux/fsviewer Packager: Alexey Voinov Source0: %url/%name-%version.tar.bz2 Source1: %name.menu Patch0: %iname-0.2.3f-alt-wrlib.patch Patch1: %iname-0.2.3f-alt-newwings.patch Patch2: %iname-0.2.5-alt-acwings.patch Patch3: %iname-0.2.5-alt-utf8menu.patch # Automatically added by buildreq on Mon May 29 2006 BuildRequires: imake libjpeg-devel libpng-devel libtiff-devel libungif-devel libWINGs-devel libXft-devel libXinerama-devel libXmu-devel libXpm-devel xorg-cf-files %description Description =========== FSViewer is a NeXT FileViewer lookalike for Window Maker. Viewing is currently supported via browser mode and list mode. It has been written in C using the WINGs library. Features ======== Browser and list modes, DND and file operations. All other features need to be implemented %prep %setup -q %patch -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build autoconf ./configure --prefix=/usr/X11R6 \ --with-appspath=/usr/X11R6/lib/GNUstep/Applications/ \ --with-extralibs=-lXft make %install make install DESTDIR=$RPM_BUILD_ROOT install -p -D -m644 %SOURCE1 $RPM_BUILD_ROOT%_menudir/%name %find_lang FSViewer %post %update_menus %postun %clean_menus %files -f FSViewer.lang %doc AUTHORS README INSTALL ChangeLog NEWS %doc docs/* /usr/X11R6/lib/GNUstep/Applications/* %_menudir/* %changelog * Mon May 29 2006 Alexey Voinov 0.2.5-alt4 - buildreq fixed * Sat May 22 2005 Alexey Voinov 0.2.5-alt3 - rebuilt with libWINGs.so.2 - s/Apps/Applications/ - configure.ac fixed to use get-wings-flags instead of ancient hacks - buildreqs updated - use utf8 for gettext * Sat Sep 18 2004 ALT QA Team Robot 0.2.5-alt2.1 - Rebuilt with libtiff.so.4. * Sun Sep 14 2003 Alexey Voinov 0.2.5-alt2 - buildreq fixed * Tue Jan 07 2003 Alexey Voinov 0.2.5-alt1 - new version (0.2.5) - russian translation is in mainstream now * Sun Dec 02 2002 Alexey Voinov 0.2.4-alt2 - russian translation added - newwings patch updated * Sat Nov 30 2002 Alexey Voinov 0.2.4-alt1 - new version (0.2.4) - legal patch removed * Tue Nov 21 2002 Alexey Voinov 0.2.3f-alt2 - rebuilt with new WINGs/libwraster. - wrlib patch added (fixes incompatibilities with new libwraster.) - newwings patch added (fixes calls to obsolete APIs in libWINGs) - legal patch added (fixes appearance of legal panel) * Wed Oct 23 2002 Alexey Voinov 0.2.3e-alt1 - new version(0.2.3e) - internal name defined, because tarball name changed case. - oldcfg patch no longer needed - buildreq updated - filelist updated (no more conflicts with filesystem) * Wed May 30 2002 Alexey Voinov 0.2.3d-alt1 - new version(0.2.3d) - patch to fix coredump with old ~/GNUstep/Defaults/FSViewer - spec cleanup - BuildRequires fixed * Sun Sep 16 2001 Alexey Voinov - BuildRequires fixed * Fri Jun 8 2001 Alexey Voinov - fixes according to changes in WINGs API - menu rearranged * Thu May 7 2001 Alexey Voinov - initial build