rpms/perl-YAML/EL-4 .cvsignore, 1.3, 1.4 perl-YAML.spec, 1.5, 1.6 sources, 1.3, 1.4 perl-YAML-testmore054.patch, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Mar 15 00:15:19 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-YAML/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24208

Modified Files:
	.cvsignore perl-YAML.spec sources 
Removed Files:
	perl-YAML-testmore054.patch 
Log Message:
Sync with devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	14 Apr 2005 07:06:47 -0000	1.3
+++ .cvsignore	15 Mar 2007 00:14:47 -0000	1.4
@@ -1 +1 @@
-YAML-0.39.tar.gz
+YAML-0.62.tar.gz


Index: perl-YAML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/EL-4/perl-YAML.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-YAML.spec	14 Apr 2005 07:06:47 -0000	1.5
+++ perl-YAML.spec	15 Mar 2007 00:14:47 -0000	1.6
@@ -1,19 +1,15 @@
 Name:           perl-YAML
-Version:        0.39
-Release:        1
-Epoch:          0
+Version:        0.62
+Release:        3%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
-
-Group:          Development/Libraries
 License:        GPL or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML/
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
-Patch0:         %{name}-testmore054.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The YAML.pm module implements a YAML Loader and Dumper based on the
@@ -24,46 +20,76 @@
 For information on the YAML syntax, please refer to the YAML
 specification.
 
-
 %prep
 %setup -q -n YAML-%{version}
-%patch0 -p0
-
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
+
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
 
+# Removing Test::YAML (at least temporarily) due
+# to security concerns and questionable value.
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/YAML* \
+    $RPM_BUILD_ROOT%{_mandir}/man3/Test::YAML*.3*
 
-%check || :
-make test
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes COMPATIBILITY README
 %{_bindir}/ysh
 %{perl_vendorlib}/YAML*
 %{_mandir}/man1/ysh.1*
 %{_mandir}/man3/YAML*.3*
 
-
 %changelog
-* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.39-1
+* 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.
+
+* Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 0.62-1
+- Update to 0.62.
+- Removed Test::YAML (bug #197539).
+
+* Mon Jul 03 2006 Steven Pritchard <steve at kspei.com> 0.61-1
+- Update to 0.61.
+
+* Sat May 20 2006 Steven Pritchard <steve at kspei.com> 0.58-3
+- Rebuild.
+
+* Tue May 09 2006 Steven Pritchard <steve at kspei.com> 0.58-2
+- Drop testmore patch.
+- Catch Test::YAML module and man page in file list.
+
+* Thu May 04 2006 Steven Pritchard <steve at kspei.com> 0.58-1
+- Update to 0.58.
+- Small spec cleanups.
+
+* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.39-2
 - 0.39.
 
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
 - Avoid creation of the perllocal.pod file (make pure_install).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	14 Apr 2005 07:06:47 -0000	1.3
+++ sources	15 Mar 2007 00:14:47 -0000	1.4
@@ -1 +1 @@
-b8a49f49cb0ee6d9698807fb3f606922  YAML-0.39.tar.gz
+4be042a043ec520074b0ab6f7ca0bded  YAML-0.62.tar.gz


--- perl-YAML-testmore054.patch DELETED ---




More information about the fedora-extras-commits mailing list