Author: adamg Date: Thu Mar 1 20:25:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: slsnif.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/slsnif.spec diff -u /dev/null SPECS/slsnif.spec:1.1 --- /dev/null Thu Mar 1 21:25:52 2007 +++ SPECS/slsnif.spec Thu Mar 1 21:25:47 2007 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: Serial line sniffer +#Summary(pl.UTF-8): - +Name: slsnif +Version: 0.4.4 +Release: 0.1 +License: GPL v2+ +Group: Applications +Source0: http://dl.sourceforge.net/slsnif/%{name}-%{version}.tar.gz +# Source0-md5: 78eeff8ba36ee0c3a954ec0878d2a997 +URL: http://www.sourceforge.net/projects/slsnif/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Serial line sniffer (slsnif). slsnif is a serial port logging utility. +It listens to the specified serial port and logs all data going +through this port in both directions. + +#%description -l pl.UTF-8 + +%prep +%setup -q + +%build +%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 AUTHORS ChangeLog NEWS README TODO slsnifrc-example +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/slsnif.1* + +%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 2007/03/01 20:25:47 adamg +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
