Package lfm: Specfile

Summary: powerful file manager for the console
Name: lfm
Version: 2.0
Release: alt1
Source0: %name-%version.tar.gz
Patch:	%name.alt.patch
License: GPL
Group: Development/Python
URL: https://inigo.katxi.org/devel/lfm/
BuildArch: noarch

# Automatically added by buildreq on Mon Mar 31 2008
BuildRequires: python-devel

%description
Last File Manager is a simple but powerful file manager for the UNIX console.

%prep
%setup  -q
%patch -p1

%build
%__python setup.py build

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES
sed -e "s/\.1/\.1.gz/" -i INSTALLED_FILES
#sed -e "s/\.1/\.1.gz/" -i INSTALLED_FILES

%files -f INSTALLED_FILES

%changelog
* Mon Mar 31 2008 Mikhail Pokidko <pma@altlinux.org> 2.0-alt1
- initial ALT build