rpms/buffer/devel buffer.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bruno Cornec bcornec at fedoraproject.org
Tue Dec 23 16:34:50 UTC 2008


Author: bcornec

Update of /cvs/pkgs/rpms/buffer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1642/devel

Modified Files:
	.cvsignore sources 
Added Files:
	buffer.spec import.log 
Log Message:
First import of buffer src.rpm



--- NEW FILE buffer.spec ---
#
# $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 <bruno at project-builder.org> 1.19-3
- Updated to 1.19-3
- Fix the french summary (Bruno Cornec)

* Thu Oct 02 2008 Bruno Cornec <bruno at project-builder.org> 1.19-2
- Updated to 1.19-2
- Fix build flags for Fedora conformity (Bruno Cornec)

* Sat Sep 20 2008 Bruno Cornec <bruno at project-builder.org> 1.19-1
- Updated to 1.19-1
- Updated to 1.19 (Bruno Cornec)





--- NEW FILE import.log ---
buffer-1_19-4_fc9:HEAD:buffer-1.19-4.fc9.src.rpm:1230049938


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/buffer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Dec 2008 22:13:15 -0000	1.1
+++ .cvsignore	23 Dec 2008 16:34:20 -0000	1.2
@@ -0,0 +1,2 @@
+01-debian-patches.all.gz
+buffer-1.19.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/buffer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Dec 2008 22:13:15 -0000	1.1
+++ sources	23 Dec 2008 16:34:20 -0000	1.2
@@ -0,0 +1,2 @@
+09a40d349fd22810dde40cc66dc4fba2  01-debian-patches.all.gz
+35951ffca7e4df9ad7f97092e1f05b75  buffer-1.19.tar.gz




More information about the fedora-extras-commits mailing list