From ccfb5e983299eaab96422781bd31c688f9926f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 8 Jan 2015 13:21:18 +0100 Subject: [PATCH] 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 file 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.