Update to 0.62. Removed Test::YAML (bug #197539).

This commit is contained in:
Steven Pritchard 2006-07-07 13:50:55 +00:00
parent 539a4c0af6
commit 9a7543f856
3 changed files with 19 additions and 8 deletions

View File

@ -1 +1 @@
YAML-0.58.tar.gz
YAML-0.62.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-YAML
Version: 0.58
Release: 3%{?dist}
Version: 0.62
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL or Artistic
Group: Development/Libraries
@ -24,7 +24,7 @@ specification.
%setup -q -n YAML-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
make %{?_smp_mflags}
%install
@ -32,6 +32,12 @@ rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$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*
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
@ -45,15 +51,20 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%doc Changes COMPATIBILITY README
%{_bindir}/ysh
%{perl_vendorlib}/YAML*
%{perl_vendorlib}/Test/YAML*
%{_mandir}/man1/ysh.1*
%{_mandir}/man3/YAML*.3*
%{_mandir}/man3/Test::YAML*.3*
%changelog
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.62-1
- Update to 0.62.
- Removed Test::YAML (bug #197539).
* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 0.61-1
- Update to 0.61.
* Sat May 20 2006 Steven Pritchard <steve@kspei.com> 0.58-3
- Rebuild.

View File

@ -1 +1 @@
aa5ac653057914ca995dd74de8212ebc YAML-0.58.tar.gz
4be042a043ec520074b0ab6f7ca0bded YAML-0.62.tar.gz