This repository has been archived by the owner on May 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hyfetch.spec
88 lines (74 loc) · 1.84 KB
/
hyfetch.spec
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Name: hyfetch
Version: 1.4.1
Release: 1%{?dist}
Summary: neofetch with pride flags <3
URL: https://github.com/hykilpikonna/hyfetch
Source0: %{url}/archive/refs/tags/1.4.1.tar.gz
License: MIT
BuildArch: noarch
BuildRequires: make
BuildRequires: python3-devel
BuildRequires: python3-typing_extensions
BuildRequires: python3-setuptools
BuildRequires: python3-wheel
BuildRequires: python3-pip
Requires: bash >= 3.2
Requires: bind-utils
Requires: catimg
Requires: coreutils
Requires: gawk
Requires: grep
Requires: pciutils
Recommends: caca-utils
Recommends: ImageMagick
Recommends: jp2a
Recommends: w3m-img
Recommends: xdpyinfo
Recommends: xprop
Recommends: xrandr
Recommends: xrdb
Recommends: xwininfo
%package -n hyfetch-neofetch
Summary: Replacement for neofetch
%description -n hyfetch-neofetch
%{summary}
Obsoletes: neofetch
Provides: neofetch
Requires: bash >= 3.2
Requires: bind-utils
Requires: catimg
Requires: coreutils
Requires: gawk
Requires: grep
Requires: pciutils
Recommends: caca-utils
Recommends: ImageMagick
Recommends: jp2a
Recommends: w3m-img
Recommends: xdpyinfo
Recommends: xprop
Recommends: xrandr
Recommends: xrdb
Recommends: xwininfo
%files -n hyfetch-neofetch
%{_bindir}/neofetch
%{_mandir}/man1/neofetch.1.gz
%description
%{summary}
%prep
%autosetup -n hyfetch-%{version}
#%%generate_buildrequires
#%%pyproject_buildrequires
%build
%make_build
#%%pyproject_wheel
%install
%make_install
#%%pyproject_install
#%%pyproject_save_files hyfetch
# bash commands
#%%files -f %{pyproject_files}
#%%{_bindir}/hyfetch
%changelog
* Wed Sep 21 2022 Cappy Ishihara <[email protected]> - 1.4.1-1.um36
- Initial version