]> git.pld-linux.org Git - SPECS.git/blob - python-POW.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / python-POW.spec
1 %define         module  POW
2 #
3 Summary:        OpenSSL bindings for Python
4 Summary(pl.UTF-8):      Interfejs OpenSSL dla Pythona
5 Name:           python-%{module}
6 Version:        0.7
7 Release:        0.1
8 License:        BSD
9 Group:          Libraries/Python
10 Source0:        http://dl.sourceforge.net/pow/%{module}-%{version}.tar.gz
11 # Source0-md5:  e2d83a9f564cfd0ea1e1aa6488a05247
12 URL:            http://sourceforge.net/projects/pow/
13 BuildRequires:  openssl-devel >= 0.9.6
14 BuildRequires:  python-devel >= 1:2.4
15 BuildRequires:  rpmbuild(macros) >= 1.710
16 %pyrequires_eq  python-modules
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Python interface to the OpenSSL library.
21
22 %description -l pl.UTF-8
23 Interfejs Pythona do biblioteki OpenSSL.
24
25 %prep
26 %setup -q -n %{module}-%{version}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{py_sitedir}
31
32 %py_install
33
34 %py_postclean
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README docs/*.pdf
42 %dir %{py_sitedir}/POW
43 %{py_sitedir}/POW/*.py[co]
44 %attr(755,root,root) %{py_sitedir}/POW/*.so
This page took 0.193436 seconds and 3 git commands to generate.