From 9180d48a40c68d4406e7debad1ed80515ee6539a Mon Sep 17 00:00:00 2001 From: Patrick Laughton Date: Thu, 25 Jan 2007 13:41:08 +0000 Subject: - Added noreplace to config, as per rpmlint warning - Removed a couple spaces which triggered spaces/tabs rpmlint warning - Fixed project URL --- bwm-ng.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'bwm-ng.spec') diff --git a/bwm-ng.spec b/bwm-ng.spec index 5ce5841..2205d46 100644 --- a/bwm-ng.spec +++ b/bwm-ng.spec @@ -1,14 +1,14 @@ -# $Id: bwm-ng.spec,v 1.4 2006/10/04 20:01:02 jima Exp $ +# $Id: bwm-ng.spec,v 1.5 2007/01/25 13:41:08 jima Exp $ Summary: Bandwidth Monitor NG Name: bwm-ng Version: 0.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/System -URL: http://www.volker-gropp.de/ +URL: http://www.volker-gropp.de/?id=projects&sub=bwm-ng Source0: http://www.volker-gropp.de/bwm-ng/bwm-ng-%{version}.tar.gz Source1: bwm-ng.conf @@ -42,18 +42,23 @@ A small and simple curses base bandwidth monitor. No big features. 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 +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 +%config(noreplace) %{_sysconfdir}/bwm-ng.conf %{_bindir}/bwm-ng %{_mandir}/man1/bwm-ng.1* %changelog +* Thu Jan 25 2007 Patrick "Jima" Laughton 0.5-9 +- Added noreplace to config, as per rpmlint warning +- Removed a couple spaces which triggered spaces/tabs rpmlint warning +- Fixed project URL + * Wed Oct 04 2006 Patrick "Jima" Laughton 0.5-8 - Bump-n-build -- cgit