]> git.pld-linux.org Git - packages/flog.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Mon, 25 Nov 2002 13:19:02 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flog.spec -> 1.1

flog.spec [new file with mode: 0644]

diff --git a/flog.spec b/flog.spec
new file mode 100644 (file)
index 0000000..df8d6b4
--- /dev/null
+++ b/flog.spec
@@ -0,0 +1,43 @@
+Summary:       A small STDIN-to-file logger with support for logrotation.
+Summary(pl):   Ma³y logger strumienia z wsparciem dla rotacji logów.
+Name:          flog
+Version:       1.2
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://oss.ezic.com/%{name}/%{name}-%{version}.tar.gz
+URL:           http://oss.ezic.com/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+flog (file logger) is a small program that reads input from STDIN and
+writes to a file, optionally adding timestamps. If SIGHUP is received, the
+file will be reopened, allowing for log rotation.
+
+%description -l pl
+flog (file logger) jest ma³ym programem który czyta ze standardowego
+wej¶cia i zapisuje do pliku, ewentualnie dodaj±c znaczniki czasowe.  Je¶li
+otrzyma sygna³ HUP, plik bêdzie na nowo otwarty, pozwalaj±c na rotacjê
+logów.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install flog $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.10731 seconds and 4 git commands to generate.