diff --git a/.perl-Inline-Files.metadata b/.perl-Inline-Files.metadata new file mode 100644 index 0000000..19f33f0 --- /dev/null +++ b/.perl-Inline-Files.metadata @@ -0,0 +1 @@ +068caa32da2d691e926eb67f7ad2403dc360ce08 SOURCES/Inline-Files-0.68.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Inline-Files.spec b/SPECS/perl-Inline-Files.spec new file mode 100644 index 0000000..a53982f --- /dev/null +++ b/SPECS/perl-Inline-Files.spec @@ -0,0 +1,117 @@ +Name: perl-Inline-Files +Version: 0.68 +Release: 5%{?dist} +Summary: Allows for multiple inline files in a single perl file +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Inline-Files/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/Inline/Inline-Files-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +# Tests only: +BuildRequires: perl(Cwd) +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(File::Copy) +BuildRequires: perl(Filter::Util::Call) +BuildRequires: perl(lib) +BuildRequires: perl(Test) +BuildRequires: perl(Test::More) +Requires: perl(Data::Dumper) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +Inline::Files generalizes the notion of the `__DATA__' marker and the +associated `' file handle, to an arbitrary number of markers and +associated file handles. + +%prep +%setup -q -n Inline-Files-%{version} +chmod -R a-x demo/* README Changes lib/Inline/Files.pm \ + lib/Inline/Files/Virtual.pm + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +chmod -R u+w %{buildroot}/* + +%check +make test + +%files +%doc Changes README demo/ +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + +%changelog +* Thu Nov 15 2012 Petr Šabata - 0.68-5 +- Modernize the spec a bit +- Update the dep list +- Drop command macros + +* Fri Jul 20 2012 Fedora Release Engineering - 0.68-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 0.68-3 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.68-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jul 25 2011 Petr Sabata - 0.68-1 +- 0.68 bump + +* Mon Jul 18 2011 Petr Sabata - 0.67-2 +- Perl mass rebuild + +* Mon Jul 11 2011 Petr Sabata - 0.67-1 +- 0.67 bump + +* Mon Jun 20 2011 Petr Pisar - 0.65-1 +- 0.65 bump +- Remove defattr +- Correct spelling in description + +* Fri Jun 17 2011 Marcela Mašláňová - 0.64-3 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.64-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Feb 01 2011 Petr Pisar - 0.64-1 +- 0.64 bump +- Remove BuildRoot stuff and empty lines +- Consolidate dependencies + +* Fri Dec 17 2010 Marcela Maslanova - 0.63-2 +- 661697 rebuild for fixing problems with vendorach/lib + +* Wed Jul 14 2010 Tom "spot" Callaway - 0.63-1 +- update to 0.63 + +* Sun May 02 2010 Marcela Maslanova - 0.62-8 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 0.62-7 +- rebuild against perl 5.10.1 + +* Sun Jul 26 2009 Fedora Release Engineering - 0.62-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.62-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.62-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Feb 5 2008 Tom "spot" Callaway - 0.62-3 +- rebuild for new perl + +* Wed Nov 14 2007 Robin Norwood - 0.62-2 +- Fix permissions per package review. + +* Wed Oct 24 2007 Robin Norwood - 0.62-1 +- Initial build