-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpython-buildkit_autonc.spec
More file actions
56 lines (44 loc) · 1.76 KB
/
python-buildkit_autonc.spec
File metadata and controls
56 lines (44 loc) · 1.76 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
50
51
52
53
54
55
56
# Created by pyp2rpm-3.2.3
%global pypi_name buildkit
Name: python-%{pypi_name}
Version: 0.2.2
Release: 1%{?dist}
Summary: Cloud infrastructure and .deb file management software
License: GNU AGPLv3
URL: http://packages.python.org/buildkit
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python2dist(setuptools)
%description
++++++++.. contents :: Summary Cloud infrastructure and .deb file management
software.Get Started * See the docsAuthor James Gardner <>_Changes--2011-12-10
* Changed apt-cacher-ng to run on port 3142 to avoid a potential conflict with
supervisor2011-12-08 * Separated key generation from install of buildkit-apt-
repo. * Made repo and key base directory settings options of the buildkit
repo...
%package -n python2-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python2-%{pypi_name}}
Requires: python2dist(sphinx) = 0.6.7
%description -n python2-%{pypi_name}
++++++++.. contents :: Summary Cloud infrastructure and .deb file management
software.Get Started * See the docsAuthor James Gardner <>_Changes--2011-12-10
* Changed apt-cacher-ng to run on port 3142 to avoid a potential conflict with
supervisor2011-12-08 * Separated key generation from install of buildkit-apt-
repo. * Made repo and key base directory settings options of the buildkit
repo...
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py2_build
%install
%py2_install
%files -n python2-%{pypi_name}
%license LICENSE.txt
%doc example/README.txt README.txt
%{python2_sitelib}/%{pypi_name}
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info
%changelog
* Wed Dec 06 2017 Michal Cyprian <mcyprian@redhat.com> - 0.2.2-1
- Initial package.