Author: nail2k                       Date: Tue Mar  8 22:41:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xtail.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xtail.spec
diff -u /dev/null SPECS/xtail.spec:1.1
--- /dev/null   Tue Mar  8 23:41:14 2005
+++ SPECS/xtail.spec    Tue Mar  8 23:41:08 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:       xtail watches the growth of files
+Summary(pl):   xtail obserwuje przyrost zawartości plików
+Name:          xtail
+Version:       2.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://www.unicom.com/sw/xtail/%{name}-%{version}.tar.gz
+# Source0-md5: 2e4717c591a2cbbd4aeb63d00c87a0cb
+Patch0:                %{name}-Makefile.patch
+URL:           http://www.unicom.com/sw/xtail/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xtail is sort of a tail -f for many files. It's a great way to monitor
+log files.
+
+%description -l pl
+xtail działa jak polecenie tail -f, ale dla wielu plików jednocześnie.
+Jest bardzo dobrym sposobem na monitorowanie logów.
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+chmod u+w configure
+%{__autoconf}
+%{__autoheader}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+
+%attr(755,root,root) %{_bindir}/xtail
+%{_mandir}/man1/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/03/08 22:41:08  nail2k
+- new
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to