[totem-pl-parser] Do not use quvi when compiling for non-Fedora

Richard Hughes rhughes at fedoraproject.org
Wed Oct 29 08:10:01 UTC 2014


commit 60107add893fa7238defdc4bfd18a0b7b6dead35
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Oct 28 22:27:08 2014 +0000

    Do not use quvi when compiling for non-Fedora

 totem-pl-parser.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec
index 1eda3c8..ee01d1c 100644
--- a/totem-pl-parser.spec
+++ b/totem-pl-parser.spec
@@ -1,6 +1,6 @@
 Name:		totem-pl-parser
 Version:	3.10.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Totem Playlist Parser library
 
 Group:		System Environment/Libraries
@@ -54,7 +54,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %doc AUTHORS COPYING.LIB NEWS README
 %{_libdir}/*.so.*
 %{_libdir}/girepository-1.0/*.typelib
+%if 0%{?fedora}
 %{_libexecdir}/totem-pl-parser-videosite
+%endif
 
 %files devel
 %{_includedir}/*
@@ -65,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Tue Oct 28 2014 Richard Hughes <rhughes at redhat.com> - 3.10.3-2
+- Do not use quvi when compiling for non-Fedora.
+
 * Mon Sep 22 2014 Kalev Lember <kalevlember at gmail.com> - 3.10.3-1
 - Update to 3.10.3
 - Tighten subpackage requires with the _isa macro


More information about the scm-commits mailing list