[vdr-live] added vdr-live-data as requirement

Martin Gansser martinkg at fedoraproject.org
Sun Jan 19 10:53:55 UTC 2014


commit ace94f61e223d02490210d0b3002c803696e38e4
Author: Martin Gansser <mgansser at alice.de>
Date:   Sun Jan 19 11:54:09 2014 +0100

    added vdr-live-data as requirement
    
    - added gitdate
    - added tarball download instructions

 vdr-live.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/vdr-live.spec b/vdr-live.spec
index 24a1906..a5dbe6e 100644
--- a/vdr-live.spec
+++ b/vdr-live.spec
@@ -1,15 +1,19 @@
 %global commit  69f84f95fa875c6f562294b1a6a1ea6f584d3f6c
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global gitdate 20130504
 
 Name:           vdr-live
 Version:        0.3.0
-Release:        9.%{shortcommit}%{?dist}
+Release:        10.%{gitdate}git%{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
+# how to get the tarball
+# go to http://projects.vdr-developer.org/git/vdr-plugin-live.git/commit/
+# click the link behind commit, then select the download links below.
 Source0:        http://projects.vdr-developer.org/git/vdr-plugin-live.git/snapshot/vdr-plugin-live-%{commit}.tar.bz2
 Source1:        %{name}.conf
 
@@ -18,6 +22,7 @@ BuildRequires:  pcre-devel
 BuildRequires:  tntnet-devel
 BuildRequires:  cxxtools-devel
 Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
+Requires:       %{name}-data = %{version}-%{release}
 
 %description
 Live, the "Live Interactive VDR Environment", is a plugin providing the
@@ -79,6 +84,11 @@ cp -pR live/* $RPM_BUILD_ROOT%{vdr_resdir}/plugins/live
 
 
 %changelog
+* Fri Jan 17 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-10.20130504git69f84f9
+- added vdr-live-data as requirement
+- added gitdate
+- added tarball download instructions
+
 * Tue Jan 07 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.3.0-9.69f84f9
 - rebuild
 - changed global spec file declarations


More information about the scm-commits mailing list