Accepting request 721722 from home:dimstar:Factory

- Own %{_datadir}/aclocal: when we might switch to pkgconf instead
  of pkg-config, nothing in the build root is 'accidentally' owning
  this directory for us.

OBS-URL: https://build.opensuse.org/request/show/721722
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal 2019-08-08 12:44:07 +00:00 committed by Git OBS Bridge
parent be5b0b3f14
commit 4aaf8275f8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 8 11:02:43 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Own %{_datadir}/aclocal: when we might switch to pkgconf instead
of pkg-config, nothing in the build root is 'accidentally' owning
this directory for us.
-------------------------------------------------------------------
Sat May 25 08:29:45 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -83,6 +83,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/libopus.so
%{_includedir}/opus
%{_libdir}/pkgconfig/opus.pc
%dir %{_datadir}/aclocal
%{_datadir}/aclocal/opus.m4
%changelog