summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2013-10-13 17:39:14 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2013-10-13 17:39:14 +0200
commitc0ae58feb45a9d54657df9029a87695af074d870 (patch)
tree5bec26fa00b688225685cd6bd4af64e0231a5831
parent483fb8510f4bfbc30a5e7324c5ed091d5edc4216 (diff)
parent68377a2c82b8526f914639589a4cae8a86399512 (diff)
downloadbwm-ng-f19.tar.gz
bwm-ng-f19.tar.xz
bwm-ng-f19.zip
Merge remote-tracking branch 'origin/f20' into f19f19epel7
-rw-r--r--bwm-ng.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/bwm-ng.spec b/bwm-ng.spec
index fad2642..91a0ce8 100644
--- a/bwm-ng.spec
+++ b/bwm-ng.spec
@@ -1,6 +1,6 @@
Name: bwm-ng
Version: 0.6
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: Bandwidth Monitor NG
License: GPLv2+
URL: http://www.volker-gropp.de/?id=projects&sub=bwm-ng
@@ -44,7 +44,7 @@ make %{?_smp_mflags}
%install
install -pDm755 src/bwm-ng %{buildroot}%{_bindir}/bwm-ng
-install -pDm644 %{S:1} %{buil1008278droot}%{_sysconfdir}/bwm-ng.conf
+install -pDm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bwm-ng.conf
install -pDm644 bwm-ng.1 %{buildroot}%{_mandir}/man1/bwm-ng.1
%files
@@ -54,6 +54,9 @@ install -pDm644 bwm-ng.1 %{buildroot}%{_mandir}/man1/bwm-ng.1
%{_mandir}/man1/bwm-ng.1*
%changelog
+* Sun Oct 13 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.6-13
+- Fix spec-file corruption caused by previous patch.
+
* Mon Sep 16 2013 Christopher Meng <rpm@cicku.me> - 0.6-12
- Rebuild for libstatgrab(BZ#1008278).