Blame SPECS/perl-YAML-Tiny.spec

fcbcd8
Name:           perl-YAML-Tiny
fcbcd8
Version:        1.51
fcbcd8
Release:        6%{?dist}
fcbcd8
Summary:        Read/Write YAML files with as little code as possible
fcbcd8
License:        GPL+ or Artistic
fcbcd8
Group:          Development/Libraries
fcbcd8
URL:            http://search.cpan.org/dist/YAML-Tiny/
fcbcd8
Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
fcbcd8
BuildArch:      noarch
fcbcd8
BuildRequires:  perl(Carp)
fcbcd8
BuildRequires:  perl(Exporter)
fcbcd8
BuildRequires:  perl(ExtUtils::MakeMaker)
fcbcd8
BuildRequires:  perl(File::Spec) >= 0.80
fcbcd8
BuildRequires:  perl(File::Spec::Functions)
fcbcd8
BuildRequires:  perl(Scalar::Util)
fcbcd8
BuildRequires:  perl(Test::More) >= 0.47
fcbcd8
BuildRequires:  perl(YAML)
fcbcd8
BuildRequires:  perl(YAML::Syck)
fcbcd8
Requires:       perl(Carp)
fcbcd8
Requires:       perl(Exporter)
fcbcd8
Requires:       perl(Scalar::Util)
fcbcd8
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
fcbcd8
fcbcd8
%{?perl_default_filter}
fcbcd8
fcbcd8
%description
fcbcd8
YAML::Tiny is a Perl class for reading and writing YAML-style files,
fcbcd8
written with as little code as possible, reducing load time and
fcbcd8
memory overhead.
fcbcd8
fcbcd8
%prep
fcbcd8
%setup -q -n YAML-Tiny-%{version}
fcbcd8
fcbcd8
%build
fcbcd8
perl Makefile.PL INSTALLDIRS=vendor
fcbcd8
make %{?_smp_mflags}
fcbcd8
fcbcd8
%install
fcbcd8
make pure_install PERL_INSTALL_ROOT=%{buildroot}
fcbcd8
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
fcbcd8
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
fcbcd8
%{_fixperms} %{buildroot}/*
fcbcd8
fcbcd8
%check
fcbcd8
make test AUTOMATED_TESTING=1
fcbcd8
fcbcd8
%files
fcbcd8
%doc Changes LICENSE README
fcbcd8
%{perl_vendorlib}/*
fcbcd8
%{_mandir}/man3/*
fcbcd8
fcbcd8
%changelog
fcbcd8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.51-6
fcbcd8
- Mass rebuild 2013-12-27
fcbcd8
fcbcd8
* Tue Aug 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-5
fcbcd8
- Add perl(Carp) to requires.
fcbcd8
fcbcd8
* Wed Aug 15 2012 Daniel Mach <dmach@redhat.com> - 1.51-4.1
fcbcd8
- Rebuild for perl 5.16
fcbcd8
fcbcd8
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-4
fcbcd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fcbcd8
fcbcd8
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.51-3
fcbcd8
- Perl 5.16 rebuild
fcbcd8
fcbcd8
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 1.51-2
fcbcd8
- The POD tests do not run by default
fcbcd8
fcbcd8
* Wed Mar 14 2012 Petr Ĺ abata <contyk@redhat.com> - 1.51-1
fcbcd8
- 1.51 bump
fcbcd8
- Remove command macros
fcbcd8
fcbcd8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-5
fcbcd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fcbcd8
fcbcd8
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.50-4
fcbcd8
- Perl mass rebuild
fcbcd8
fcbcd8
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.50-3
fcbcd8
- Perl mass rebuild
fcbcd8
fcbcd8
* Thu Jul 14 2011 Iain Arnell <iarnell@gmail.com> 1.50-2
fcbcd8
- drop Test::MinimumVersion BR to avoid circular build deps
fcbcd8
fcbcd8
* Mon Jun 27 2011 Petr Sabata <contyk@redhat.com> - 1.50-1
fcbcd8
- 1.50 bump
fcbcd8
- Cleaning the spec file (I assume pre-EPEL6 compatibility is no longer
fcbcd8
  essential here)
fcbcd8
- Adding Exporter and Scalar::Util (optional but preferred) to BR/Rs
fcbcd8
fcbcd8
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-2
fcbcd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fcbcd8
fcbcd8
* Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 1.46-1
fcbcd8
- Update to 1.46.
fcbcd8
fcbcd8
* Tue Dec 07 2010 Steven Pritchard <steve@kspei.com> 1.44-1
fcbcd8
- Update to 1.44.
fcbcd8
fcbcd8
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.40-3
fcbcd8
- Mass rebuild with perl-5.12.0
fcbcd8
fcbcd8
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
fcbcd8
- rebuild against perl 5.10.1
fcbcd8
fcbcd8
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.40-1
fcbcd8
- auto-update to 1.40 (by cpan-spec-update 0.01)
fcbcd8
fcbcd8
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-2
fcbcd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fcbcd8
fcbcd8
* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.39-1
fcbcd8
- auto-update to 1.39 (by cpan-spec-update 0.01)
fcbcd8
- added a new br on perl(File::Spec) (version 0.80)
fcbcd8
fcbcd8
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-2
fcbcd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fcbcd8
fcbcd8
* Sat Jan 17 2009 Steven Pritchard <steve@kspei.com> 1.36-1
fcbcd8
- Update to 1.36.
fcbcd8
- BR Test::More.
fcbcd8
fcbcd8
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 1.32-1
fcbcd8
- Update to 1.32.
fcbcd8
fcbcd8
* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.25-2
fcbcd8
- rebuild for new perl
fcbcd8
fcbcd8
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.25-1
fcbcd8
- Update to 1.25.
fcbcd8
fcbcd8
* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1.21-1
fcbcd8
- Update to 1.21.
fcbcd8
- Update License tag.
fcbcd8
- BR Test::MinimumVersion.
fcbcd8
fcbcd8
* Thu Aug 23 2007 Steven Pritchard <steve@kspei.com> 1.14-1
fcbcd8
- Update to 1.14.
fcbcd8
fcbcd8
* Fri Jul 13 2007 Steven Pritchard <steve@kspei.com> 1.13-1
fcbcd8
- Update to 1.13.
fcbcd8
fcbcd8
* Fri Jun 08 2007 Steven Pritchard <steve@kspei.com> 1.12-1
fcbcd8
- Update to 1.12.
fcbcd8
fcbcd8
* Mon May 28 2007 Steven Pritchard <steve@kspei.com> 1.09-1
fcbcd8
- Update to 1.09.
fcbcd8
fcbcd8
* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
fcbcd8
- Update to 1.08.
fcbcd8
- Update description.
fcbcd8
fcbcd8
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
fcbcd8
- Specfile autogenerated by cpanspec 1.70.
fcbcd8
- Drop redundant perl build dependency.
fcbcd8
- BR YAML, YAML::Syck, and Test::Pod for better test coverage.