[nut/el6] do not forget to install pixmaps

Michal Hlavinka mhlavink at fedoraproject.org
Thu Apr 19 10:06:29 UTC 2012


commit 89babe7b8326bd3f7874710a760250e9973622d6
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Apr 19 12:06:22 2012 +0200

    do not forget to install pixmaps

 nut.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nut.spec b/nut.spec
index 8a99402..73f3e9b 100644
--- a/nut.spec
+++ b/nut.spec
@@ -13,7 +13,7 @@
 Summary: Network UPS Tools
 Name: nut
 Version: 2.6.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/System
 License: GPLv2+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -214,7 +214,7 @@ install -p -D -m 644 scripts/python/module/PyNUT.py %{buildroot}%{python_sitelib
 mkdir -p %{buildroot}%{_datadir}/nut/nut-monitor/pixmaps
 install -p -m 755 scripts/python/app/NUT-Monitor %{buildroot}%{_datadir}/nut/nut-monitor/nut-monitor
 install -p -m 644 scripts/python/app/gui*.glade %{buildroot}%{_datadir}/nut/nut-monitor
-#install -p -m 644 scripts/python/app/pixmaps/* %{buildroot}%{_datadir}/nut/nut-monitor/pixmaps/
+install -p -m 644 scripts/python/app/pixmaps/* %{buildroot}%{_datadir}/nut/nut-monitor/pixmaps/
 install -p -D scripts/python/app/nut-monitor.png %{buildroot}%{_datadir}/pixmaps/nut-monitor.png
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications scripts/python/app/nut-monitor.desktop
 ln -s %{_datadir}/nut/nut-monitor/nut-monitor %{buildroot}%{_bindir}/nut-monitor
@@ -388,6 +388,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libnutscan.pc
 
 %changelog
+* Thu Apr 19 2012 Michal Hlavinka <mhlavink at redhat.com> - 2.6.3-2
+- do not forget to install pixmaps
+
 * Wed Feb 08 2012 Michal Hlavinka <mhlavink at redhat.com> - 2.6.3-1
 - update to 2.6.3
 - users of the megatec and megatec_usb drivers must switch to


More information about the scm-commits mailing list