[vdr-iptv/f20] Update to 2.0.2-7

Martin Gansser martinkg at fedoraproject.org
Sat Feb 15 13:49:27 UTC 2014


commit 4b156d6259cdf39833fa3a6c2fe513a76e62b889
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat Feb 15 14:50:07 2014 +0100

    Update to 2.0.2-7

 vdr-iptv.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdr-iptv.spec b/vdr-iptv.spec
index 6dc1ab3..63ff588 100644
--- a/vdr-iptv.spec
+++ b/vdr-iptv.spec
@@ -1,6 +1,6 @@
 Name:           vdr-iptv
 Version:        2.0.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        IPTV plugin for VDR
 
 Group:          Applications/Multimedia
@@ -29,7 +29,7 @@ sed -i "s|^CHANNELS_CONF=.*|CHANNELS_CONF=%{vdr_configdir}/channels.conf|; \
         iptv/vlc2iptv
 
 %build
-make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" STRIP=: %{?_smp_mflags} all
 
 %install
 make install DESTDIR=%{buildroot}
@@ -44,6 +44,9 @@ make install DESTDIR=%{buildroot}
 %config(noreplace) %{vdr_configdir}/plugins/iptv/vlc2iptv
 
 %changelog
+* Sat Feb 15 2014 Martin Gansser <martinkg at fedoraproject.org> - 2.0.2-7
+- added STRIP to get a usefull debuginfo package
+
 * Wed Feb 12 2014 Martin Gansser <martinkg at fedoraproject.org> - 2.0.2-6
 - added %%dir for %%{vdr_configdir}/plugins/iptv
 


More information about the scm-commits mailing list