[wondershaper] Initial import (#1018498).

Mosaab Alzoubi moceap at fedoraproject.org
Tue Nov 19 13:31:13 UTC 2013


commit 9245d5920b427696833e94e990770cc955c55f1a
Author: Mosaab Alzoubi <moceap at hotmail.com>
Date:   Tue Nov 19 15:30:57 2013 +0200

    Initial import (#1018498).

 .gitignore        |    1 +
 sources           |    1 +
 wondershaper.spec |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ad27ef6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wondershaper-1.2.1.tar.gz
diff --git a/sources b/sources
index e69de29..4a38c06 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2a64e708a011b581a99842763ac09af3  wondershaper-1.2.1.tar.gz
diff --git a/wondershaper.spec b/wondershaper.spec
new file mode 100644
index 0000000..fcdf03b
--- /dev/null
+++ b/wondershaper.spec
@@ -0,0 +1,55 @@
+Name:		wondershaper
+Version:	1.2.1
+Release:	1%{?dist}
+Summary:	Simple Network Shaper
+Group:		Applications/Internet
+License:	GPLv2+
+URL:		http://sourceforge.net/projects/wondershaper/
+Source:		http://downloads.sourceforge.net/project/wondershaper/%{name}-%{version}.tar.gz
+Requires:	iproute
+BuildArch:	noarch
+
+%description
+Many cable-modem and ADSL users experience horrifying latency
+while uploading or downloading. They also notice that uploading
+hampers downloading greatly. The Wondershaper neatly addresses
+these issues, allowing users of a router with a Wondershaper to
+continue using SSH over a loaded link happily.
+
+%prep
+%setup -q
+
+%build
+# Nothing to build.
+
+%install
+install -pDm 755 wshaper %{buildroot}/%{_sbindir}/%{name}
+
+%files
+%doc ChangeLog COPYING README
+%{_sbindir}/%{name}
+
+%changelog
+* Tue Nov 19 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2.1-1
+- Update to 1.2.1 .
+- Replace URL with main program page.
+- General tweaks.
+- Remove VERSION file from %%doc.
+
+* Fri Oct 18 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2-3
+- Remove permissions line.
+
+* Fri Oct 18 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2-2
+- To zero warnings by rpmlint.
+
+* Thu Oct 10 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2-1
+- NG of wondershaper , update to version 1.2 
+
+* Thu Oct 10 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.1a-6
+- Fixes to be compatible with Fedora rules.
+
+* Sun Sep 23 2012 Muhammad Shaban <Mr.Muhammad at linuxac.org> - 1.1a-5.1
+- Initial build for Kenzi.
+
+* Thu Aug 7 2008 Marek Mahut <mmahut at fedoraproject.org> - 1.1a-2
+- Initial package release.


More information about the scm-commits mailing list