-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-drain3-improved.spec
More file actions
49 lines (34 loc) · 1.04 KB
/
python-drain3-improved.spec
File metadata and controls
49 lines (34 loc) · 1.04 KB
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
Name: python-drain3-improved
Version: 0.10.0
Release: %autorelease
Summary: Persistent & streaming log template miner
License: MIT
URL: https://pypi.org/project/drain3-improved/
Source0: %{pypi_source drain3-improved}
BuildArch: noarch
BuildRequires: python3-devel
%global _description %{expand:
Persistent & streaming log template miner
}
%description %_description
%package -n python3-drain3-improved
Summary: %{summary}
Provides: drain3-improved
%description -n python3-drain3-improved %_description
%pyproject_extras_subpkg -n python3-drain3-improved kafka redis valkey
%prep
%autosetup -p1 -n drain3-improved-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files 'drain3'
%check
%pyproject_check_import -e drain3.valkey_persistence -e drain3.redis_persistence -e drain3.kafka_persistence
%files -n python3-drain3-improved -f %{pyproject_files}
%license LICENSE.txt
%doc README.md
%changelog
%autochangelog