Do not use quvi when compiling for non-Fedora
This commit is contained in:
parent
0b5711267a
commit
60107add89
@ -1,6 +1,6 @@
|
|||||||
Name: totem-pl-parser
|
Name: totem-pl-parser
|
||||||
Version: 3.10.3
|
Version: 3.10.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Totem Playlist Parser library
|
Summary: Totem Playlist Parser library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -54,7 +54,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc AUTHORS COPYING.LIB NEWS README
|
%doc AUTHORS COPYING.LIB NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
|
%if 0%{?fedora}
|
||||||
%{_libexecdir}/totem-pl-parser-videosite
|
%{_libexecdir}/totem-pl-parser-videosite
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
@ -65,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.10.3-1
|
||||||
- Update to 3.10.3
|
- Update to 3.10.3
|
||||||
- Tighten subpackage requires with the _isa macro
|
- Tighten subpackage requires with the _isa macro
|
||||||
|
Loading…
Reference in New Issue
Block a user