Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
566cba8150 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:06:27 +00:00
Fedora Release Engineering
92bd15f274 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-20 03:30:15 +00:00
Dave Cantrell
9b13999568 Drop nasm dependency; build udis86 without yasm or nasm (#2390545)
Signed-off-by: Dave Cantrell <dcantrell@redhat.com>
2025-08-27 09:11:44 -04:00
David Cantrell
bf2660a4de Drop yasm build requirement and replace with nasm (#2390545)
Signed-off-by: David Cantrell <dcantrell@burdell.org>
2025-08-26 11:31:35 -04:00
Fedora Release Engineering
fd184a1b78 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:42:47 +00:00

View file

@ -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