a7e469
Name:           perl-YAML
a7e469
Version:        0.84
ed9cb0
Release:        5%{?dist}
a7e469
Summary:        YAML Ain't Markup Language (tm)
a7e469
License:        GPL+ or Artistic
a7e469
Group:          Development/Libraries
a7e469
URL:            http://search.cpan.org/dist/YAML/
a7e469
Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/YAML-%{version}.tar.gz
a7e469
BuildArch:      noarch
a7e469
BuildRequires:  perl(Carp)
a7e469
BuildRequires:  perl(constant)
a7e469
BuildRequires:  perl(Cwd)
a7e469
BuildRequires:  perl(Data::Dumper)
a7e469
BuildRequires:  perl(Exporter)
a7e469
BuildRequires:  perl(ExtUtils::MakeMaker)
a7e469
BuildRequires:  perl(File::Path)
a7e469
BuildRequires:  perl(lib)
a7e469
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
a7e469
Requires:       perl(Carp)
a7e469
Requires:       perl(Data::Dumper)
a7e469
a7e469
# Filter private provides:
a7e469
# perl(yaml_mapping) perl(yaml_scalar) perl(yaml_sequence)
a7e469
%global __provides_exclude ^perl\\(yaml_
a7e469
a7e469
%description
a7e469
The YAML.pm module implements a YAML Loader and Dumper based on the
a7e469
YAML 1.0 specification. http://www.yaml.org/spec/
a7e469
YAML is a generic data serialization language that is optimized for
a7e469
human readability. It can be used to express the data structures of
a7e469
most modern programming languages, including Perl.
a7e469
For information on the YAML syntax, please refer to the YAML
a7e469
specification.
a7e469
a7e469
%prep
a7e469
%setup -q -n YAML-%{version}
a7e469
a7e469
%build
a7e469
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
a7e469
make %{?_smp_mflags}
a7e469
a7e469
%install
a7e469
make pure_install DESTDIR=%{buildroot}
a7e469
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
a7e469
%{_fixperms} %{buildroot}
a7e469
a7e469
# Removing Test::YAML (at least temporarily) due
a7e469
# to security concerns and questionable value.
a7e469
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539
a7e469
rm -f %{buildroot}%{perl_vendorlib}/Test/YAML* \
a7e469
    %{buildroot}%{_mandir}/man3/Test::YAML*.3*
a7e469
a7e469
%check
a7e469
make test
a7e469
a7e469
%files
a7e469
%doc Changes README LICENSE
a7e469
%{perl_vendorlib}/YAML*
a7e469
%{_mandir}/man3/YAML*.3*
a7e469
a7e469
%changelog
ed9cb0
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.84-5
ed9cb0
- Mass rebuild 2013-12-27
ed9cb0
a7e469
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.84-4
a7e469
- Specify all dependencies.
a7e469
a7e469
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-3
a7e469
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a7e469
a7e469
* Tue Jul 17 2012 Paul Howarth <paul@city-fan.org> - 0.84-2
a7e469
- Haven't needed to fix documentation character encoding since 0.79
a7e469
- Drop Test::Base build dependency again to avoid a BR loop (#215637)
a7e469
- Filter private provides perl(yaml_mapping), perl(yaml_scalar) and
a7e469
  perl(yaml_sequence)
a7e469
- Don't need to remove empty directories from the buildroot
a7e469
- This release by MSTROUT -> update source URL
a7e469
a7e469
* Mon Jul 16 2012 Petr Šabata <contyk@redhat.com> - 0.84-1
a7e469
- 0.84 bump
a7e469
- Drop command macros
a7e469
- Drop previously added patch (included in 0.82)
a7e469
a7e469
* Fri Jun 22 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.81-4
a7e469
- apply patch to for YAML::Any RT#74226
a7e469
a7e469
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.81-3
a7e469
- Perl 5.16 rebuild
a7e469
a7e469
* Mon Apr 23 2012 Paul Howarth <paul@city-fan.org> - 0.81-2
a7e469
- R: perl(Carp) and perl(Data::Dumper)
a7e469
- BR: perl(Carp), perl(constant) and perl(Exporter)
a7e469
- Release tests no longer shipped, so drop buildreqs for them and don't bother
a7e469
  setting AUTOMATED_TESTING; run tests even when bootstrapping
a7e469
a7e469
* Mon Apr 23 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.81-1
a7e469
- Update to 0.81
a7e469
- Add BR Data::Dumper
a7e469
a7e469
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.73-3
a7e469
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a7e469
a7e469
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.73-2
a7e469
- Perl mass rebuild
a7e469
- add perl_bootstrap macro
a7e469
a7e469
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 0.73-1
a7e469
- update to latest upstream version
a7e469
- clean up spec for modern rpmbuild
a7e469
a7e469
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-2
a7e469
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a7e469
a7e469
* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.72-1
a7e469
- Update to 0.72.
a7e469
a7e469
* Wed Aug 18 2010 Paul Howarth <paul@city-fan.org> - 0.71-1
a7e469
- Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
a7e469
- Enable AUTOMATED_TESTING
a7e469
- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
a7e469
- This release by ADAMK -> update source URL
a7e469
- Re-code docs as UTF-8
a7e469
a7e469
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.70-5
a7e469
- Mass rebuild with perl-5.12.0
a7e469
a7e469
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-4
a7e469
- add license
a7e469
a7e469
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.70-3
a7e469
- rebuild against perl 5.10.1
a7e469
a7e469
* Wed Oct  7 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-2
a7e469
- rebuild for push
a7e469
a7e469
* Tue Oct 6  2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-1
a7e469
- new upstream version
a7e469
a7e469
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-3
a7e469
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a7e469
a7e469
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-2
a7e469
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a7e469
a7e469
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.68-1
a7e469
- Update to 0.68.
a7e469
- COMPATIBILITY went away.
a7e469
- ysh moved to YAML::Shell.
a7e469
a7e469
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.66-3
a7e469
- Rebuild for perl 5.10 (again)
a7e469
a7e469
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.66-2
a7e469
- rebuild for new perl
a7e469
a7e469
* Tue Oct 16 2007 Steven Pritchard <steve@kspei.com> 0.66-1
a7e469
- Update to 0.66.
a7e469
- Update License tag.
a7e469
a7e469
* Wed Jun 27 2007 Steven Pritchard <steve@kspei.com> 0.65-1
a7e469
- Update to 0.65.
a7e469
a7e469
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.62-3
a7e469
- Use fixperms macro instead of our own chmod incantation.
a7e469
- Drop Test::Base build dependency to avoid a BR loop (#215637).
a7e469
- BR ExtUtils::MakeMaker.
a7e469
a7e469
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.62-2
a7e469
- Fix find option order.
a7e469
a7e469
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.62-1
a7e469
- Update to 0.62.
a7e469
- Removed Test::YAML (bug #197539).
a7e469
a7e469
* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 0.61-1
a7e469
- Update to 0.61.
a7e469
a7e469
* Sat May 20 2006 Steven Pritchard <steve@kspei.com> 0.58-3
a7e469
- Rebuild.
a7e469
a7e469
* Tue May 09 2006 Steven Pritchard <steve@kspei.com> 0.58-2
a7e469
- Drop testmore patch.
a7e469
- Catch Test::YAML module and man page in file list.
a7e469
a7e469
* Thu May 04 2006 Steven Pritchard <steve@kspei.com> 0.58-1
a7e469
- Update to 0.58.
a7e469
- Small spec cleanups.
a7e469
a7e469
* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.39-2
a7e469
- 0.39.
a7e469
a7e469
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
a7e469
- rebuilt
a7e469
a7e469
* Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
a7e469
- Avoid creation of the perllocal.pod file (make pure_install).
a7e469
a7e469
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.4
a7e469
- Require perl(:MODULE_COMPAT_*).
a7e469
- Cosmetic tweaks (bug 1383).
a7e469
a7e469
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.3
a7e469
- Reduce directory ownership bloat.
a7e469
a7e469
* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.2
a7e469
- Use INSTALLARCHLIB workaround in %%install.
a7e469
a7e469
* Wed Sep  3 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.1
a7e469
- First build.