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) %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 Name: perl-CPAN-Meta-YAML
@ -10,7 +10,7 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/CPAN-Meta-YAML/ 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 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 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 BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
@ -28,7 +28,7 @@ used for any other general YAML parsing or generation task.
%prep %prep
%setup -q -n CPAN-Meta-YAML-%{version} %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} %if %{old_eumm}
%patch0 -p1 %patch0 -p1
%endif %endif
@ -58,8 +58,8 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.003-7 * 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 - Install to vendor perl directories to avoid potential debuginfo conflicts
perl core debuginfos 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 * Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.003-6
- Perl mass rebuild - Perl mass rebuild