/[smeserver]/rpms/buffer/sme10/buffer.spec
ViewVC logotype

Annotation of /rpms/buffer/sme10/buffer.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Sun Feb 7 19:15:45 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
Changes since 1.1: +5 -2 lines
* Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 1.19-8.sme
- Rebase patches so it builds on el7 [SME: 9233]

1 vip-ire 1.2 # $Id: buffer.spec,v 1.1 2016/02/07 13:48:09 stephdl Exp $
2 stephdl 1.1
3     Summary: general purpose buffer programm
4     Name: buffer
5     Version: 1.19
6 vip-ire 1.2 Release: 8%{?dist}
7 stephdl 1.1 License: GPL
8     Group: Applications/System
9     Source: http://sunsite.org.uk/public/public/packages/buffer/buffer-1.19.shar
10     Patch0: buffer-1.19.patch
11     Patch1: buffer-largefile.patch
12     Patch2: no_shmat.patch
13     BuildRoot: %{_tmppath}/%{name}-%{version}-root
14    
15     %description
16     This is a program designed to speed up writing tapes on remote tape
17     drives. After startup it splits itself into two processes. The first
18     process reads (and reblocks) from stdin into a shared memory buffer.
19     The second writes from the shared memory buffer to stdout. Doing it this way
20     means that the writing side effectly sits in a tight write loop and
21     doesn't have to wait for input. Similarly for the input side. It is
22     this waiting that slows down other reblocking processes, like dd.
23    
24     %prep
25     %setup -q -c %{name}-%{version} -T
26     sh $RPM_SOURCE_DIR/%{name}-%{version}.shar
27    
28     %patch0 -p1
29    
30     %patch1 -p1
31    
32     %patch2 -p1
33    
34     %build
35     make CFLAGS="$RPM_OPT_FLAGS -Wall -s"
36    
37     %install
38     install -m 755 -D buffer $RPM_BUILD_ROOT%{_bindir}/buffer
39     install -m 644 -D buffer.man $RPM_BUILD_ROOT%{_mandir}/man1/buffer.1
40    
41     %clean
42     rm -rf $RPM_BUILD_ROOT
43    
44     %files
45     %defattr(-,root,root)
46     %doc COPYING README
47     %{_bindir}/buffer
48     %{_mandir}/man1/buffer.1*
49    
50     %changelog
51 vip-ire 1.2 * Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 1.19-8.sme
52     - Rebase patches so it builds on el7 [SME: 9233]
53    
54 stephdl 1.1 * Sun Feb 7 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.19-7.sme
55     - Build for sme10
56    
57     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
58     - Clean up spec so package can be built by koji/plague
59    
60     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
61     - Update to new release naming. No functional changes.
62     - Make Packager generic
63    
64     * Mon Mar 13 2006 Shad L. Lords <slords@mail.com> 1.19-6sme
65     - Remove shmat definition so x86_64 builds correctly
66    
67     * Thu Jun 19 2003 Charlie Brady <charlieb@e-smith.com> 1.19-5es
68     - Rebuild in-house to ensure library version compatibility.
69    
70     * Sun Jan 5 2003 Edwin Huffstutler <edwinh@computer.org>
71     - added O_LARGEFILE
72    
73     * Mon Jul 24 2000 Prospector <prospector@redhat.com>
74     - rebuilt
75    
76     * Tue Jul 11 2000 Than Ngo <than@redhat.de>
77     - rebuilt
78    
79     * Wed Jun 07 2000 Than Ngo <than@redhat.de>
80     - use rpm macros
81    
82     * Mon Jun 05 2000 Michael Stefaniuc <mstefani@redhat.com>
83     - rewrote the spec file
84     - rewrote and extended the buffer patch

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed