Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 8e7a84fa0aba6bb5c855c61ee6aabc19 > files > 2

sawfish-pager-0.7.3-1mdv2010.1.src.rpm

%define name sawfish-pager
%define version 0.7.3
%define release %mkrel 1
%define sawfish 1.6.1
%define sfepoch 2
%define sfver %(rpm -q sawfish --queryformat %{VERSION})

Summary: Lightweight desktop pager for Sawfish
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://download.tuxfamily.org/sawfishpager/%name-%version.tar.xz
License: GPLv2+
Group: Graphical desktop/Sawfish
Url: http://sawfish-pager.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtk+2-devel
BuildRequires: sawfish-devel >= %sfepoch:%sawfish
Requires: sawfish = %sfepoch:%sfver

%description
A pager is a map of your desktop. As maps go, it shows not only the visible
part (your current viewport), but if you are so configured, also the parts
that extend beyond the sides of your screen. Also, if you have more than
one workspace, the pager will follow you to where you are, or optionally
show all workspaces at once. Of course you can select viewports and
windows, and also move or raise/lower the latter.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS README TODO
%_libexecdir/sawfish/%sfver/*/pager
%_datadir/sawfish/%sfver/lisp/sawfish/wm/ext/pager.jl
%_datadir/sawfish/%sfver/lisp/sawfish/wm/ext/pager.jlc



%changelog
* Tue Feb 16 2010 Götz Waschk <waschk@mandriva.org> 0.7.3-1mdv2010.1
+ Revision: 506624
- new version
- fix source URL
- fix build
- fix binary package dep on sawfish

* Sat Jan 09 2010 Götz Waschk <waschk@mandriva.org> 0.7.2-1mdv2010.1
+ Revision: 488107
- import sawfish-pager


* Sat Jan  9 2010 Götz Waschk <waschk@mandriva.org> 0.7.2-1mdv2010.1
- initial package