Author: krystian Date: Thu Mar 8 23:21:13 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial, build but not tested - R and BR need check
---- Files affected: SPECS: tc-viewer.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tc-viewer.spec diff -u /dev/null SPECS/tc-viewer.spec:1.1 --- /dev/null Fri Mar 9 00:21:13 2007 +++ SPECS/tc-viewer.spec Fri Mar 9 00:21:08 2007 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: Provides the ability to watch current transfers that take place in HTB and HFSC +Summary(pl.UTF-8): Pozwala śledzić bieżący ruch w klasach HTB, HFSC. +Name: tc-viewer +Version: 1.5 +Release: 0.1 +License: GPL +Group: Networking +Source0: http://snaj.ath.cx/%{name}/tc-viewer +# Source0-md5: e56f6a686e110aba273a94b62dd6f36d +Source1: http://snaj.ath.cx/tc-viewer/%{name}.conf +# Source1-md5: 8c57ec7df34b953ade2202b0a092496e +Source2: http://snaj.ath.cx/tc-viewer/Changelog +# Source2-md5: 89813ba4e157c2ab287ebafdd7ab74b4 +URL: http://snaj.ath.cx/tc-viewer/tc-viewer.html +Requires: perl +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +tc-viewer provides the ability to watch current transfers that take +place in HTB and HFSC traffic shaping classes on specified interface. + +%description -l pl.UTF-8 +tc-viewer pozwala śledzić bieżący transfer w HTB i HFSC dla każdej z +klas na określonym inferfejsie. + +%prep +%setup -qcT +cp %{SOURCE1} tc-viewer.conf.example +cp %{SOURCE2} Changelog + +%build +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} + +cp %{SOURCE0} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changelog tc-viewer.conf.example +%attr(755,root,root) %{_bindir}/tc-viewer + + +%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/08 23:21:08 krystian +- initial, build but not tested +- R and BR need check + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
