# norootforbuild Name: perl-Term-Screen Version: 1.03 Release: 0 Summary: Simple all perl Term::Cap based screen positioning module Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/Term-Screen-1.03.tar.gz URL: http://search.cpan.org/~jstowe/Term-Screen-%{version}/Screen.pm Group: Development/Libraries/Perl License: Perl License BuildRoot: %{_tmppath}/build-%{name}-%{version} Requires: perl BuildRequires: make perl %description Term::Screen is a very simple screen positioning module that should work wherever Term::Cap does. It is set up for Unix using stty's but these dependences are isolated by evals in the new constructor. Thus you may create a child module implementing Screen with MS-DOS, ioctl, or other means to get raw and unblocked input. This is not a replacement for Curses -- it has no memory. This was written so that it could be easily changed to fit nasty systems, and to be available first thing. %prep %setup -q -n "Term-Screen-%{version}" %__perl Makefile.PL PREFIX="%{_prefix}" %build %__make %{?jobs:-j%{jobs}} %install %perl_make_install %perl_process_packlist %clean %__rm -rf "%{buildroot}" %files %defattr(-,root,root) %doc Changes README %{perl_vendorlib}/Term %{perl_vendorarch}/auto/Term %doc %{perl_man3dir}/Term::Screen.%{perl_man3ext}* %changelog * Sat Mar 22 2008 Pascal Bleser 1.03 - new package # Local Variables: # mode: rpm-spec # tab-width: 3 # End: