rpms/bwm-ng/devel bwm-ng.conf, NONE, 1.1 bwm-ng.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Thu Jul 14 07:58:02 UTC 2005


Author: oliver

Update of /cvs/extras/rpms/bwm-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31983/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bwm-ng.conf bwm-ng.spec 
Log Message:
auto-import bwm-ng-0.5-5 on branch devel from bwm-ng-0.5-5.src.rpm


--- NEW FILE bwm-ng.conf ---
DYNAMIC=1
PACKETS=0
INPUT=libstatgrab
OUTPUT=curses


--- NEW FILE bwm-ng.spec ---
# $Id: bwm-ng.spec,v 1.7 2005/07/14 07:17:13 oliver Exp $

Summary:		Bandwidth Monitor NG
Name:			bwm-ng

Version:		0.5
Release:		5%{?dist}

License:		GPL
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, libstatgrab-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 \
			--with-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 changelog bwm-ng.conf-example bwm-ng.css
%config %{_sysconfdir}/bwm-ng.conf
%{_bindir}/bwm-ng
%{_mandir}/man1/bwm-ng.1*

%changelog
* Thu Jul 14 2005 Oliver Falk <oliver at linux-kernel.at>		- 0.5-5
- Integrated Matthias changes, after his review

* Thu May 19 2005 Oliver Falk <oliver at linux-kernel.at>		- 0.5-4.2
- Specfile cleanup

* Fri Mar 25 2005 Oliver Falk <oliver at 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 at linux-kernel.at>		- 0.5-4
- Fix, still build pre1 :-/

* Wed Mar 16 2005 Oliver Falk <oliver at linux-kernel.at>		- 0.5-3
- Update to real 0.5, not only 0.5pre1

* Tue Feb 15 2005 Oliver Falk <oliver at linux-kernel.at>		- 0.5-2
- Make use of libstatgrab, by using it in the default config

* Tue Feb 15 2005 Oliver Falk <oliver at 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 at linux-kernel.at>		- 0.4-pre1-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bwm-ng/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jul 2005 07:57:26 -0000	1.1
+++ .cvsignore	14 Jul 2005 07:58:00 -0000	1.2
@@ -0,0 +1 @@
+bwm-ng-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bwm-ng/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jul 2005 07:57:26 -0000	1.1
+++ sources	14 Jul 2005 07:58:00 -0000	1.2
@@ -0,0 +1 @@
+4c5197527c985dc8b45973dfd00deca0  bwm-ng-0.5.tar.gz




More information about the fedora-extras-commits mailing list