summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2014-12-17 17:50:25 +0100
committerTill Maas <opensource@till.name>2014-12-17 17:50:25 +0100
commitc4ddfae12161454847c2c16971b44c122d15125c (patch)
tree3adeb488ca5e226513c1a17503a7e6c7f3adf6a7
parent47e186456223d96a7877eec2dc3652959552e09a (diff)
downloadbwm-ng-el5.tar.gz
bwm-ng-el5.tar.xz
bwm-ng-el5.zip
2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.el5
Reference: https://fedorahosted.org/epel/ticket/7
-rw-r--r--.gitignore1
-rw-r--r--bwm-ng.conf4
-rw-r--r--bwm-ng.spec99
-rw-r--r--dead.package3
-rw-r--r--sources1
5 files changed, 3 insertions, 105 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f28a4f3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/bwm-ng-0.6.tar.gz
diff --git a/bwm-ng.conf b/bwm-ng.conf
deleted file mode 100644
index f4412aa..0000000
--- a/bwm-ng.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-DYNAMIC=1
-PACKETS=0
-INPUT=libstatgrab
-OUTPUT=curses
diff --git a/bwm-ng.spec b/bwm-ng.spec
deleted file mode 100644
index 2d739ff..0000000
--- a/bwm-ng.spec
+++ /dev/null
@@ -1,99 +0,0 @@
-# $Id: bwm-ng.spec,v 1.5 2007/08/21 17:59:03 jima Exp $
-
-Summary: Bandwidth Monitor NG
-Name: bwm-ng
-
-Version: 0.6
-Release: 1%{?dist}
-
-License: GPLv2+
-Group: Applications/System
-URL: http://www.volker-gropp.de/
-
-Source0: http://www.volker-gropp.de/bwm-ng/bwm-ng-%{version}.tar.gz
-Source1: bwm-ng.conf
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: net-tools, procps
-BuildRequires: ncurses-devel
-
-%description
-A small and simple curses base bandwidth monitor. No big features.
-
-%prep
-%setup -q
-
-%build
-%configure --enable-64bit \
- --enable-netstatbyte \
- --enable-netstatlink \
- --with-ncurses \
- --with-time \
- --with-getopt_long \
- --with-getifaddrs \
- --with-sysctl \
- --with-procnetdev \
- --without-libstatgrab \
- --with-netstatlinux \
- --without-strip
-%{__make} %{?_smp_mflags}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -D -m755 src/bwm-ng $RPM_BUILD_ROOT%{_bindir}/bwm-ng
-install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/bwm-ng.conf
-install -D -m644 bwm-ng.1 $RPM_BUILD_ROOT%{_mandir}/man1/bwm-ng.1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%doc AUTHORS README bwm-ng.conf-example bwm-ng.css
-%config %{_sysconfdir}/bwm-ng.conf
-%{_bindir}/bwm-ng
-%{_mandir}/man1/bwm-ng.1*
-
-%changelog
-* Mon Sep 16 2013 Oliver Falk <oliver@linux-kernel.at> - 0.6-1
-- Update to 0.6
-- Disable libstatgrab for now because of incompatibility
-
-* Tue Aug 21 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.5-9
-- License clarification
-
-* Wed Oct 04 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.5-8
-- Bump-n-build
-
-* Tue Sep 19 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> - 0.5-7
-- Bump for FC6 rebuild
-
-* Fri Aug 12 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-6
-- Rebuild against libstatgrab 0.12
-
-* Thu Jul 14 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-5
-- Integrated Matthias changes, after his review
-
-* Thu May 19 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-4.2
-- Specfile cleanup
-
-* Fri Mar 25 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-4.1
-- Check with lint says: bwm-ng hardcoded-packager-tag Oliver: FIXED
-
-* Wed Mar 16 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-4
-- Fix, still build pre1 :-/
-
-* Wed Mar 16 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-3
-- Update to real 0.5, not only 0.5pre1
-
-* Tue Feb 15 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-2
-- Make use of libstatgrab, by using it in the default config
-
-* Tue Feb 15 2005 Oliver Falk <oliver@linux-kernel.at> - 0.5-1
-- Fix warnings spotted by rpmlint
-- Update
-- Update dependencies and add various configure switches, so this
- little thingy is no longer _little_ :-)
-
-* Tue Oct 19 2004 Oliver Falk <oliver@linux-kernel.at> - 0.4-pre1-1
-- Initial package
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..8d8263d
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
+Reference: https://fedorahosted.org/epel/ticket/7
+
diff --git a/sources b/sources
deleted file mode 100644
index a312980..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-d3a02484fb7946371bfb4e10927cebfb bwm-ng-0.6.tar.gz