%global modname smmap Name: python-%{modname} Version: 2.0.3 Release: 1%{?dist} Summary: Sliding window memory map manager License: BSD URL: https://github.com/gitpython-developers/smmap Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch %global _description \ Smmap wraps an interface around mmap and tracks the mapped files as well as\ the amount of clients who use it. If the system runs out of resources,\ or if a memory limit is reached, it will automatically unload unused maps\ to allow continued operation. %description %{_description} %package -n python2-%{modname} Summary: %{summary} %{?python_provide:%python_provide python2-%{modname}} BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-nose %description -n python2-%{modname} %{_description} Python 2 version. %package -n python3-%{modname} Summary: %{summary} %{?python_provide:%python_provide python3-%{modname}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose %description -n python3-%{modname} %{_description} Python 3 version. %prep %autosetup -n %{modname}-%{version} %build %py2_build %py3_build %install %py2_install %py3_install %check nosetests-%{python2_version} -v nosetests-%{python3_version} -v %files -n python2-%{modname} %{python2_sitelib}/%{modname}2-*.egg-info/ %{python2_sitelib}/%{modname}/ %files -n python3-%{modname} %{python3_sitelib}/%{modname}2-*.egg-info/ %{python3_sitelib}/%{modname}/ %changelog * Tue Aug 08 2017 Igor Gnatenko - 2.0.3-1 - Update to 2.0.3 * Thu Jul 27 2017 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 28 2016 Igor Gnatenko - 2.0.1-1 - Update to 2.0.1 - Modernize spec * Mon Dec 19 2016 Miro HronĨok - 0.9.0-7 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.9.0-6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Apr 28 2016 Yaakov Selkowitz - 0.9.0-5 - Remove non-portable test (#1285641) * Thu Feb 04 2016 Fedora Release Engineering - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed May 27 2015 Dennis Gilmore - 0.9.0-1 - update to 0.9.0 - enable python3 support * Sat Jun 07 2014 Fedora Release Engineering - 0.8.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.8.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sat Sep 24 2011 Jesse Keating - 0.8.1-3 - Don't package tests * Sat Sep 24 2011 Jesse Keating - 0.8.1-2 - Updated summary, use specific files section, add a check section * Sat Sep 24 2011 Jesse Keating - 0.8.1-1 - First package attempt