diff --git a/anda/lib/breakpad/breakpad.spec b/anda/lib/breakpad/breakpad.spec index 8438611cab..8964f54b2f 100644 --- a/anda/lib/breakpad/breakpad.spec +++ b/anda/lib/breakpad/breakpad.spec @@ -1,6 +1,6 @@ Name: breakpad Version: 2024.02.16 -Release: 1%?dist +Release: 2%?dist Summary: Google Breakpad crash-reporting system License: BSD-3-Clause Group: System @@ -22,8 +22,9 @@ A set of client and server components which implement a crash-reporting system. %package devel Requires: %{name} = %{evr} %pkg_devel_files -%{_libdir}/libbreakpad.a -%{_libdir}/libbreakpad_client.a + +%package static +%pkg_static_files %prep %autosetup -n breakpad-%{version} @@ -59,4 +60,4 @@ rm -rf %{buildroot}%{_docdir}/breakpad-0.1 %changelog * Fri Jan 02 2026 Willow Reed -- Initial commit \ No newline at end of file +- Initial commit