From 14137a7fa3199807035d1cc67976e96b197ea988 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 26 2018 21:28:35 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/pdf-stapler.spec b/pdf-stapler.spec index c628952..a5a57bb 100644 --- a/pdf-stapler.spec +++ b/pdf-stapler.spec @@ -3,14 +3,14 @@ Name: pdf-stapler Version: 0.3.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tool for manipulating PDF documents from the command line License: BSD URL: https://github.com/hellerbarde/stapler Source0: https://pypi.python.org/packages/source/s/stapler/stapler-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools Requires: python2-staplelib = %{version}-%{release} %description @@ -64,6 +64,10 @@ mv $RPM_BUILD_ROOT/%{_bindir}/stapler $RPM_BUILD_ROOT/%{_bindir}/%{name} %license LICENSE %changelog +* Mon Mar 26 2018 Iryna Shcherbina - 0.3.3-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 0.3.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild