[perl] Use plain subpackage subname instead of full name

Petr Pisar ppisar at fedoraproject.org
Thu Jan 8 12:45:48 UTC 2015


commit ccfb5e983299eaab96422781bd31c688f9926f5b
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 8 13:21:18 2015 +0100

    Use plain subpackage subname instead of full name
    
    It will be consistent with other subpackages and it will not harm SCL
    prefixing.

 perl.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index a6a301e..37b87f0 100644
--- a/perl.spec
+++ b/perl.spec
@@ -732,7 +732,7 @@ Conflicts:      perl < 4:5.16.2-256
 The Encode module provides the interface between Perl strings and the rest
 of the system. Perl strings are sequences of characters.
 
-%package -n perl-encoding
+%package encoding
 Summary:        Write your Perl script in non-ASCII or non-UTF-8
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -750,7 +750,7 @@ Requires:       perl(Filter::Util::Call)
 Requires:       perl(utf8)
 Conflicts:      perl-Encode < 2:2.60-314
 
-%description -n perl-encoding
+%description encoding
 With the encoding pragma, you can write your Perl script in any encoding you
 like (so long as the Encode module supports it) and still enjoy Unicode
 support.



More information about the perl-devel mailing list