Skip to content

Commit

Permalink
rb
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 2, 2024
1 parent 23b1460 commit aa00aa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dist/rpm/radare2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name: radare2
Version: 5.8.2
Version: 5.9.8
Release: 1%{?dist}
Summary: The %{name} reverse engineering framework
Group: Applications/Engineering
Expand Down Expand Up @@ -56,7 +56,8 @@ CFLAGS="%{optflags} -fPIC -I../include" make %{?_smp_mflags} LIBDIR=%{_libdir} P
%install
rm -rf %{buildroot}
NOSUDO=1 make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
cp subprojects/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
cp shlr/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
# 5.9.9 : cp subprojects/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
Expand Down

0 comments on commit aa00aa6

Please sign in to comment.