Tidy up comments and changelog

This commit is contained in:
Paul Howarth 2011-08-17 15:01:21 +01:00
parent 1df143e3df
commit 570b4ad611
1 changed files with 5 additions and 5 deletions

View File

@ -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@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@redhat.com> - 0.003-6
- Perl mass rebuild