Notification time stamped 2023-08-29 08:17:28 UTC

From b42cbc56538dbdf591a969fe2bfac157f9d3e100 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Aug 29 2023 08:17:17 +0000
Subject: Fix list of %files


---

diff --git a/perl-Mail-Box-POP3.spec b/perl-Mail-Box-POP3.spec
index ca78496..0121ea8 100644
--- a/perl-Mail-Box-POP3.spec
+++ b/perl-Mail-Box-POP3.spec
@@ -64,15 +64,16 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 
NO_PERLLOCAL=1
 
 %install
 %{make_install}
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
 
 %check
 MARKOV_DEVEL=1 make test
 
 %files
 %doc ChangeLog README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Mail
+%{_mandir}/man3/Mail::Box*
+%{_mandir}/man3/Mail::Transport*
 
 %changelog
 * Mon Aug 28 2023 Jitka Plesnikova <jples...@redhat.com> - 3.006-1


        
https://src.fedoraproject.org/rpms/perl-Mail-Box-POP3/c/b42cbc56538dbdf591a969fe2bfac157f9d3e100?branch=rawhide
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to