]> git.pld-linux.org Git - SPECS.git/blob - python-GnuPGInterface.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / python-GnuPGInterface.spec
1 Summary:        Python interface to GnuPG
2 Name:           python-GnuPGInterface
3 Version:        0.3.2
4 Release:        1
5 License:        LGPL
6 Group:          Development/Languages/Python
7 Source0:        http://dl.sourceforge.net/py-gnupg/GnuPGInterface-%{version}.tar.gz
8 # Source0-md5:  d4627d83446f96bd8c22f8d15db3f7c2
9 URL:            http://py-gnupg.sourceforge.net/
10 BuildRequires:  python-devel
11 BuildRequires:  rpm-pythonprov
12 # if py_postclean is used
13 BuildRequires:  rpmbuild(macros) >= 1.710
14 #%pyrequires_eq python-libs
15 %pyrequires_eq  python-modules
16 #BuildArch:     noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Pyton GnuPGInterface is meant to be a filehandle-concentrating Python
21 interface to GnuPG, the GNU Privacy Guard. It has an API similar to
22 the Perl module GnuPG::Interface.
23
24 %prep
25 %setup -q -n GnuPGInterface-%{version}
26
27 %build
28 %py_build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %py_install
33
34 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
35 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
36 %py_postclean
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog MANIFEST NEWS README THANKS
44 %{py_sitescriptdir}/GnuPGInterface.py[co]
45 %if "%{py_ver}" > "2.4"
46 %{py_sitescriptdir}/GnuPGInterface-*.egg-info
47 %endif
This page took 0.116671 seconds and 3 git commands to generate.