Name : skippy Version : 0.5.0 Release : 1.fc2 License : GPL Summary : A full-screen task-switcher for X11 Group : User Interface/Desktops URL : http://thegraveyard.org/skippy.php Vendor : Hyriand Packager : Thomas Chung BuildRoot : %{_tmppath}/%{name}-%{version}-buildroot Source0 : %{name}-%{version}.tar.bz2 Source1 : skippy.desktop Source2 : skippy.png Requires : imlib2 >= 1.0.2 BuildRequires : imlib2-devel >= 1.0.2 AutoReq : no %description Skippy is a full screen pager for X11, not entirely unlike expocity and Apple's Expose. It arranges snapshots of all windows on the current desktop, allowing you to easily switch between applications. It doesn't require a specific window manager, but requires NetWM or GNOME WM specs compliance to work. The default hotkey is F11. %prep rm -rf %{buildroot} ####################################################################### # setup macro # -a num : Only unpack source number after changing to the directory # -b num : Only unpack source number before changing to the directory # -c : Create directory before unpacking. # -D : Do not delete the directory before unpacking # -n name : Name the directory as name # -q : Run quiety with minimum output # -T : Disable the automatic unpacking of the archives. ####################################################################### %setup -q ######################################################### # Common Red Hat RPM macros (rpm --showrc for more info) # {_sourcedir} : /usr/src/redhat/SOURCES # {_builddir} : /usr/src/redhat/BUILD # {_tmppath} : /var/tmp # {_libdir} : /usr/lib # {_bindir} : /usr/bin # {_datadir} : /usr/share # {_mandir} : /usr/share/man # {_docdir} : /usr/share/doc # {_sysconfdir} : /etc # {buildroot} # {name} # {version} # {release} ######################################################### %build %{__make} %install %{__install} -D -m 755 skippy %{buildroot}%{_bindir}/skippy %{__install} -D -m 644 skippyrc-default %{buildroot}%{_sysconfdir}/skippyrc mkdir -p %{buildroot}%{_datadir}/{applications,pixmaps} cp %{SOURCE1} %{buildroot}%{_datadir}/applications cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps %clean rm -rf %{buildroot} %files ############################################################################## # %defattr sets the default attributes for all files # # If you use %config(noreplace), the file will not overwrite an existing file that # has been modified. If the file has been modified on disk, the rpm command will # overwrite the file. But, if the file has been modified on disk, the rpm command will # copy the new file with an extra file-name extension of .rpmnew. ###################################################################################### %defattr(-, root, root) %config(noreplace) %{_sysconfdir}/skippyrc %doc CHANGELOG COPYING %{_bindir}/* %{_datadir}/applications/* %{_datadir}/pixmaps/* %changelog * Wed Oct 06 2004 Thomas Chung 0.5.0-1.fc2 - Rebuild for FC2 - Add a desktop