Skip to content

Commit

Permalink
Update RPM spec for 5.9.8 ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Dec 2, 2024
1 parent 6347bd4 commit a3bd807
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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 @@ -57,6 +57,7 @@ CFLAGS="%{optflags} -fPIC -I../include" make %{?_smp_mflags} LIBDIR=%{_libdir} P
rm -rf %{buildroot}
NOSUDO=1 make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
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 All @@ -80,6 +81,8 @@ cp shlr/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
%{_datadir}/%{name}/%{version}/fcnsign
%{_datadir}/%{name}/%{version}/flag
%{_datadir}/%{name}/%{version}/charsets
%{_datadir}/%{name}/%{version}/platform
%{_datadir}/%{name}/%{version}/scripts
%{_datadir}/doc/%{name}
%dir %{_prefix}/share/%{name}
%dir %{_prefix}/share/%{name}/%{version}
Expand All @@ -90,7 +93,6 @@ cp shlr/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
%dir %{_datadir}/%{name}/%{version}/www
%{_datadir}/%{name}/%{version}/www/*


%files devel
%{_includedir}/libr
%{_libdir}/libsdb.a
Expand Down

0 comments on commit a3bd807

Please sign in to comment.