Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36fde4c08f | ||
|
|
8c7ccec44b | ||
|
|
06a9c3b9de | ||
|
|
c1dde0902d | ||
|
|
1c99638d75 |
2 changed files with 16 additions and 10 deletions
24
iaito.spec
24
iaito.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: iaito
|
||||
Summary: GUI for radare2 reverse engineering framework
|
||||
Version: 5.9.6
|
||||
Version: 5.9.9
|
||||
# %%global upversion %%{version}-beta
|
||||
URL: https://radare.org/n/iaito.html
|
||||
%global urlvcs https://github.com/radareorg/iaito
|
||||
|
|
@ -22,8 +22,8 @@ VCS: git:%{urlvcs}
|
|||
|
||||
%global gituser radareorg
|
||||
%global gitname iaito
|
||||
%global gitdate 20241013
|
||||
%global commit 07f60a902fc9505cc619ffef6ebdc17935b76974
|
||||
%global gitdate 20241121
|
||||
%global commit 465cf40df7642fe708ab41f66a5aeff127098cc6
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global iaito_translations_gitdate 20221114
|
||||
|
|
@ -52,7 +52,7 @@ BuildRequires: radare2-devel >= 5.6.8
|
|||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kf5-syntax-highlighting-devel
|
||||
BuildRequires: python3-devel
|
||||
# BuildRequires: python3-devel
|
||||
BuildRequires: qt5-qtsvg-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
|
@ -67,11 +67,11 @@ BuildRequires: qt5-qtwebengine-devel
|
|||
# BuildRequires: doxygen
|
||||
# BuildRequires: /usr/bin/sphinx-build
|
||||
|
||||
BuildRequires: python3-breathe
|
||||
BuildRequires: python3-recommonmark
|
||||
# BuildRequires: python3-breathe
|
||||
# BuildRequires: python3-recommonmark
|
||||
|
||||
Requires: python3-jupyter-client
|
||||
Requires: python3-notebook
|
||||
# Requires: python3-jupyter-client
|
||||
# Requires: python3-notebook
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
# Package iaito was renamed from r2cutter in version 5.2.0
|
||||
|
|
@ -127,11 +127,17 @@ information.
|
|||
sed -i -e "s|%{version}-git|%{version}|g;" configure configure.acr
|
||||
%endif
|
||||
|
||||
# RHEL up to 9 do not know uel type of vcs-browser
|
||||
# RHEL up to 9 doesn't know url type of vcs-browser
|
||||
%if ( 0%{?rhel} && 0%{?rhel} <= 9 )
|
||||
sed -i -e '/type="vcs-browser"/d;' src/org.radare.iaito.appdata.xml
|
||||
%endif
|
||||
|
||||
# RHEL up to 8 doesn't know url type of bugtracker, contact
|
||||
%if ( 0%{?rhel} && 0%{?rhel} <= 8 )
|
||||
sed -i -e '/<url type="bugtracker"/d; /<url type="contact"/d;' src/org.radare.iaito.appdata.xml
|
||||
%endif
|
||||
|
||||
|
||||
[ -d src/translations ] || mkdir -p src/translations
|
||||
tar --strip-component=1 -xvf %{SOURCE1} -C src/translations
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (iaito-5.9.6.tar.gz) = 009bd8dad1b3210e2e4c557b053747c943c7fc778f0e09903c92c0f928a6737ae895c698c7139a23b5e2f8fbbf33437acf800db551e9c29b14397925a2aba5da
|
||||
SHA512 (iaito-5.9.9.tar.gz) = 8794f49a15b3a73ca7532d4297278975ce7c6e29b30be30736370bc7f9b2e328725fbbc02ac928bc7637bc4ed7693091787c58ca51acfac7aa0b1b36645cb35f
|
||||
SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue