Provide a sample .spec file
Change-Id: I7fe3c7e39e538ec65bfbb09ce808ff47864352ed
This commit is contained in:
42
contrib/python-cloudkittyclient.spec.in
Normal file
42
contrib/python-cloudkittyclient.spec.in
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
Name: python-cloudkittyclient
|
||||||
|
Version: @VERSION@
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Client library for CloudKitty
|
||||||
|
License: ASL 2.0
|
||||||
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: python-pbr
|
||||||
|
BuildRequires: python-keystoneclient
|
||||||
|
BuildRequires: python-stevedore
|
||||||
|
BuildRequires: python-babel
|
||||||
|
|
||||||
|
Requires: python-keystoneclient
|
||||||
|
Requires: python-stevedore
|
||||||
|
Requires: python-babel
|
||||||
|
|
||||||
|
%description
|
||||||
|
Client library for CloudKitty
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__python} setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
||||||
|
|
||||||
|
#export PYTHONPATH="$( pwd ):$PYTHONPATH"
|
||||||
|
#sphinx-build -b html doc/source html
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/*
|
||||||
|
%{python_sitelib}/*
|
||||||
|
#%doc html
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Apr 19 2015 Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> @VERSION@-1
|
||||||
|
- Initial release
|
Reference in New Issue
Block a user