Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > b061494d1b6cd56cd5b7ca35df1414cd > files > 2

python-module-GnuPGInterface-0.3.2-alt1.1.src.rpm

%define oname GnuPGInterface
Name: python-module-%oname
Version: 0.3.2
Release: alt1.1

Summary: A Python module to interface with GnuPG

License: LGPL
Group: Development/Python
Url: http://py-gnupg.sourceforge.net/

Packager: Vitaly Lipatov <lav@altlinux.ru>
Source: http://dl.sf.net/py-gnupg/%oname-%version.tar.bz2

BuildArch: noarch

%setup_python_module %oname

# Automatically added by buildreq on Sun Oct 28 2007
BuildRequires: python-dev python-modules-compiler

%description
GnuPGInterface is a Python module to interface with GnuPG. It concentrates
on interacting with GnuPG via filehandles, providing access to control
GnuPG via versatile and extensible means.

%prep
%setup -q -n %oname-%version

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot

%files
%doc NEWS README THANKS
%python_sitelibdir/*

%changelog
* Thu Jan 24 2008 Grigory Batalov <bga@altlinux.ru> 0.3.2-alt1.1
- Rebuilt with python-2.5.

* Sat Nov 03 2007 Vitaly Lipatov <lav@altlinux.ru> 0.3.2-alt1
- initial build for ALT Linux Sisyphus