commit ccfb5e983299eaab96422781bd31c688f9926f5b Author: Petr Písař <ppisar@xxxxxxxxxx> 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel