Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
566cba8150 | ||
|
|
92bd15f274 | ||
|
|
9b13999568 | ||
|
|
bf2660a4de | ||
|
|
fd184a1b78 |
1 changed files with 17 additions and 3 deletions
20
udis86.spec
20
udis86.spec
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: udis86
|
||||
Version: 1.7.2
|
||||
Release: 26.%{gitrev}%{?dist}
|
||||
Release: 31.%{gitrev}%{?dist}
|
||||
Summary: A disassembler library for x86 and x86-64
|
||||
|
||||
License: BSD-2-Clause
|
||||
|
|
@ -16,7 +16,6 @@ Patch3: udis86-docs_manual_Makefile.am.patch
|
|||
BuildRequires: make
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python
|
||||
BuildRequires: yasm
|
||||
BuildRequires: python3-sphinx
|
||||
|
||||
%description
|
||||
|
|
@ -46,7 +45,7 @@ find '(' -name '*.c' -or -name '*.h' ')' -exec chmod 644 {} \;
|
|||
--enable-shared \
|
||||
--disable-silent-rules \
|
||||
--with-python=%{_bindir}/python3 \
|
||||
--with-yasm=%{_bindir}/yasm \
|
||||
--without-yasm \
|
||||
--with-sphinx-build=%{_bindir}/sphinx-build-3
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
|
@ -75,6 +74,21 @@ rm -rf %{buildroot}%{_docdir}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-31.56ff6c8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Tue Jan 20 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-30.56ff6c8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Aug 27 2025 David Cantrell <dcantrell@redhat.com> - 1.7.2-29.56ff6c8
|
||||
- Drop nasm dependency; build udis86 without yasm or nasm (#2390545)
|
||||
|
||||
* Tue Aug 26 2025 David Cantrell <dcantrell@redhat.com> - 1.7.2-28.56ff6c8
|
||||
- Drop yasm build requirement and replace with nasm (#2390545)
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-27.56ff6c8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-26.56ff6c8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue