-
Notifications
You must be signed in to change notification settings - Fork 0
/
autorsync.spec
52 lines (34 loc) · 942 Bytes
/
autorsync.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
Name: autorsync
Version: 1.0.6
Release: 1%{?dist}
Summary: Automate execution of various rsync commands
License: LGPL
URL: https://github.com/avibrazil/autorsync
Source0: %{pypi_source auto_remote_sync}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(jinja2)
BuildRequires: python3dist(pyyaml)
%description
Command to automate execution of various rsync commands based on profiles
defined on a YAML configuration file.
%prep
%autosetup -n auto_remote_sync-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files autorsync
%check
%pyproject_check_import
%files -f %{pyproject_files}
%license LICENSE
%doc README.md
%{_bindir}/autorsync
%changelog
* Mon Mar 6 2023 Avi Alkalay <[email protected]> - 1.0.6-1
- Upstream update
* Tue Dec 6 2022 Jonny Heggheim <[email protected]> - 1.0.5-1
- Inital packaging