- Fix filelist for restricted build
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=130
This commit is contained in:
parent
fcc9fe0db4
commit
e0840d0671
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 15:55:31 UTC 2019 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Fix filelist for restricted build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 19 09:36:03 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Tue Feb 19 09:36:03 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -200,14 +200,14 @@ make %{?_smp_mflags} V=1
|
|||||||
%files -n lib%{name}-plugins
|
%files -n lib%{name}-plugins
|
||||||
%{_libdir}/%{name}-%{mver}/
|
%{_libdir}/%{name}-%{mver}/
|
||||||
%if %{with restricted}
|
%if %{with restricted}
|
||||||
%exclude %{_libdir}/%{name}/Engines/libmplayer.so
|
%exclude %{_libdir}/%{name}-%{mver}/Engines/libmplayer.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with restricted}
|
%if %{with restricted}
|
||||||
%files -n lib%{name}-plugin-mplayer
|
%files -n lib%{name}-plugin-mplayer
|
||||||
%dir %{_libdir}/%{name}/
|
%dir %{_libdir}/%{name}-%{mver}/
|
||||||
%dir %{_libdir}/%{name}/Engines/
|
%dir %{_libdir}/%{name}-%{mver}/Engines/
|
||||||
%{_libdir}/%{name}/Engines/libmplayer.so
|
%{_libdir}/%{name}-%{mver}/Engines/libmplayer.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user