Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 539af7d27fad71b837fc9801cec2d766 > files > 2

python-utmp-0.7-5mdk.src.rpm

Summary: A python module for working with utmp
Name: python-utmp
Version: 0.7
Release: 5mdk
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: python-devel

%description

This package provides 3 python modules to access utmp and wtmp
records.  utmpaccess is lowlevel module wrapping glibc functions,
UTMPCONST provides useful constants, and utmp is module build on top
of utmpaccess module, providing object oriented interface.

%prep
%setup -q

%build
%make -f Makefile.glibc PYTHONVER=%pyver PYTHONDIR='$(DESTDIR)%_libdir/python%pyver/site-packages/'

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -f Makefile.glibc PYTHONVER=%pyver PYTHONDIR='$(DESTDIR)%_libdir/python%pyver/site-packages/'


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO examples/*
%_libdir/python%pyver/site-packages/*

%changelog
* Mon Jun 13 2005 Frederic Lepied <flepied@mandriva.com> 0.7-5mdk
- fix requires

* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 0.7-4mdk
- Rebuild for new python

* Thu Aug 07 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.7-3mdk
- python 2.3

* Fri Jul 25 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 0.7-2mdk
- rebuild
- drop Prefix tag
- quiet setup

* Wed Feb 12 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.7-1mdk
- 0.7

* Sat Feb  1 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.6-1mdk
- Initial Mandrake Linux packaging

# end of file