]> git.pld-linux.org Git - packages/python-gpg.git/blame - python-gpg.spec
- drop md5sum, the file is in git
[packages/python-gpg.git] / python-gpg.spec
CommitLineData
4f77bb0d 1%define module gpg
2fc0e874 2Summary: A Python module for the GnuPG
392ad81a 3Summary(pl.UTF-8): Moduł Pythona do GnuPG
4f77bb0d
AM
4Name: python-%{module}
5# it's cvs revision number
6Version: 1.3
7bc7947f 7Release: 7
4f77bb0d
AM
8License: GPL
9Group: Libraries/Python
10# http://cvs.sourceforge.net/viewcvs.py/pycrypto/gpg/GPG.py
11Source0: GPG.py
4f77bb0d 12URL: http://www.python.org/moin/GnuPrivacyGuard
f3022fe2 13%pyrequires_eq python-modules
4f77bb0d
AM
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18GnuPG interface for Python.
19
5e9b0f69 20%description -l pl.UTF-8
f3022fe2 21Interfejs do GnuPG dla Pythona.
4f77bb0d
AM
22
23%prep
24%setup -q -c -T
25
26%install
27rm -rf $RPM_BUILD_ROOT
96ba7546
ER
28install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
29install %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}
30%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
31%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
32%py_postclean
4f77bb0d
AM
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
96ba7546 39%{py_sitescriptdir}/*.py[co]
This page took 0.087153 seconds and 5 git commands to generate.