|
 |
e85db26 |
Name: i3blocks
|
|
 |
e85db26 |
Version: 1.5
|
|
 |
98d7766 |
Release: 3%{?dist}
|
|
 |
e85db26 |
Summary: A feed generator for text based status bars
|
|
 |
e85db26 |
License: GPLv3+
|
|
 |
e85db26 |
URL: https://github.com/vivien/%{name}
|
|
 |
e85db26 |
Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
 |
e85db26 |
|
|
 |
e85db26 |
BuildRequires: autoconf
|
|
 |
e85db26 |
BuildRequires: automake
|
|
 |
e85db26 |
BuildRequires: gcc
|
|
 |
e85db26 |
BuildRequires: make
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%description
|
|
 |
e85db26 |
A feed generator for text based status bars
|
|
 |
e85db26 |
|
|
 |
e85db26 |
i3blocks executes your command lines and generates a status line from
|
|
 |
e85db26 |
their output. Commands are scheduled at configured time intervals,
|
|
 |
e85db26 |
upon signal reception or on clicks.
|
|
 |
e85db26 |
|
|
 |
e85db26 |
The generated line is meant to be displayed by the i3 window manager
|
|
 |
e85db26 |
through its i3bar component, as an alternative to i3status.
|
|
 |
e85db26 |
|
|
 |
e85db26 |
i3blocks is meant to be highly flexible but intuitive. No library
|
|
 |
e85db26 |
package is required, just output what your status bar expects, from
|
|
 |
e85db26 |
your favorite programming language and your preferred format.
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%prep
|
|
 |
e85db26 |
%autosetup
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%build
|
|
 |
e85db26 |
./autogen.sh
|
|
 |
e85db26 |
%configure
|
|
 |
e85db26 |
%make_build
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%install
|
|
 |
e85db26 |
%make_install
|
|
 |
e85db26 |
# these are useless in a i3bar/swaybar:
|
|
 |
e85db26 |
rm -rf %{buildroot}/usr/share/bash-completion
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%files
|
|
 |
e85db26 |
%license COPYING
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%{_bindir}/%{name}
|
|
 |
e85db26 |
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
|
 |
e85db26 |
%{_mandir}/man1/%{name}.1.*
|
|
 |
e85db26 |
|
|
 |
e85db26 |
%changelog
|
|
 |
98d7766 |
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
|
|
 |
98d7766 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
98d7766 |
|
|
 |
e85db26 |
* Tue Mar 16 2021 Bob Hepple <bob.hepple@gmail.com> - 1.5-2
|
|
 |
e85db26 |
- rebuilt per RHBZ#1938637
|
|
 |
e85db26 |
|
|
 |
e85db26 |
* Mon Mar 15 2021 Bob Hepple <bob.hepple@gmail.com> - 1.5-1
|
|
 |
e85db26 |
- new version and duplicating abandoned RHBZ#1549011
|
|
 |
e85db26 |
|
|
 |
e85db26 |
* Mon Feb 26 2018 Alice Rum <irum@redhat.com> - 1.4-1
|
|
 |
e85db26 |
- Initial version of the package
|