Accepting request 799351 from home:iznogood:factory

- Fix file-list, needed due to libexecdir move, and our previously
  wrong usage of libexecdir.

OBS-URL: https://build.opensuse.org/request/show/799351
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=153
This commit is contained in:
Dominique Leuenberger 2020-05-01 09:00:03 +00:00 committed by Git OBS Bridge
parent e00a8bba19
commit fa32890161
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 15:45:40 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Fix file-list, needed due to libexecdir move, and our previously
wrong usage of libexecdir.
-------------------------------------------------------------------
Fri Jan 31 23:03:20 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -218,8 +218,8 @@ export LDFLAGS="-pie"
find %{buildroot} -type f -name "*.la" -delete -print
mkdir -p %{buildroot}%{_datadir}/gstreamer-%{gst_branch}/presets
# Install the rpm macros
install -m644 -D %{SOURCE1} %{buildroot}%{_libexecdir}/rpm/fileattrs/gstreamer.attr
install -m755 -D %{SOURCE2} %{buildroot}%{_libexecdir}/rpm/gstreamer-provides
install -m644 -D %{SOURCE1} %{buildroot}%{_fileattrsdir}/gstreamer.attr
install -m755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer-provides
%fdupes %{buildroot}%{_datadir}/gtk-doc
%verifyscript
@ -274,8 +274,8 @@ install -m755 -D %{SOURCE2} %{buildroot}%{_libexecdir}/rpm/gstreamer-provides
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libexecdir}/rpm/gstreamer-provides
%{_libexecdir}/rpm/fileattrs/gstreamer.attr
%{_rpmconfigdir}/gstreamer-provides
%{_fileattrsdir}/gstreamer.attr
%{_datadir}/gir-1.0/*.gir
%files doc