[perl-Net-LibIDN] If (and only if) the source package includes the text of the license(s) in its own file, then that f

Robert Scheck robert at fedoraproject.org
Sun Jan 15 16:47:25 UTC 2012


commit e94b7133b9680152fe276ea414446e6bac9d5941
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Jan 15 17:47:01 2012 +0100

    If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package must be included in %doc.

 perl-Net-LibIDN.spec |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/perl-Net-LibIDN.spec b/perl-Net-LibIDN.spec
index 0cbcbbb..2acbfc2 100644
--- a/perl-Net-LibIDN.spec
+++ b/perl-Net-LibIDN.spec
@@ -32,9 +32,6 @@ make %{?_smp_mflags}
 iconv -f latin1 -t utf-8 -o "blib/man3/Net::LibIDN.3pm.utf8" "blib/man3/Net::LibIDN.3pm"
 mv -f "blib/man3/Net::LibIDN.3pm.utf8" "blib/man3/Net::LibIDN.3pm"
 
-# Package is lacking GPL file
-perldoc -t perlgpl > COPYING
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
@@ -50,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc Artistic Changes COPYING README
+%doc Artistic Changes README
 %{_mandir}/man3/*.3pm*
 %{perl_vendorarch}/Net
 %{perl_vendorarch}/auto/Net


More information about the scm-commits mailing list