Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > a1aa4ae8b6300b42c99bf30f2f10ad6a > files > 2

dvtm-0.5.2-1mdv2010.0.src.rpm

%define name    dvtm 
%define version 0.5.2
%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

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

%clean
%{__rm} -rf %buildroot

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



%changelog
* Tue Jul 28 2009 Frederik Himpe <fhimpe@mandriva.org> 0.5.2-1mdv2010.0
+ Revision: 402539
- update to new version 0.5.2

* Wed Feb 18 2009 Nicolas Vigier <nvigier@mandriva.com> 0.5.1-1mdv2009.1
+ Revision: 342550
- update to version 0.5.1

* Thu Oct 16 2008 Nicolas Vigier <nvigier@mandriva.com> 0.4.1-1mdv2009.1
+ 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