Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 3bc85a67d101497119e12bb93ed695bf > files > 2

dvtm-0.4.1-1mdv2008.0.src.rpm

%define name    dvtm 
%define version 0.4.1
%define release %mkrel 1
%define Summary Tiling window management for the console
Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License:        MIT
Group:          Terminals
URL:            http://www.brain-dump.org/projects/dvtm/
Source0:        http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
BuildRoot:      %_tmppath/%name-buildroot
BuildRequires:	libncurses-devel libncursesw-devel
%description
dvtm brings the concept of tiling window management, popularized by
X11-window managers like dwm to the console. As a console window manager
it tries to make it easy to work with multiple console based programs
like vim, mutt, cmus or irssi.

%prep
%setup

%build
sed -i 's/PREFIX.*local*/PREFIX\ =\ \/usr\//' config.mk
%make unicode

%install
%{__rm} -Rf %{buildroot}
%make DESTDIR=%buildroot install

%clean
%{__rm} -rf %buildroot

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-status
%{_mandir}/man1/%{name}.1*



%changelog
* Thu Oct 16 2008 Nicolas Vigier <nvigier@mandriva.com> 0.4.1-1mdv2008.0
+ Revision: 294198
- fix release tag, files list, requires, indentation
- import dvtm


* Wed Jul 10 2008 Sebastien Bocahu <zecrazytux@zecrazytux.net> 0.4.1-1mdv2008.1
- First realease of dvtm mandriva rpm package