Sorry, when I run cpanspec Tk-JBrowseEntry-5.22.tar.gz I get: Name: perl-Tk-JBrowseEntry Version: 5.22 Release: 1%{?dist} Summary: Full-featured "Combo-box" (Text-entry combined with drop-down listbox) derived from Tk::BrowseEntry with many additional features and options License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Tk-JBrowseEntry/ Source0: http://www.cpan.org/modules/by-module/Tk/Tk-JBrowseEntry-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Tk) Requires: perl(Tk) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Tk::JBrowseEntry is a derived widget from Tk::BrowseEntry, but adds numerous features and options. Among them are hash lists (one set of values is displayed for the user, but another is used as data), ability to disable either the text entry widget or the listbox, ability to allow user to delete items from the list, additional keyboard bindings, ability to have the drop-down list "fixed" (always displayed, ability to use Tk::HListbox, ie. to include thumbnail icons in the list), customized key bindings and behaviour, and much more! %prep %setup -q -n Tk-JBrowseEntry-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 10 2019 Patrick Dupre <pdupre@xxxxxxx> 5.22-1 - Specfile autogenerated by cpanspec 1.78. ----------------------------------------------------------- Is there something in my .spec generation? Anyway, addition: Provides: perl(Tk::JBrowseEntry) = %{version}-%{release} fixes this issue =========================================================================== Patrick DUPRÉ | | email: pdupre@xxxxxxx Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 =========================================================================== > Sent: Monday, June 10, 2019 at 5:22 PM > From: "Michael Schwendt" <mschwendt@xxxxxxxxx> > To: users@xxxxxxxxxxxxxxxxxxxxxxx > Subject: Re: rpmbuild > > On Mon, 10 Jun 2019 15:35:22 +0200, Patrick Dupre wrote: > > > Provides: perl(Tk::JBrowseEntry) = %{version}-%{release} > > > > seems missing in the .spec file > > No. These are automatically created Provides/Requires for Perl Modules. > You need to work with a package that _really_ includes and "Provides" > the Tk:JBrowseEntry module with a sufficient version. If such a package > is installed in the build environment, but doesn't contain the "Provides" > tag, you will need to take a closer look at that package. > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx > _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx