# Will need to apply a patch if we have rpm 4.14 onwards %global rpm414 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.014 ? 1 : 0/e' 2>/dev/null || echo 0) Summary: Extract headers from rpm in a old yum repository Name: yum-arch Version: 2.2.2 Release: 17%{?dist} License: GPLv2+ URL: http://yum.baseurl.org/ Source0: http://yum.baseurl.org/download/2.2/yum-%{version}.tar.gz Patch1: yum-arch-folder.patch Patch2: yum-arch-python26.patch Patch3: yum-arch-2.2.2-python-2.2.patch Patch4: yum-arch-2.2.2-no-dep-warn.patch Patch5: yum-arch-2.2.2-rpm-4.14.patch BuildArch: noarch BuildRequires: gettext, perl-interpreter, python2, rpm >= 0:4.1.1 Requires: python2, rpm-python, rpm >= 0:4.1.1, python2-libxml2 %description Extract headers from rpm in a old yum repository. This package only provides the old yum-arch command from yum-%{version}. It should be used to generate repository information for Fedora Core < 4 and Red Hat Enterprise Linux < 5, all of which are now unsupported. %prep %setup -q -n yum-%{version} # This is yum-arch, no longer yum %patch1 -p0 -b .folder # Fix syntax to be compatible with python2 ≥ 2.6 %patch2 -p1 -b .p26 # Avoid dependency on /usr/bin/python2.2 %patch3 # Silence the deprecation warning; anybody that's tracked down this package # knows that they're building repos for EOL distros %patch4 # rpm 4.14 onwards doesn't support the legacy argument for header unloading # https://github.com/rpm-software-management/rpm/commit/12fc48df71bd2bb677d510f8ccc11bb755aa7298#diff-a90dfc390a6874a757b1e039b0482c31 %if %{rpm414} %patch5 %endif # Fix shellbangs sed -i -e 's|^#!/usr/bin/python|#!/usr/bin/python2|' bin/yum-arch find . -name '*.py' | xargs grep -l '^#!/usr/bin/python ' | xargs sed -i -e 's|^#!/usr/bin/python |#!/usr/bin/python2 |' find . -name '*.py' | xargs grep -l '^#!/usr/bin/python$' | xargs sed -i -e 's|^#!/usr/bin/python$|#!/usr/bin/python2|' find . -name '*.py' | xargs grep -l '^#!/usr/bin/env python' | xargs sed -i -e 's|^#!/usr/bin/env python|#!/usr/bin/python2|' # Fix hard-coded use of unversioned python find . -name Makefile | xargs sed -i -e s'|shell python -c|shell python2 -c|' %build make PYTHON=python2 %install make DESTDIR=%{buildroot} PYTHON=python2 install # Placate rpmlint find %{buildroot}%{_datadir}/%{name} -name '*.py' | xargs grep -l '^#!/usr/' | xargs chmod -c +x %files %if 0%{?_licensedir:1} %license COPYING %else %doc COPYING %endif %doc AUTHORS ChangeLog %{_bindir}/yum-arch %{_datadir}/yum-arch/ %{_mandir}/man8/yum-arch.8* %changelog * Thu Nov 1 2018 Paul Howarth - 2.2.2-17 - Explicitly use Python 2 * Sat Jan 6 2018 Paul Howarth - 2.2.2-15 - Fix for rpm 4.14.0 on Fedora 27 * Tue Jan 2 2018 Paul Howarth - 2.2.2-14 - rpm 4.14 onwards doesn't support the legacy argument for header unloading - Upstream moved to http://yum.baseurl.org/ - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible - Drop redundant buildroot cleaning - Drop legacy BuildRoot: and Group: tags * Mon Apr 2 2012 Paul Howarth - 2.2.2-13 - Import from Fedora * Sat Jan 14 2012 Fedora Release Engineering - 2.2.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 2.2.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Aug 11 2010 David Malcolm - 2.2.2-10 - Recompiling .py files against Python 2.7 (#623421) * Sun Feb 14 2010 Remi Collet - 2.2.2-9 - Improve python 2.6 patch (fix FTBFS #564994) * Sat Sep 26 2009 Remi Collet - 2.2.2-8 - Fix python 2.6 warnings (#521869) * Mon Jul 27 2009 Fedora Release Engineering - 2.2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat May 16 2009 Remi Collet - 2.2.2-6 - Fix python 2.6 issue * Wed Feb 25 2009 Fedora Release Engineering - 2.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2.2.2-4 - Rebuild for Python 2.6 * Mon Aug 11 2008 Jason L Tibbitts III - 2.2.2-3 - Fix license tag * Sun Feb 18 2007 Remi Collet - 2.2.2-2 - From package review (#229123) - Own /usr/share/yum-arch - Delete shellbangs in libs * Sat Feb 17 2007 Remi Collet - 2.2.2-1 - Initial spec for Extras