]> git.pld-linux.org Git - packages/buffer.git/blob - buffer.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 Patch0:         %{name}-1.17_suse.patch
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Standard input and output buffering program.
14
15 %description -l pl
16 Program buforuj±cy standardowe wej¶cie i wyj¶cie.
17
18 %prep
19 %setup -q -T -c -n buffer-%{version}
20 gzip -dc %{SOURCE0} > %{name}-%{version}.shar
21 chmod 755 %{name}-%{version}.shar
22 ./%{name}-%{version}.shar
23 %patch0 -p0
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
31
32 %{__make} install CFLAGS="%{rpmcflags}" \
33         INSTBIN=$RPM_BUILD_ROOT%{_bindir} INSTMAN=$RPM_BUILD_ROOT%{_mandir}/man1
34
35 gzip -9nf README
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README*
43 %attr(755,root,root) %{_bindir}/buffer
44 %{_mandir}/man1/buffer*
This page took 0.05652 seconds and 3 git commands to generate.