Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > dce815a97e92303537e4d2371f974237 > files > 2

python-mcrypt-1.1-1mdk.src.rpm

%define version 1.1
%define release 1mdk

Name: python-mcrypt
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Summary: Python-mcrypt is a comprehensive Python interface to the mcrypt library
License: GPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://sourceforge.net/projects/python-mcrypt
Requires: python 
BuildRequires: libpython-devel
BuildRequires: libmcrypt-devel


%description
Python-mcrypt is a comprehensive Python interface to the mcrypt library, which
provides a uniform interface to several symmetric encryption algorithms.

%prep
%setup -q

%build
python setup.py build
%install
rm -rf %buildroot
python setup.py install --root %buildroot

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE NEWS AUTHORS
%{_libdir}/python%{pyver}/site-packages/mcrypt.so

%changelog
* Sat Mar 19 2005 Couriousous <couriousous@mandrake.org> 1.1-1mdk
- First Mandrakelinux release