fix(breakpad): Static files (#8862)

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2026-01-02 17:42:38 -06:00
committed by GitHub
parent efb673cbdc
commit 377abcc783
+5 -4
View File
@@ -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 <willow@willowidk.dev>
- Initial commit
- Initial commit