Name: vcp Version: 1.7.2 Release: 1.n0i.3 Summary: Enhanced files copying tool Group: Applications/File License: BSD URL: http://members.optusnet.com.au/~dbbryan/vcp/ Source0: http://members.optusnet.com.au/~dbbryan/vcp/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel %description vcp copies files and directories in a curses interface, with text only output available. its options and output are similar to BSD's cp while adding some new features. It provides information on: - files copied and left to copy - data written and total data size - data being written every second - two status bars, one showing current file status, the other total status (except with 1 file, both show current), and percentage when output is sent to the console (unless -T): - a status bar - size copied and speed %prep %setup %build CFLAGS="$RPM_OPT_FLAGS" %{__make} %{_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__install} -D -m0755 vcp $RPM_BUILD_ROOT%{_bindir}/%{name} %{__install} -D -m0644 vcp.conf.sample $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf %{__install} -D -m0644 vcp.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 %{__strip} $RPM_BUILD_ROOT%{_bindir}/* %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc Changelog README vcp.conf.sample %{_bindir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}.conf %{_mandir}/man*/%{name}.* %changelog * Wed Sep 21 2005 Marius FERARU 1.7.2-1.n0i.3 - spec cleanup * Wed Nov 24 2004 Marius FERARU 1.7.2-0.n0i.2 - added BuildRequires * Fri Apr 23 2004 Marius FERARU 0:0.7.2-1.n0i.1 - version 0.7.2 * Mon Dec 29 2003 Marius FERARU 0:1.7.0-0.n0i.1 - version 0.7.0 * Thu Aug 28 2003 Marius FERARU 1.6.2-0.n0i - Initial RPM release.