package created using the webbuild interface [release 1.1.1-1mamba;Sat Dec 05 2015]
This commit is contained in:
parent
95926e7f54
commit
8b113ac957
@ -1,2 +1,4 @@
|
|||||||
# python-cryptography
|
# python-cryptography
|
||||||
|
|
||||||
|
Cryptographic recipes and primitives to Python developers.
|
||||||
|
|
||||||
|
51
python-cryptography.spec
Normal file
51
python-cryptography.spec
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
Name: python-cryptography
|
||||||
|
Version: 1.1.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Cryptographic recipes and primitives to Python developers
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://github.com/pyca/cryptography
|
||||||
|
Source: https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
|
||||||
|
License: BSD
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libpython-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: python >= %python_version
|
||||||
|
Requires: python-enum34
|
||||||
|
Requires: python-pyasn1
|
||||||
|
Requires: python-idna
|
||||||
|
Requires: python-cffi
|
||||||
|
Requires: python-ipaddress
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n cryptography-%{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 LICENSE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user