[vdr-live/f20] rebuild

Martin Gansser martinkg at fedoraproject.org
Fri Jan 10 23:35:49 UTC 2014


commit 213d8b820aca01449c8bddcd51be3a3cb9d1fce8
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat Jan 11 00:35:55 2014 +0100

    rebuild
    
    - changed global spec file declarations

 vdr-live.spec |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/vdr-live.spec b/vdr-live.spec
index 6ebf5db..24a1906 100644
--- a/vdr-live.spec
+++ b/vdr-live.spec
@@ -1,19 +1,16 @@
 %global commit  69f84f95fa875c6f562294b1a6a1ea6f584d3f6c
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitrev  69f84f9
-%global pname   live
-%global gitdate 20130504
 
-Name:           vdr-%{pname}
+Name:           vdr-live
 Version:        0.3.0
-Release:        8%{?gitdate:.%{gitdate}git%{gitrev}}%{dist}
+Release:        9.%{shortcommit}%{?dist}
 Summary:        An interactive web interface for VDR
 
 Group:          Applications/Multimedia
 # The entire source code is GPLv2+ except live/js/mootools/ which is MIT
 License:        GPLv2+ and MIT
 URL:            http://projects.vdr-developer.org/projects/plg-live
-Source0:        http://projects.vdr-developer.org/git/vdr-plugin-live.git/snapshot/vdr-plugin-live-69f84f95fa875c6f562294b1a6a1ea6f584d3f6c.tar.bz2
+Source0:        http://projects.vdr-developer.org/git/vdr-plugin-live.git/snapshot/vdr-plugin-live-%{commit}.tar.bz2
 Source1:        %{name}.conf
 
 BuildRequires:  vdr-devel >= 1.7.30
@@ -41,7 +38,7 @@ Requires:      %{name} = %{version}-%{release}
 This package contains images, themes and JavaScript.
 
 %prep
-%setup -qn vdr-plugin-%{pname}-%{commit}
+%setup -qn vdr-plugin-live-%{commit}
 
 # delete unused directories and files
 find -name .git -type d -or -name gitignore -type d | xargs rm -rfv
@@ -61,27 +58,31 @@ install -pm 755 libvdr-*.so.%{vdr_apiversion} $RPM_BUILD_ROOT%{vdr_plugindir}
 
 # live.conf
 install -Dpm 644 %{SOURCE1} \
-    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/live.conf
 
 # Locale
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
 cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
 %find_lang %{name}
 
-install -dm 755 $RPM_BUILD_ROOT%{vdr_resdir}/plugins/%{pname}
-cp -pR live/* $RPM_BUILD_ROOT%{vdr_resdir}/plugins/%{pname}
+install -dm 755 $RPM_BUILD_ROOT%{vdr_resdir}/plugins/live
+cp -pR live/* $RPM_BUILD_ROOT%{vdr_resdir}/plugins/live
 
 
 %files -f %{name}.lang
 %doc CONTRIBUTORS COPYING README
-%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/live.conf
 %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
 
 %files data
-%{vdr_resdir}/plugins/%{pname}/
+%{vdr_resdir}/plugins/live/
 
 
 %changelog
+* Tue Jan 07 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-9.69f84f9
+- rebuild
+- changed global spec file declarations
+
 * Sat Jan 04 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-8.20130504git69f84f9
 - rebuild
 - spec file cleanup


More information about the scm-commits mailing list