[vdr-xineliboutput] Update to recent git version

Martin Gansser martinkg at rpmfusion.org
Sat Jul 2 14:27:38 CEST 2016


commit f57212c3d920a6bd0c1053346a75c4242deb007c
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat Jul 2 14:27:31 2016 +0200

    Update to recent git version
    
    - Switched checkout command to git

 .gitignore             |  1 +
 sources                |  2 +-
 vdr-xineliboutput.spec | 23 +++++++++++++++--------
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94edd73..0b890a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 vdr-xineliboutput-1.1.0-20150422.tgz
+/vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/sources b/sources
index 03f31f5..2cc5f86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fe4516a5dda99be023286c1a0ed1332  vdr-xineliboutput-1.1.0-20150422.tgz
+f8e4b2a9845e6382b1281614bdde6b75  vdr-xineliboutput-1.1.0-9027ea1.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index ef1abda..8d21107 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,23 +3,26 @@
 %global xinepluginver 2.0.0
 %global pname   xineliboutput
 %global vdrver  %(vdr-config --version 2>/dev/null || echo ERROR)
-%global cvsver  20150422
+%global gitrev  9027ea1
+%global gitdate 20160508
 # build bluray support (disabled for now)
 %global have_bluray 1
 
 Name:           vdr-%{pname}
 Version:        1.1.0
-Release:        16%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release:        17.%{gitdate}git%{gitrev}%{?dist}
 Summary:        Plugins for watching VDR over Xine
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://sourceforge.net/projects/xineliboutput
-# how to get the tarball
-# cvs -d:pserver:anonymous at xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co vdr-xineliboutput
-# mv vdr-xineliboutput vdr-xineliboutput-1.1.0-20150422
-# tar cfz vdr-xineliboutput-1.1.0-20150422.tgz vdr-xineliboutput-1.1.0-20150422
-Source0:        %{name}-%{version}%{?cvsver:-%{cvsver}}.tgz
+# checkout instructions
+# git clone git://git.code.sf.net/p/xineliboutput/git vdr-xineliboutput
+# cd vdr-xineliboutput
+# git rev-parse --short HEAD
+# git archive --format=tar.gz --prefix=vdr-xineliboutput/ %{gitrev} \
+#     -o vdr-xineliboutput-%{version}-%{gitrev}.tar.gz
+Source0:        %{name}-%{version}-%{gitrev}.tar.gz
 Source1:        %{name}.conf
 Source2:        allowed_hosts.conf
 
@@ -68,7 +71,7 @@ VDR plugin: xine-lib based software output device for VDR
 This package contain plugin for VDR
 
 %prep
-%setup -q -n %{name}-%{version}%{?cvsver:-%{cvsver}}
+%setup -q -n %{name}
 
 ./configure \
     --enable-x11 \
@@ -147,6 +150,10 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
 
 
 %changelog
+* Sat Jul 02 2016 Martin Gansser <martinkg at fedoraproject.org> - 1.1.0-17.20160508git9027ea1
+- Update to recent git version
+- Switched checkout command to git
+
 * Wed Apr 22 2015 Martin Gansser <martinkg at fedoraproject.org> - 1.1.0-16.cvs20150422
 - Update to recent cvs version
 


More information about the rpmfusion-commits mailing list