package created using the webbuild interface [release 1.3.0-1mamba;Sat Dec 05 2015]
This commit is contained in:
parent
2ee4b68e77
commit
582b807df4
@ -1,2 +1,4 @@
|
||||
# python-mock
|
||||
|
||||
Rolling backport of unittest.mock for all Pythons.
|
||||
|
||||
|
46
python-mock.spec
Normal file
46
python-mock.spec
Normal file
@ -0,0 +1,46 @@
|
||||
Name: python-mock
|
||||
Version: 1.3.0
|
||||
Release: 1mamba
|
||||
Summary: Rolling backport of unittest.mock for all Pythons
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/testing-cabal/mock
|
||||
Source: https://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
Requires: python-pbr
|
||||
Requires: python-funcsigs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n mock-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
|
||||
%changelog
|
||||
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user