# # $Id$ # Summary: This program speeds up writing tapes on remote tape drives Summary(fr): Ce programme accélère l'écriture des bandes sur des périphériques distants Name: buffer Version: 1.19 Release: 4%{dist} License: GPL+ Group: Applications/Archiving Url: http://hello-penguin.com/software/buffer Source: http://hello-penguin.com/software/buffer/%{name}-%{version}.tar.gz Patch0: 01-debian-patches.all.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description This is a program designed to speed up writing tapes on remote tape drives. When this program is put "in the pipe", two processes are started. One process reads from standard-in and the other writes to standard-out. Both processes communicate via shared memory. %description -l fr buffer accélère l'écriture des bandes sur des périphériques distants %prep %setup -q %patch0 -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" %install %{__rm} -rf $RPM_BUILD_ROOT install -p -m 755 -D buffer $RPM_BUILD_ROOT%{_bindir}/buffer install -p -m 644 -D buffer.man $RPM_BUILD_ROOT%{_mandir}/man1/buffer.1 %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README #AUTHORS NEWS %{_bindir}/buffer %{_mandir}/man1/buffer.1* %changelog * Fri Oct 03 2008 Bruno Cornec 1.19-3 - Updated to 1.19-3 - Fix the french summary (Bruno Cornec) * Thu Oct 02 2008 Bruno Cornec 1.19-2 - Updated to 1.19-2 - Fix build flags for Fedora conformity (Bruno Cornec) * Sat Sep 20 2008 Bruno Cornec 1.19-1 - Updated to 1.19-1 - Updated to 1.19 (Bruno Cornec)