rpms/perl-YAML/EL-5 perl-YAML.spec,1.14,1.15

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat May 5 20:19:26 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-YAML/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21881

Modified Files:
	perl-YAML.spec 
Log Message:
Sync with devel.


Index: perl-YAML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-YAML/EL-5/perl-YAML.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- perl-YAML.spec	17 Sep 2006 22:28:10 -0000	1.14
+++ perl-YAML.spec	5 May 2007 20:18:51 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           perl-YAML
 Version:        0.62
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Test::Base) >= 0.49
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -41,7 +41,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -58,6 +58,11 @@
 %{_mandir}/man3/YAML*.3*
 
 %changelog
+* Tue Mar 13 2007 Steven Pritchard <steve at kspei.com> 0.62-3
+- Use fixperms macro instead of our own chmod incantation.
+- Drop Test::Base build dependency to avoid a BR loop.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.62-2
 - Fix find option order.
 




More information about the fedora-extras-commits mailing list