[mpdscribble] Fix building

Peter Lemenkov peter at fedoraproject.org
Sun Sep 16 07:23:00 UTC 2012


commit f86fdfa1489ffba6f8dd5555197d5a065d2c9501
Author: Fedora Build <lemenkov at gmail.com>
Date:   Sun Sep 16 11:22:49 2012 +0400

    Fix building
    
    Signed-off-by: Fedora Build <lemenkov at gmail.com>

 mpdscribble.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mpdscribble.spec b/mpdscribble.spec
index d60985e..33ef4e3 100644
--- a/mpdscribble.spec
+++ b/mpdscribble.spec
@@ -9,7 +9,7 @@
 
 Name:           mpdscribble
 Version:        0.22
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A mpd client which submits information about tracks being played to Last.fm
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -111,8 +111,8 @@ fi
 /sbin/chkconfig --del %{name} >/dev/null 2>&1 || :
 /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
 
-chown -R %{mpdscribble_user}:%{mpdscribble_group} %{_localstatedir}/cache/%{name}
-chown -R %{mpdscribble_user}:%{mpdscribble_group} %{_sysconfdir}/%{name}.conf
+#chown -R %{mpdscribble_user}:%{mpdscribble_group} %{_localstatedir}/cache/%{name}
+#chown -R %{mpdscribble_user}:%{mpdscribble_group} %{_sysconfdir}/%{name}.conf
 %endif
 
 
@@ -133,7 +133,10 @@ chown -R %{mpdscribble_user}:%{mpdscribble_group} %{_sysconfdir}/%{name}.conf
 
 
 %changelog
-* Tue Sep 04 2012 Peter Lemenkov <lemenkov at gmail.com> - 0.22
+* Sun Sep 16 2012 Peter Lemenkov <lemenkov at gmail.com> - 0.22-2
+- Fix building
+
+* Tue Sep 04 2012 Peter Lemenkov <lemenkov at gmail.com> - 0.22-1
 - Ver. 0.22
 - Switch to systemd
 - Dropped outdated stuff from spec-file


More information about the scm-commits mailing list