Пакет clex: Specfile

%def_disable debug

%define Name CLEX
Name: clex
Version: 4.2
Release: alt1.qa1
Summary: A file manager with a full-screen user interface
License: %gpl2plus
Group: File tools
URL: http://www.%name.sk
Source: %url/download/%name-%version.tar
Packager: Led <led@altlinux.ru>

BuildRequires(pre): rpm-build-licenses
BuildRequires: libncursesw-devel

%description
%Name (pronounced KLEKS) is a file manager with a full-screen user
interface. It displays directory contents including the file status
details and provides features like command history, filename insertion,
or name completion in order to help users to create commands to be
executed by the shell.
%Name is a versatile tool for system administrators and all users that
utilize the enormous power of the command line. Its unique one-panel
user interface enhances productivity and lessens the probability of
mistake. There are no built-in commands, %Name is an add-on to your
favorite shell.


%prep
%setup


%build
%define _optlevel 0
%configure --enable-largefile
%make_build


%install
%make_install DESTDIR=%buildroot install


%files
%doc AUTHORS ChangeLog README
%_bindir/*
%_man1dir/*


%changelog
* Mon Apr 15 2013 Dmitry V. Levin (QA) <qa_ldv@altlinux.org> 4.2-alt1.qa1
- NMU: rebuilt for debuginfo.

* Sun Mar 15 2009 Led <led@altlinux.ru> 4.2-alt1
- 4.2

* Sun Mar 15 2009 Led <led@altlinux.ru> 4.1-alt2
- Added xterm_title.patch from upstream

* Sun Mar 15 2009 Led <led@altlinux.ru> 4.1-alt1
- 4.1

* Sat Dec 27 2008 Led <led@altlinux.ru> 4.0-alt1
- 4.0

* Thu Jul 24 2008 Led <led@altlinux.ru> 3.18-alt1
- initial build