-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdock.spec
48 lines (31 loc) · 990 Bytes
/
dock.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
Name: dbs-client
Version: 0.1
Release: 1%{?dist}
Summary: Client tool / library for DBuildService
Group: Development Tools
License: BSD
URL: https://github.com/orgs/DBuildService/dbs-client
Source0: http://github.srcurl.net/DBuildService/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
%description
Client tool / library for DBuildService
%prep
%setup -q
%build
# build python package
%{__python} setup.py build
%install
# install python package
%{__python} setup.py install --skip-build --root %{buildroot}
%files
%doc README.md LICENSE
%{_bindir}/dbs-client
%{python_sitelib}/dbs_client
%{python_sitelib}/dbs_client-%{version}-py2.*.egg-info
%changelog
* Mon Nov 03 2014 Jakub Dorňák <[email protected]> 0.1-1
- new package built with tito
* Sun Nov 2 2014 Jakub Dorňák <[email protected]> - 0.1-1
- Initial package