-
Notifications
You must be signed in to change notification settings - Fork 4
/
sawfish-pager.spec.in
65 lines (50 loc) · 1.6 KB
/
sawfish-pager.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Name: sawfish-pager
Version: @version@
Release: 4%{?dist}
Summary: Pager for Sawfish window manager
License: GPLv2+
Group: User Interface/Desktops
Source0: http://download.tuxfamily.org/sawfishpager/%{name}-%{version}.tar.bz2
URL: http://sawfish.wikia.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gmp-devel
BuildRequires: gtk2-devel
BuildRequires: sawfish-devel >= @SAWFISH_MIN_VER@
Requires: sawfish >= @SAWFISH_MIN_VER@
%description
Sawfish specific configurable pager map of your desktop with a
viewport support. It can be configured to follow where you are, or
optionally show all workspaces at once.
Check README from this package documentation how to activate.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%make_install
%clean
rm -rf %{buildroot}
%files
%doc COPYING NEWS README TODO
%{_libdir}/sawfish/sawfishpager
%{_datadir}/sawfish/lisp/sawfish/wm/ext/*
%changelog
* Wed Nov 2 2011 Kim B. Heino <[email protected]> - 0.90.2-4
- Rebuild
* Mon Aug 15 2011 Kim B. Heino <[email protected]> - 0.90.2-3
- Don't update COPYING
* Sun Aug 14 2011 Kim B. Heino <[email protected]> - 0.90.2-2
- Update COPYING file for correct FSF address
- Simplify BuildRequires
* Wed Jun 22 2011 Kim B. Heino <[email protected]> - 0.90.2-1
- Update to 0.90.2
* Fri Apr 15 2011 Kim B. Heino <[email protected]> - 0.90.1-2
- Update buildrequirements
* Sat Apr 2 2011 Kim B. Heino <[email protected]> - 0.90.1-1
- Update to 0.90.1
* Sat Jan 23 2010 Kim B. Heino <[email protected]> - 0.7.3-1
- fix rpmlint warnings
* Fri Jan 22 2010 Michal Jaegermann <[email protected]> - 0.7.2-1
- Initial build.