summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Laughton <jima@fedoraproject.org>2007-01-25 13:41:08 +0000
committerPatrick Laughton <jima@fedoraproject.org>2007-01-25 13:41:08 +0000
commit9180d48a40c68d4406e7debad1ed80515ee6539a (patch)
tree6b9509d6540921518563df7b7e5ced2f2718f55d
parentf1a1bbc323b6a0109be1752a349746d1d46befe7 (diff)
downloadbwm-ng-9180d48a40c68d4406e7debad1ed80515ee6539a.tar.gz
bwm-ng-9180d48a40c68d4406e7debad1ed80515ee6539a.tar.xz
bwm-ng-9180d48a40c68d4406e7debad1ed80515ee6539a.zip
- Added noreplace to config, as per rpmlint warningbwm-ng-0_5-9_fc7
- Removed a couple spaces which triggered spaces/tabs rpmlint warning - Fixed project URL
-rw-r--r--bwm-ng.spec15
1 files changed, 10 insertions, 5 deletions
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 <jima@beer.tclug.org> 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 <jima@beer.tclug.org> 0.5-8
- Bump-n-build