[throttle/f15] initial import

François Cami fcami at fedoraproject.org
Fri Jul 1 21:29:35 UTC 2011


commit 4fa9fa6ac14871425b8035cf5780d2d5a1cea4a2
Author: François Cami <fcami at fedoraproject.org>
Date:   Fri Jul 1 18:53:58 2011 +0200

    initial import

 .gitignore    |    1 +
 sources       |    1 +
 throttle.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..be212c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/throttle-1.2.tar.gz
diff --git a/sources b/sources
index e69de29..1bfdf73 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bb8abf5a9a63ed7d80951f056543a88c  throttle-1.2.tar.gz
diff --git a/throttle.spec b/throttle.spec
new file mode 100644
index 0000000..4b51974
--- /dev/null
+++ b/throttle.spec
@@ -0,0 +1,50 @@
+Name: throttle
+Summary: Bandwidth limiting pipe
+Version: 1.2
+Release: 4%{?dist}
+URL: http://klicman.org/throttle/
+Source: http://klicman.org/throttle/throttle-%{version}.tar.gz
+License: GPLv2
+Group: System Environment/Base
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+Throttle copies the standard input to the standard output while limiting
+bandwidth to the specified maximum.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_bindir}/*
+%{_mandir}/man*/*
+
+
+%changelog
+* Wed Jul 28 2010 François Cami <fcami at fedoraproject.org> 1.2-4
+- avoid using the makeinstall macro, suggested by Kevin Fenzi.
+
+* Sun Jul 25 2010 François Cami <fcami at fedoraproject.org> 1.2-3
+- Cleanup changes suggested by Dennis Johnson.
+
+* Thu Jul 22 2010 François Cami <fcami at fedoraproject.org> 1.2-2
+- Follow Fedora's packaging guidelines.
+
+* Thu Nov 17 2005 James Klicman <james at klicman.org> 1.2-1
+- Updated version number, see ChangeLog for details
+
+* Thu Jul 08 2004 James Klicman <james at klicman.org> 1.1-1
+- Initial spec file


More information about the scm-commits mailing list