Blame SPECS/perl-Inline-Files.spec

467220
Name:           perl-Inline-Files
467220
Version:        0.68
301c41
Release:        6%{?dist}
467220
Summary:        Allows for multiple inline files in a single perl file
467220
Group:          Development/Libraries
467220
License:        GPL+ or Artistic
467220
URL:            http://search.cpan.org/dist/Inline-Files/
467220
Source0:        http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/Inline/Inline-Files-%{version}.tar.gz
467220
BuildArch:      noarch
467220
BuildRequires:  perl(ExtUtils::MakeMaker)
467220
# Tests only:
467220
BuildRequires:  perl(Cwd)
467220
BuildRequires:  perl(Data::Dumper)
467220
BuildRequires:  perl(File::Copy)
467220
BuildRequires:  perl(Filter::Util::Call)
467220
BuildRequires:  perl(lib)
467220
BuildRequires:  perl(Test)
467220
BuildRequires:  perl(Test::More)
467220
Requires:       perl(Data::Dumper)
467220
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
467220
467220
%description
467220
Inline::Files generalizes the notion of the `__DATA__' marker and the
467220
associated `<DATA>' file handle, to an arbitrary number of markers and
467220
associated file handles.
467220
467220
%prep
467220
%setup -q -n Inline-Files-%{version}
467220
chmod -R a-x demo/* README Changes lib/Inline/Files.pm \
467220
    lib/Inline/Files/Virtual.pm
467220
467220
%build
467220
perl Makefile.PL INSTALLDIRS=vendor
467220
make %{?_smp_mflags}
467220
467220
%install
467220
make pure_install DESTDIR=%{buildroot}
467220
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
467220
chmod -R u+w %{buildroot}/*
467220
467220
%check
467220
make test
467220
467220
%files
467220
%doc Changes README demo/
467220
%{perl_vendorlib}/*
467220
%{_mandir}/man3/*.3*
467220
467220
%changelog
301c41
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.68-6
301c41
- Mass rebuild 2013-12-27
301c41
467220
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 0.68-5
467220
- Modernize the spec a bit
467220
- Update the dep list
467220
- Drop command macros
467220
467220
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-4
467220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
467220
467220
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.68-3
467220
- Perl 5.16 rebuild
467220
467220
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-2
467220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
467220
467220
* Mon Jul 25 2011 Petr Sabata <contyk@redhat.com> - 0.68-1
467220
- 0.68 bump
467220
467220
* Mon Jul 18 2011 Petr Sabata <contyk@redhat.com> - 0.67-2
467220
- Perl mass rebuild
467220
467220
* Mon Jul 11 2011 Petr Sabata <contyk@redhat.com> - 0.67-1
467220
- 0.67 bump
467220
467220
* Mon Jun 20 2011 Petr Pisar <ppisar@redhat.com> - 0.65-1
467220
- 0.65 bump
467220
- Remove defattr
467220
- Correct spelling in description
467220
467220
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.64-3
467220
- Perl mass rebuild
467220
467220
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.64-2
467220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
467220
467220
* Tue Feb 01 2011 Petr Pisar <ppisar@redhat.com> - 0.64-1
467220
- 0.64 bump
467220
- Remove BuildRoot stuff and empty lines
467220
- Consolidate dependencies
467220
467220
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-2
467220
- 661697 rebuild for fixing problems with vendorach/lib
467220
467220
* Wed Jul 14 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-1
467220
- update to 0.63
467220
467220
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.62-8
467220
- Mass rebuild with perl-5.12.0
467220
467220
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.62-7
467220
- rebuild against perl 5.10.1
467220
467220
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-6
467220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
467220
467220
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-5
467220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
467220
467220
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-4
467220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
467220
467220
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.62-3
467220
- rebuild for new perl
467220
467220
* Wed Nov 14 2007 Robin Norwood <rnorwood@redhat.com> - 0.62-2
467220
- Fix permissions per package review.
467220
467220
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.62-1
467220
- Initial build