summaryrefslogtreecommitdiffstats
path: root/bwm-ng.spec
diff options
context:
space:
mode:
Diffstat (limited to 'bwm-ng.spec')
-rw-r--r--bwm-ng.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/bwm-ng.spec b/bwm-ng.spec
index 2205d46..06ae065 100644
--- a/bwm-ng.spec
+++ b/bwm-ng.spec
@@ -1,10 +1,8 @@
-# $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: 9%{?dist}
+Version: 0.6
+Release: 1%{?dist}
License: GPL
Group: Applications/System
@@ -48,12 +46,17 @@ install -D -m644 bwm-ng.1 $RPM_BUILD_ROOT%{_mandir}/man1/bwm-ng.1
rm -rf $RPM_BUILD_ROOT
%files
-%doc AUTHORS README changelog bwm-ng.conf-example bwm-ng.css
+%doc AUTHORS README ChangeLog bwm-ng.conf-example bwm-ng.css
%config(noreplace) %{_sysconfdir}/bwm-ng.conf
%{_bindir}/bwm-ng
%{_mandir}/man1/bwm-ng.1*
%changelog
+* Fri Mar 16 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.6-1
+- Update
+- Filename change: changelog -> ChangeLog
+- Removed tag at start of spec (since I don't use it)
+
* 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