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@redhat.com> - 3.10.3-2 +- Do not use quvi when compiling for non-Fedora. + * Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.3-1 - Update to 3.10.3 - Tighten subpackage requires with the _isa macro