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