]> git.pld-linux.org Git - packages/python-nss.git/blob - python-nss.spec
7ccbba6317a54ffd10d51e14df1d3fafd77464f4
[packages/python-nss.git] / python-nss.spec
1 Summary:        Python bindings for NSS and NSPR
2 Summary(pl.UTF-8):      Wiązania Pythona do bibliotek NSS i NSPR
3 Name:           python-nss
4 Version:        0.16.0
5 Release:        2
6 License:        MPL v1.1 or GPL v2+ or LGPL v2+
7 Group:          Development/Languages/Python
8 Source0:        http://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/PYNSS_RELEASE_0_16_0/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4fb3c230c7ea0b0ea860f713145c4422
10 URL:            http://www.mozilla.org/projects/security/pki/nss/
11 BuildRequires:  nspr-devel >= 4
12 BuildRequires:  nss-devel >= 3
13 BuildRequires:  python-devel
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.710
16 Requires:       python-libs
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Python bindings for Network Security Services (NSS) and Netscape
21 Portable Runtime (NSPR).
22
23 %description -l pl.UTF-8
24 Wiązania Pythona do bibliotek NSS (Network Security Services) oraz
25 NSPR (Netscape Portable Runtime).
26
27 %prep
28 %setup -q
29
30 %build
31 %py_build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %py_install
37
38 %py_postclean
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README
46 %dir %{py_sitedir}/nss
47 %{py_sitedir}/nss/__init__.py[co]
48 %attr(755,root,root) %{py_sitedir}/nss/error.so
49 %attr(755,root,root) %{py_sitedir}/nss/io.so
50 %attr(755,root,root) %{py_sitedir}/nss/nss.so
51 %attr(755,root,root) %{py_sitedir}/nss/ssl.so
52 %{py_sitedir}/python_nss-%{version}-py*.egg-info
This page took 0.062287 seconds and 2 git commands to generate.