%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitelib: %global python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif Summary: Python bindings for lzma Name: pyliblzma Version: 0.5.3 Release: 25%{?dist} License: LGPLv3+ URL: https://launchpad.net/pyliblzma Source0: http://pypi.python.org/packages/source/p/pyliblzma/%{name}-%{version}.tar.bz2 Patch0: no-script-liblzma.patch BuildRequires: xz-devel python2-setuptools python2-devel BuildRequires: python2-test gcc %description PylibLZMA provides a python interface for the liblzma library to read and write data that has been compressed or can be decompressed by Lasse Collin's lzma utils. %prep %setup -qn %{name}-%{version} %patch0 -p1 %build %{__python2} setup.py build %check %{__python2} setup.py test %install rm -rf %{buildroot} %{__python2} setup.py install --root=%{buildroot} %files %{!?_licensedir:%global license %%doc} %license COPYING %doc README THANKS ChangeLog NEWS %attr(0755,-,-) %{python2_sitearch}/lzma.so %{python2_sitearch}/liblzma.py* %{python2_sitearch}/%{name}*.egg-info %changelog * Sat Feb 02 2019 Fedora Release Engineering - 0.5.3-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jul 18 2018 Kevin Fenzi - 0.5.3-24 - Fixed FTBFS by adding BuildRequires: gcc * Fri Jul 13 2018 Fedora Release Engineering - 0.5.3-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat May 05 2018 Miro HronĨok - 0.5.3-22 - Update Python macros to new packaging standards (See https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build) * Fri Feb 09 2018 Fedora Release Engineering - 0.5.3-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Feb 07 2018 Iryna Shcherbina - 0.5.3-20 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Aug 03 2017 Fedora Release Engineering - 0.5.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.5.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.5.3-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 0.5.3-16 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.5.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.5.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering - 0.5.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jul 31 2014 Tom Callaway - 0.5.3-12 - fix license handling * Sat Jun 07 2014 Fedora Release Engineering - 0.5.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Aug 28 2013 Dennis Gilmore - 0.5.3-10 - Buildrequire python-test to fix FTBFS bz#992848 * Sun Aug 04 2013 Fedora Release Engineering - 0.5.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.5.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.5.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.5.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jul 27 2010 David Malcolm - 0.5.3-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Fri Jun 4 2010 Seth Vidal - 0.5.3-3 - set perms on lzma.so to 0755 so wonky umasks don't impact it * Fri May 14 2010 Seth Vidal - 0.5.3-1 - cleanup from upstream spec to fedora-ish style/reqs