update to the latest version prior to inital EL-6 build

This commit is contained in:
Mark Chappell 2010-07-01 19:35:17 +00:00
parent 8e510f4ca5
commit c271ac33e9
3 changed files with 19 additions and 5 deletions

View File

@ -1 +1 @@
YAML-LibYAML-0.32.tar.gz
YAML-LibYAML-0.33.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-YAML-LibYAML
Version: 0.32
Release: 3%{?dist}
Version: 0.33
Release: 1%{?dist}
Summary: YAML::LibYAML Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,6 +11,8 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description
Kirill Siminov's "libyaml" is arguably the best YAML
implementation. The C library is written precisely to the YAML 1.1
@ -30,7 +32,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
@ -52,6 +54,18 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Jun 3 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.33-1
- update
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.32-6
- Mass rebuild with perl-5.12.0
* Sat Mar 27 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.32-5
- perl_default_filter, PERL_INSTALL_ROOT => DESTDIR
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.32-4
- rebuild against perl 5.10.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
7a8b9258a311e52d0938744ad2ddfc4d YAML-LibYAML-0.32.tar.gz
001a21618af05ee3a12dbb8cd6bd9b13 YAML-LibYAML-0.33.tar.gz