Accepting request 655974 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/655974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=112
This commit is contained in:
commit
a621e37c6e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 02:53:30 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- drop unreproducible unused .a files to make the package build
|
||||||
|
reproducible (boo#1118163)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 25 21:06:20 UTC 2018 - olaf@aepfle.de
|
Sun Nov 25 21:06:20 UTC 2018 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -161,6 +161,7 @@ popd
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
|
rm %{buildroot}/%{_libdir}/valgrind/lib*.a # drop unreproducible unused files to fix boo#1118163
|
||||||
mkdir -p %{buildroot}/%{_defaultdocdir}
|
mkdir -p %{buildroot}/%{_defaultdocdir}
|
||||||
if test -d %{buildroot}%{_datadir}/doc/valgrind; then
|
if test -d %{buildroot}%{_datadir}/doc/valgrind; then
|
||||||
mv %{buildroot}%{_datadir}/doc/valgrind %{buildroot}/%{_defaultdocdir}
|
mv %{buildroot}%{_datadir}/doc/valgrind %{buildroot}/%{_defaultdocdir}
|
||||||
@ -289,7 +290,6 @@ VALGRIND_LIB=$PWD/.in_place VALGRIND_LIB_INNER=$PWD/.in_place ./coregrind/valgri
|
|||||||
%{_libdir}/valgrind/s390x-vx-linux.xml
|
%{_libdir}/valgrind/s390x-vx-linux.xml
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/valgrind/lib*.a
|
|
||||||
%{_includedir}/valgrind
|
%{_includedir}/valgrind
|
||||||
%{_libdir}/pkgconfig/valgrind.pc
|
%{_libdir}/pkgconfig/valgrind.pc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user