Blame SPECS/perl-FreezeThaw.spec

768944
Name:           perl-FreezeThaw
768944
Version:        0.5001
768944
Release:        10%{?dist}
768944
Summary:        Convert Perl structures to strings and back
768944
Group:          Development/Libraries
768944
License:        GPL+ or Artistic
768944
URL:            http://search.cpan.org/dist/FreezeThaw/
768944
Source0:        http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/FreezeThaw-%{version}.tar.gz
768944
BuildArch:      noarch
768944
BuildRequires:  perl(Carp)
768944
BuildRequires:  perl(Exporter)
768944
BuildRequires:  perl(ExtUtils::MakeMaker)
768944
BuildRequires:  perl(Math::BigInt)
768944
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
768944
768944
%description
768944
Converts data to/from stringified form, appropriate for
768944
saving-to/reading-from permanent storage.
768944
768944
%prep
768944
%setup -q -n FreezeThaw-%{version}
768944
# Fix permissions
768944
find -type d -exec chmod 0755 {} \;
768944
find -type f -exec chmod 0644 {} \;
768944
768944
%build
768944
perl Makefile.PL INSTALLDIRS=vendor
768944
make %{?_smp_mflags}
768944
768944
%install
768944
make pure_install PERL_INSTALL_ROOT=%{buildroot}
768944
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
768944
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
768944
chmod -R u+w %{buildroot}/*
768944
768944
%check
768944
make test
768944
768944
%files
768944
%doc Changes README
768944
%{perl_vendorlib}/*
768944
%{_mandir}/man3/*.3pm*
768944
768944
%changelog
768944
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.5001-10
768944
- Mass rebuild 2013-12-27
768944
768944
* Wed Oct 24 2012 Petr Šabata <contyk@redhat.com> - 0.5001-9
768944
- Specify all dependencies
768944
- Modernize spec
768944
- Drop command macros
768944
768944
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5001-8
768944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
768944
768944
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.5001-7
768944
- Perl 5.16 rebuild
768944
768944
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5001-6
768944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
768944
768944
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.5001-5
768944
- Perl mass rebuild
768944
768944
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5001-4
768944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
768944
768944
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.5001-3
768944
- 661697 rebuild for fixing problems with vendorach/lib
768944
768944
* Fri May 14 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.5001-2
768944
- Bump version for perl-5.12.0.
768944
768944
* Sat May 08 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.5001-1
768944
- Upstream update (Fix perl-5.12.0 build breakdown).
768944
768944
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.45-5
768944
- Mass rebuild with perl-5.12.0
768944
768944
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.45-4
768944
- rebuild against perl 5.10.1
768944
768944
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45-3
768944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
768944
768944
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45-2
768944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
768944
768944
* Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.45-1
768944
- Upstream update.
768944
- Fix source permissions.
768944
768944
* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.43-6
768944
- rebuild for new perl
768944
768944
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.43-5.1
768944
- correct license tag
768944
- add BR: perl(ExtUtils::MakeMaker)
768944
768944
* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.43-5
768944
- Rebuild for FC6.
768944
768944
* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.43-4
768944
- Rebuild for FC5 (perl 5.8.8).
768944
768944
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.43-3
768944
- Dist tag.
768944
768944
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.43-2
768944
- rebuilt
768944
768944
* Sun Oct 31 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.43-0.fdr.1
768944
- Bring up to date with current fedora.us perl spec template.
768944
768944
* Tue Mar 9 2004 Steven Pritchard <steve@kspei.com> - 0.43-0.fdr.0
768944
- Specfile autogenerated.