Name: perl-YAML Version: 0.66 Release: 2 Summary: YAML Ain't Markup Language (tm) 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch 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 YAML 1.0 specification. http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification. %prep %setup -q -n YAML-%{version} %build %{__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 # 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 -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 COMPATIBILITY README %{_bindir}/ysh %{perl_vendorlib}/YAML* %{_mandir}/man1/ysh.1* %{_mandir}/man3/YAML*.3* %changelog * Fri Jan 11 2008 Tom "spot" Callaway 0.66-2 - rebuild for new perl * Tue Oct 16 2007 Steven Pritchard 0.66-1 - Update to 0.66. - Update License tag. * Wed Jun 27 2007 Steven Pritchard 0.65-1 - Update to 0.65. * Tue Mar 13 2007 Steven Pritchard 0.62-3 - Use fixperms macro instead of our own chmod incantation. - Drop Test::Base build dependency to avoid a BR loop (#215637). - BR ExtUtils::MakeMaker. * Sat Sep 16 2006 Steven Pritchard 0.62-2 - Fix find option order. * Fri Jul 07 2006 Steven Pritchard 0.62-1 - Update to 0.62. - Removed Test::YAML (bug #197539). * Mon Jul 03 2006 Steven Pritchard 0.61-1 - Update to 0.61. * Sat May 20 2006 Steven Pritchard 0.58-3 - Rebuild. * Tue May 09 2006 Steven Pritchard 0.58-2 - Drop testmore patch. - Catch Test::YAML module and man page in file list. * Thu May 04 2006 Steven Pritchard 0.58-1 - Update to 0.58. - Small spec cleanups. * Thu Apr 14 2005 Ville Skyttä - 0.39-2 - 0.39. * Fri Apr 7 2005 Michael Schwendt - rebuilt * Sat May 15 2004 Jose Pedro Oliveira - 0:0.35-0.fdr.5 - Avoid creation of the perllocal.pod file (make pure_install). * Sun Apr 25 2004 Ville Skyttä - 0:0.35-0.fdr.4 - Require perl(:MODULE_COMPAT_*). - Cosmetic tweaks (bug 1383). * Sun Mar 14 2004 Ville Skyttä - 0:0.35-0.fdr.3 - Reduce directory ownership bloat. * Tue Nov 18 2003 Ville Skyttä - 0:0.35-0.fdr.2 - Use INSTALLARCHLIB workaround in %%install. * Wed Sep 3 2003 Ville Skyttä - 0:0.35-0.fdr.1 - First build.