]> git.pld-linux.org Git - packages/flog.git/blob - flog.spec
445b68023248fc2738f7d1873a2521c67d856f65
[packages/flog.git] / flog.spec
1 Summary:        A small STDIN-to-file logger with support for logrotation
2 Summary(pl):    Ma³y logger strumienia ze wsparciem dla rotacji logów
3 Name:           flog
4 Version:        1.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://oss.ezic.com/flog/%{name}-%{version}.tar.gz
9 # Source0-md5:  2c8eaa80e29f137ce81a95c4b6ecf7fe
10 URL:            http://oss.ezic.com/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 flog (file logger) is a small program that reads input from STDIN and
15 writes to a file, optionally adding timestamps. If SIGHUP is received, the
16 file will be reopened, allowing for log rotation.
17
18 %description -l pl
19 flog (file logger) jest ma³ym programem który czyta ze standardowego
20 wej¶cia i zapisuje do pliku, ewentualnie dodaj±c znaczniki czasowe.  Je¶li
21 otrzyma sygna³ HUP, plik bêdzie na nowo otwarty, pozwalaj±c na rotacjê
22 logów.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install flog $RPM_BUILD_ROOT%{_bindir}
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}/*
This page took 0.083191 seconds and 3 git commands to generate.