Fix typo: strorage-drivers to storage-drivers
Closes-Bug: 1791106 Change-Id: Ie6be8ce67e30ed49c3007a819637ae2bd332046f Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
3
storage-drivers/python-3parclient/centos/build_srpm.data
Normal file
3
storage-drivers/python-3parclient/centos/build_srpm.data
Normal file
@@ -0,0 +1,3 @@
|
||||
SRC_DIR=$CGCS_BASE/git/python-3parclient
|
||||
TIS_BASE_SRCREV=d0e6de393cecc765eba70312c466e91405fb2a69
|
||||
TIS_PATCH_VER=1
|
||||
@@ -0,0 +1,35 @@
|
||||
%define name python-3parclient
|
||||
%define version 4.2.3
|
||||
Summary: HPE 3PAR HTTP REST Client
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: Apache License, Version 2.0
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
Prefix: %{_prefix}
|
||||
BuildArch: noarch
|
||||
Vendor: Walter A. Boring IV <walter.boring@hpe.com>
|
||||
Url: http://packages.python.org/python-3parclient
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
%description
|
||||
HPE 3PAR HTTP REST Client
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__python2} setup.py build
|
||||
|
||||
%install
|
||||
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
||||
@@ -0,0 +1,3 @@
|
||||
SRC_DIR=$CGCS_BASE/git/python-lefthandclient
|
||||
TIS_BASE_SRCREV=db9773f0f97c5af04da89fcb7dca2a6ddf8d5e4a
|
||||
TIS_PATCH_VER=1
|
||||
@@ -0,0 +1,37 @@
|
||||
%define name python-lefthandclient
|
||||
%define version 2.1.0
|
||||
%define release 1
|
||||
|
||||
Summary: HPE LeftHand/StoreVirtual HTTP REST Client
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: Apache License, Version 2.0
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
Prefix: %{_prefix}
|
||||
BuildArch: noarch
|
||||
Vendor: Kurt Martin <kurt.f.martin@hpe.com>
|
||||
Url: http://packages.python.org/python-lefthandclient
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
%description
|
||||
HPE LeftHand/StoreVirtual HTTP REST Client
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__python2} setup.py build
|
||||
|
||||
%install
|
||||
%{__python2} setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
||||
Reference in New Issue
Block a user