[vdr-live] rebuild

Martin Gansser martinkg at fedoraproject.org
Fri Jan 10 23:43:50 UTC 2014


commit f915ea5de7021c0bc36c67c83795721f222a23e5
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat Jan 11 00:43:42 2014 +0100

    rebuild
    
    - changed global spec file declarations

 .gitignore                     |    1 +
 sources                        |    2 +-
 vdr-live-0.3.0-69f84f9.tar.bz2 |  Bin 0 -> 756412 bytes
 vdr-live.spec                  |   25 +++++++++++++------------
 4 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 216f4fc..6646d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /vdr-live-0.3.0-69f84f9.tar.gz
 /vdr-plugin-live-69f84f95fa875c6f562294b1a6a1ea6f584d3f6c.tar.bz2
+/vdr-live-0.3.0-69f84f9.tar.bz2
diff --git a/sources b/sources
index 40d13ba..5d33deb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4bdbb1d2b492c6e7a7dd09ebba26447  vdr-plugin-live-69f84f95fa875c6f562294b1a6a1ea6f584d3f6c.tar.bz2
+5e32be8934cd912287e876e66d8843cf  vdr-live-0.3.0-69f84f9.tar.bz2
diff --git a/vdr-live-0.3.0-69f84f9.tar.bz2 b/vdr-live-0.3.0-69f84f9.tar.bz2
new file mode 100644
index 0000000..c846ea8
Binary files /dev/null and b/vdr-live-0.3.0-69f84f9.tar.bz2 differ
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