-
Notifications
You must be signed in to change notification settings - Fork 13
/
redminecli.spec
56 lines (41 loc) · 1.16 KB
/
redminecli.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
%global pypi_name redminecli
%{?python_enable_dependency_generator}
Name: %{pypi_name}
Version: 1.1.7
Release: 1%{?dist}
Summary: Command line interface for Redmine
License: GPLv3
URL: https://github.com/egegunes/redmine-cli
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pytest
BuildRequires: python3-click
BuildRequires: python3-requests
%description
`redminecli` is a command line interface for Redmine.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%files
%doc README.md
%{_bindir}/redmine
%{python3_sitelib}/redmine/
%{python3_sitelib}/%{pypi_name}-*.egg-info/
%check
%{__python3} -m pytest
%changelog
* Thu Sep 26 2019 Ege Güneş <[email protected]> - 1.1.7-1
- Bump to 1.1.7
* Tue Aug 27 2019 Ege Güneş <[email protected]> - 1.1.6-1
- Bump to 1.1.6
* Sun Aug 25 2019 Ege Güneş <[email protected]> - 1.1.5-1
- Bump to 1.1.5
* Sun Aug 11 2019 Ege Güneş <[email protected]> - 1.1.4-1
- Bump to 1.1.4
* Sat Aug 10 2019 Ege Güneş <[email protected]>
- Initial package