[svn] r5040 - in trunk/rpms: . cronolog

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Jan 2 21:35:38 CET 2007


Author: dag
Date: 2007-01-02 21:35:37 +0100 (Tue, 02 Jan 2007)
New Revision: 5040

Added:
   trunk/rpms/cronolog/
   trunk/rpms/cronolog/cronolog.spec
Removed:
   trunk/rpms/qalculate/
Log:
Updates

Added: trunk/rpms/cronolog/cronolog.spec
===================================================================
--- trunk/rpms/cronolog/cronolog.spec	                        (rev 0)
+++ trunk/rpms/cronolog/cronolog.spec	2007-01-02 20:35:37 UTC (rev 5040)
@@ -0,0 +1,49 @@
+# $Id$
+# Authority: dag
+
+Summary: Log file rotator
+Name: cronolog
+Version: 1.6.2
+Release: 1
+License: GPL
+Group: Applications/File
+URL: http://cronolog.org/
+
+Source: http://cronolog.org/download/cronolog-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+cronolog is a simple filter program that reads log file entries from
+standard input and writes each entry to the output file specified by
+a filename template and the current date and time. When the expanded
+filename changes, the current file is closed and a new one opened.
+
+cronolog is intended to be used in conjunction with a Web server,
+such as Apache, to split the access log into daily or monthly logs.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc %{_mandir}/man1/cronolog.1m*
+%doc %{_mandir}/man1/cronosplit.1m*
+%doc %{_infodir}/cronolog.info*
+%{_sbindir}/cronolog
+%{_sbindir}/cronosplit
+
+%changelog
+* Thu Dec 28 2006 Dag Wieers <dag at wieers.com> - 1.6.2-1
+- Initial package. (Contributed by Christoper Maser)


Property changes on: trunk/rpms/cronolog/cronolog.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list