Name: diffoscope Version: 105 Release: 1%{?dist} Summary: In-depth comparison of files, archives, and directories License: GPLv3+ URL: https://diffoscope.org/ #Source0: https://files.pythonhosted.org/packages/source/d/diffoscope/diffoscope-%%{version}.tar.gz Source0: https://salsa.debian.org/reproducible-builds/diffoscope/-/archive/%{version}/diffoscope-%{version}.tar.gz %global tools \ acl \ e2fsprogs \ cpio \ llvm, llvm-devel \ binutils \ diffutils \ gzip \ unzip \ bzip2 \ xz \ tar \ sng >= 1.1.0-2 \ openssh \ openssh-clients \ sqlite \ genisoimage \ squashfs-tools \ java-devel \ /usr/bin/img2txt \ /usr/bin/rpm2cpio \ /usr/bin/msgunfmt \ /usr/bin/ps2ascii \ /usr/bin/qemu-img \ /usr/bin/xxd \ /usr/bin/ghc \ /usr/bin/cd-iccdump \ gnupg \ findutils \ file \ ImageMagick \ poppler-utils \ python3-debian \ enjarify # missing: # apktool # js-beautify %ifnarch ppc64 ppc64le %global tools2 \ coreboot-utils \ mono-devel %endif %global toolz %(echo "%tools %?tools2" | grep . | tr '\\n' ', ') BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-magic BuildRequires: python3-libguestfs BuildRequires: python3-libarchive-c BuildRequires: python3-docutils # for tests BuildRequires: python3-pytest BuildRequires: %toolz BuildRequires: help2man Requires: python3-magic Requires: python3-tlsh Requires: python3-libarchive-c Recommends: %toolz %description diffoscope will try to get to the bottom of what makes files or directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. It can compare two tarballs, ISO images, or PDF just as easily. The differences can be shown in a text or HTML report. diffoscope is developed as part of the "reproducible builds" Debian project and was formerly known as "debbindiff". %prep %autosetup -p1 sed -i '1{\@/usr/bin/env@d}' diffoscope/main.py sed -i s/python-magic/file-magic/ setup.py %build %py3_build make -C doc %install %py3_install echo %{buildroot}%{python3_sitelib} install -Dm0644 -t %{buildroot}%{_mandir}/man1/ doc/diffoscope.1 %check export LC_CTYPE=C.utf8 export TZ=UTC export PYTHONPATH=build/lib/ # Test results are ignored because there's minor differences in # formatting that break tests and the list of failing tests changes # with every release. One day I should fix this properly. %{__python3} -m pytest tests/ -vv || : %files %doc README.rst debian/changelog %license COPYING %{python3_sitelib}/diffoscope* %{_bindir}/diffoscope %doc %{_mandir}/man1/diffoscope.1* %changelog * Mon Nov 12 2018 Zbigniew Jędrzejewski-Szmek - 105-1 - Update to latest version * Sat Sep 15 2018 Zbigniew Jędrzejewski-Szmek - 100-1 - Update to latest version - Fix reference to file-magic (#1583331) * Thu Jul 12 2018 Fedora Release Engineering - 98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 2 2018 Zbigniew Jędrzejewski-Szmek - 98-1 - Update to latest upstream version (declared python3.7 compat) * Mon Jun 25 2018 Zbigniew Jędrzejewski-Szmek - 96-1 - Update to latest version * Tue Jun 19 2018 Miro Hrončok - 95-2 - Rebuilt for Python 3.7 * Sun May 20 2018 Zbigniew Jędrzejewski-Szmek - 95-1 - Update to latest version (see https://salsa.debian.org/reproducible-builds/diffoscope/blob/516d5930f16867282d537c884e78213f9c4b8796/debian/changelog). * Fri Mar 2 2018 Zbigniew Jędrzejewski-Szmek - 91-1 - Update to latest version * Wed Feb 07 2018 Fedora Release Engineering - 90-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 10 2018 Zbigniew Jędrzejewski-Szmek - 90-1 - Update to latest version * Wed Jul 26 2017 Fedora Release Engineering - 77-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 24 2017 Zbigniew Jędrzejewski-Szmek - 77-2 - Pull in enjarify * Mon Feb 13 2017 Zbigniew Jędrzejewski-Szmek - 77-1 - Update to latest version (fixes #1421770, CVE-2017-0359) - Also pull in python-debian * Fri Feb 10 2017 Fedora Release Engineering - 69-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 19 2017 Zbigniew Jędrzejewski-Szmek - 69-1 - Update to latest version (upstream dropped trydiffoscope) - Add more dependendencies, and pull them in as Recommends * Mon Dec 19 2016 Miro Hrončok - 62-2 - Rebuild for Python 3.6 * Tue Nov 15 2016 Zbigniew Jędrzejewski-Szmek - 62-1 - Update to latest version * Mon Aug 15 2016 Zbigniew Jędrzejewski-Szmek - 59-1 - Update to latest version - Require python-libarchive-c (#1367034) * Mon Aug 15 2016 Zbigniew Jędrzejewski-Szmek - 58-1 - Update to latest version * Tue Jul 19 2016 Fedora Release Engineering - 54-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Jun 10 2016 Zbigniew Jędrzejewski-Szmek - 54-1 - Update to latest version * Thu Mar 10 2016 Zbigniew Jędrzejewski-Szmek - 51-3 - Change License to GPLv3+ * Thu Mar 10 2016 Zbigniew Jędrzejewski-Szmek - 51-2 - Require python3-tlsh * Wed Mar 9 2016 Zbigniew Jędrzejewski-Szmek - 51-1 - Update to v 51 - Add man page * Tue Mar 8 2016 Zbigniew Jędrzejewski-Szmek - 48-1 - Update to v 48, simplify packaging * Sat Dec 05 2015 Dhiru Kholia - 42-1 - Initial version