forked from packit/ogr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython-ogr.spec
91 lines (62 loc) · 2.32 KB
/
python-ogr.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
88
89
90
91
# created by pyp2rpm-3.3.2
%global pypi_name ogr
%{?python_enable_dependency_generator}
Name: python-%{pypi_name}
Version: 0.9.1
Release: 1%{?dist}
Summary: One API for multiple git forges
License: MIT
URL: https://github.com/packit-service/ogr
Source0: https://files.pythonhosted.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(setuptools-scm)
BuildRequires: python3dist(setuptools-scm-git-archive)
%description
One Git library to Rule!
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
One Git library to Rule!
%prep
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Wed Dec 04 2019 Frantisek Lachman <[email protected]> - 0.9.1-1
- New upstream release 0.9.1
* Wed Dec 04 2019 Frantisek Lachman <[email protected]> - 0.9.0-1
- New upstream release 0.9.0
* Mon Sep 30 2019 Frantisek Lachman <[email protected]> - 0.8.0-1
- New upstream release 0.8.0
* Wed Sep 11 2019 Frantisek Lachman <[email protected]> - 0.7.0-1
- New upstream release 0.7.0
* Tue Jul 23 2019 Frantisek Lachman <[email protected]> - 0.6.0-1
- New upstream release 0.6.0
* Fri Jun 28 2019 Frantisek Lachman <[email protected]> - 0.5.0-1
- New upstream release: 0.5.0
* Tue Jun 11 2019 Jiri Popelka <[email protected]> - 0.4.0-1
- New upstream release: 0.4.0
* Tue May 14 2019 Jiri Popelka <[email protected]> - 0.3.1-1
- patch release: 0.3.1
* Mon May 13 2019 Jiri Popelka <[email protected]> - 0.3.0-1
- New upstream release: 0.3.0
* Wed Mar 27 2019 Tomas Tomecek <[email protected]> - 0.2.0-1
- New upstream release: 0.2.0
* Mon Mar 18 2019 Tomas Tomecek <[email protected]> - 0.1.0-1
- New upstream release: 0.1.0
* Thu Feb 28 2019 Frantisek Lachman <[email protected]> - 0.0.3-1
- New upstream release 0.0.3
* Tue Feb 26 2019 Tomas Tomecek <[email protected]> - 0.0.2-1
- Initial package.