https://bugzilla.redhat.com/show_bug.cgi?id=1234208
--- Comment #4 from Ganapathi Kamath <[email protected]> --- I made the following changes to your spec file make rpmbuild to crank through on my machine. line 53 had a smelling mistake, and there were some other things. $ diff SPECS/PyPDF2.spec SPECS/PyPDF2.spec.orig 30c30 < BuildRequires: python2-devel python-nose --- > BuildRequires: python2-devel 34c34 < BuildRequires: python3-devel python3-nose --- > BuildRequires: python3-devel 53c53 < %package -n python3-%{modulename} --- > %pachage -n python3-%{modulename} 113c113 < nosetests-3.4 build --- > nosetests-3.3 build 125c125 < %{python3_sitelib}/* --- > %{python3_sitelib}/%{modulename} -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
