[perl-CPAN-Meta-YAML: 2/2] Tidy up comments and changelog

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 17 14:02:01 UTC 2011


commit 570b4ad6113e880e963d777b943f8d396a1889e1
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Aug 17 15:01:21 2011 +0100

    Tidy up comments and changelog

 perl-CPAN-Meta-YAML.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 2a3adcb..1e1fab5 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -1,4 +1,4 @@
-# We don't really need ExtUtils::MakeMaker > 6.31
+# We don't really need ExtUtils::MakeMaker ≥ 6.31
 %global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.31 ? 1 : 0;' 2>/dev/null || echo 0)
 
 Name:		perl-CPAN-Meta-YAML
@@ -10,7 +10,7 @@ Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/CPAN-Meta-YAML/
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-%{version}.tar.gz
 Patch0:		CPAN-Meta-YAML-0.003-old-EU::MM.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(File::Spec)
@@ -28,7 +28,7 @@ used for any other general YAML parsing or generation task.
 %prep
 %setup -q -n CPAN-Meta-YAML-%{version}
 
-# We don't really need ExtUtils::MakeMaker 6.31
+# We don't really need ExtUtils::MakeMaker ≥ 6.31
 %if %{old_eumm}
 %patch0 -p1
 %endif
@@ -58,8 +58,8 @@ rm -rf %{buildroot}
 
 %changelog
 * Tue Aug 16 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.003-7
-- change path on vendor, so our debuginfo are not conflicting with
- perl core debuginfos
+- Install to vendor perl directories to avoid potential debuginfo conflicts
+  with the main perl package if this module ever becomes arch-specific
 
 * Wed Jun 29 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.003-6
 - Perl mass rebuild



More information about the perl-devel mailing list