-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathalttab.spec
More file actions
66 lines (51 loc) · 1.43 KB
/
alttab.spec
File metadata and controls
66 lines (51 loc) · 1.43 KB
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
66
Name: alttab
Version: 1.7.1
Release: 1%{?dist}
Summary: Task Switcher
License: GPL-3.0-only
URL: https://github.com/sagb/alttab
Source: %{url}/archive/v%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(xpm)
BuildRequires: uthash-devel
BuildRequires: rubygem-ronn-ng
%description
alttab is a X11 window switcher designed for minimalistic window managers or standalone X11 session.
%prep
%autosetup
%build
./bootstrap.sh
%configure
%make_build
%install
%make_install
%files
%doc %{_datadir}/doc/alttab/
%doc ChangeLog
%license COPYING
%{_bindir}/alttab
%{_mandir}/man1/alttab.1.gz
%changelog
* Fri May 10 2024 Patrick Gaskin <[email protected]> - 1.7.1-1
- Update to 1.7.1.
* Fri May 10 2024 Patrick Gaskin <[email protected]> - 1.6.1-5
- Rebuild.
* Sat Jul 08 2023 Patrick Gaskin <[email protected]> - 1.6.1-4
- Rebuild.
* Wed Aug 24 2022 Patrick Gaskin <[email protected]> - 1.6.1-3
- Rebuild.
* Wed Aug 24 2022 Patrick Gaskin <[email protected]> - 1.6.1-2
- Rebuild.
* Thu Dec 09 2021 Patrick Gaskin <[email protected]> - 1.6.1-1
- Update to 1.6.1.
* Thu Jun 01 2021 Patrick Gaskin <[email protected]> - 1.6.0-2
- Rebuild.
* Thu May 27 2021 Patrick Gaskin <[email protected]> - 1.6.0-1
- Initial package.