]> git.pld-linux.org Git - packages/buffer.git/blob - buffer.spec
- massive attack: source-md5
[packages/buffer.git] / buffer.spec
1 Summary:        Standard input and output buffering program
2 Summary(pl):    Program buforuj±cy standardowe wej¶cie i wyj¶cie
3 Name:           buffer
4 Version:        1.19
5 Release:        2
6 License:        GPL
7 Group:          Applications/Archiving
8 Source0:        http://www.netsw.org/system/tools/fileutils/filter/%{name}-%{version}.shar.gz
9 # Source0-md5:  b53ffff6380118f77b4f6cb4784a70db
10 Patch0:         %{name}-1.17_suse.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Standard input and output buffering program.
15
16 %description -l pl
17 Program buforuj±cy standardowe wej¶cie i wyj¶cie.
18
19 %prep
20 %setup -q -T -c -n buffer-%{version}
21 gzip -dc %{SOURCE0} > %{name}-%{version}.shar
22 chmod 755 %{name}-%{version}.shar
23 ./%{name}-%{version}.shar
24 %patch0 -p0
25
26 %build
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
32
33 %{__make} install CFLAGS="%{rpmcflags}" \
34         INSTBIN=$RPM_BUILD_ROOT%{_bindir} INSTMAN=$RPM_BUILD_ROOT%{_mandir}/man1
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README
42 %attr(755,root,root) %{_bindir}/buffer
43 %{_mandir}/man1/buffer*
This page took 0.109971 seconds and 3 git commands to generate.