!1 init package

From: @mywaaagh_admin 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-08-01 02:18:07 +00:00 committed by Gitee
commit 000c2581db
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 50 additions and 0 deletions

BIN
i3blocks-1.5.tar.gz Normal file

Binary file not shown.

50
i3blocks.spec Normal file
View File

@ -0,0 +1,50 @@
Name: i3blocks
Version: 1.5
Release: 1
Summary: A feed generator for text based status bars
License: GPLv3+
URL: https://github.com/vivien/%{name}
Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: make
%description
A feed generator for text based status bars
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
%autosetup
%build
./autogen.sh
%configure
%make_build
%install
%make_install
# these are useless in a i3bar/swaybar:
rm -rf %{buildroot}/usr/share/bash-completion
%files
%license COPYING
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man1/%{name}.1.*
%changelog
* Fri Feb 10 2023 lichaoran <pkwarcraft@hotmail.com> - 1.5-1
- Init package