]> git.pld-linux.org Git - packages/i3status.git/blob - i3status.spec
0c047016c454451329b91921ff25c1c0124c0ea1
[packages/i3status.git] / i3status.spec
1 Summary:        Status bar generator for i3bar, dzen2, xmobar or similar programs
2 Name:           i3status
3 Version:        2.13
4 Release:        1
5 License:        BSD
6 Group:          X11/Window Managers
7 Source0:        https://i3wm.org/i3status/%{name}-%{version}.tar.bz2
8 # Source0-md5:  dd9001fb9ed732142d4d7194b77486cf
9 URL:            https://i3wm.org/i3status/
10 BuildRequires:  alsa-lib-devel
11 BuildRequires:  asciidoc
12 BuildRequires:  autoconf >= 2.69
13 BuildRequires:  automake
14 BuildRequires:  libconfuse-devel
15 BuildRequires:  libnl-devel
16 BuildRequires:  pulseaudio-devel
17 BuildRequires:  xmlto
18 BuildRequires:  yajl-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 i3status is a program for generating a status bar for i3bar, dzen2,
23 xmobar or similar programs. It issues a small number of system calls,
24 as one generally wants to update such status lines every second so
25 that the bar is updated even under load. It saves a bit of energy by
26 being more efficient than shell commands.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure \
37         --disable-builddir \
38         --disable-silent-rules
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
52 %attr(755,root,root) %{_bindir}/%{name}
53 %{_mandir}/man*/%{name}.1*
This page took 0.058699 seconds and 2 git commands to generate.