]> git.pld-linux.org Git - packages/buffer.git/blob - buffer.spec
And next $log fixing
[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:        1
6 License:        GPL
7 Group:          Applications/Archiving
8 Group(de):      Applikationen/Archivierung
9 Group(pl):      Aplikacje/Archiwizacja
10 Source0:        %{name}-%{version}.shar.gz
11 Patch0:         %{name}-1.17_suse.patch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Standard input and output buffering program
16
17 %description -l pl
18 Program buforuj±cy standardowe wej¶cie i wyj¶cie
19
20 %prep
21 %setup -q -T -c -n buffer-%{version}
22 gzip -dc %SOURCE0 > %{name}-%{version}.shar
23 chmod 755 %{name}-%{version}.shar
24 ./%{name}-%{version}.shar
25 %patch0 -p0
26
27 %build
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 install -d $RPM_BUILD_ROOT%{_mandir}/manl
34
35 %{__make} install CFLAGS="$RPM_OPT_FLAGS -O2" \
36         INSTBIN=$RPM_BUILD_ROOT%{_bindir} INSTMAN=$RPM_BUILD_ROOT%{_mandir}/manl
37
38 gzip -9nf README
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README*
46 %attr(755,root,root) %{_bindir}/buffer
47 %{_mandir}/manl/buffer*
This page took 0.098983 seconds and 3 git commands to generate.