From 8b768c7b5e561c73e161d8faa669b3c51851d68b Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Thu, 26 Dec 2019 14:29:41 +0100 Subject: [PATCH] i3blocks package creation Signed-off-by: guibuilder_pel7x64builder0 --- SPECS/i3blocks.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 SPECS/i3blocks.spec diff --git a/SPECS/i3blocks.spec b/SPECS/i3blocks.spec new file mode 100644 index 0000000..c150c7e --- /dev/null +++ b/SPECS/i3blocks.spec @@ -0,0 +1,43 @@ +Name: i3blocks +Version: 1.5 +Release: 1%{?dist} +Summary: A feed generator for text based status bars +License: GPL +URL: https://github.com/vivien/i3blocks +Source0: https://github.com/vivien/i3blocks/archive/%{version}.tar.gz +#BuildRequires: +#Requires: + +%description +i3blocks executes your command lines and generates a status line from their output. +Commands are scheduled at configured time intervals, upon signal reception or on clicks. +The generated line is meant to be displayed by the i3 window manager through its i3bar component, +as an alternative to i3status. +i3blocks is meant to be highly flexible but intuitive. +No library package is required, just output what your status bar expects, +from your favorite programming language and your preferred format. + + +%prep +%setup -q + + +%build +./autogen.sh +%configure +make %{?_smp_mflags} + + +%install +%make_install + + +%files +%{_sysconfdir}/i3blocks.conf +%{_bindir}/i3blocks +%{_datadir}/bash-completion/completions/i3blocks +%{_mandir}/man1/i3blocks.1.gz + + +%changelog +