https://bugzilla.redhat.com/show_bug.cgi?id=871092 --- Comment #9 from Mario Blättermann <mario.blaettermann@xxxxxxxxx> --- Some (or maybe all?) source file headers contain the "newer versions" clause regarding the license, that's why the license is GPLv3+. BuildRequires: pkgconfig(python2) is a recursive requirement of pycairo, you can drop it. BuildRequires: pkgconfig(pycairo) BuildRequires: pkgconfig(poppler) BuildRequires: pkgconfig(ruby-gdk-pixbuf2) That's OK, and it makes sure that rpm will find the runtime dependencies due to system calls during the build. You can drop the following: Requires: pycairo Requires: poppler Requires: rubygem-gdk_pixbuf2 %lang(ca) %{_datadir}/locale-langpack/ca/LC_MESSAGES/%{name}.mo %lang(cs) %{_datadir}/locale-langpack/cs/LC_MESSAGES/%{name}.mo %lang(de) %{_datadir}/locale-langpack/de/LC_MESSAGES/%{name}.mo %lang(eo) %{_datadir}/locale-langpack/eo/LC_MESSAGES/%{name}.mo %lang(es) %{_datadir}/locale-langpack/es/LC_MESSAGES/%{name}.mo %lang(eu) %{_datadir}/locale-langpack/eu/LC_MESSAGES/%{name}.mo %lang(sk) %{_datadir}/locale-langpack/sk/LC_MESSAGES/%{name}.mo %lang(zh_CN) %{_datadir}/locale-langpack/zh_CN/LC_MESSAGES/%{name}.mo Therefore we have the %find_lang macro: http://fedoraproject.org/wiki/Packaging:Guidelines#Handling_Locale_Files python-setuptools-devel is virtually provided by python-setuptools. You can use the latter, because python-setuptools-devel doesn't really exist. Please bump the release tag each time you change the package, even in the current state. Fill the %changelog with some useful info instead of repeating the version and release number. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review