perl-Mixin-Linewise-vl.spec 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Name: perl-Mixin-Linewise
  2. Version: 0.003
  3. Release: 1%{?_dist_release}
  4. Summary: Write your linewise code for handles; this does the rest
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/Mixin-Linewise/
  8. Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl >= 1:5.6.0
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. BuildRequires: perl(IO::String)
  14. BuildRequires: perl(Sub::Exporter) >= 0.9
  15. BuildRequires: perl(Test::More)
  16. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  17. %{?perl_default_filter}
  18. %description
  19. It's boring to deal with opening files for IO, converting strings to handle-
  20. like objects, and all that. With Mixin::Linewise::Readers and
  21. Mixin::Linewise::Writers, you can just write a method to handle handles,
  22. and methods for handling strings and filenames are added for you.
  23. %prep
  24. %setup -q -n Mixin-Linewise-%{version}
  25. %build
  26. %{__perl} Makefile.PL INSTALLDIRS=vendor
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf %{buildroot}
  30. make pure_install DESTDIR=%{buildroot}
  31. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  32. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  33. %{_fixperms} %{buildroot}/*
  34. %check
  35. make test
  36. %clean
  37. rm -rf %{buildroot}
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc Changes LICENSE README
  41. %{perl_vendorlib}/*
  42. %{_mandir}/man3/*
  43. %changelog
  44. * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.003-1
  45. - initial build for Vine Linux
  46. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-6
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  48. * Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.003-5
  49. - Perl mass rebuild
  50. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-4
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  52. * Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.003-3
  53. - 661697 rebuild for fixing problems with vendorach/lib
  54. * Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.003-2
  55. - Mass rebuild with perl-5.12.0
  56. * Sat Mar 13 2010 Iain Arnell <iarnell@gmail.com> 0.003-1
  57. - update to latest upstream version
  58. - use perl_default_filter and DESTDIR
  59. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.002-3
  60. - rebuild against perl 5.10.1
  61. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  63. * Sun Apr 19 2009 Iain Arnell 0.002-1
  64. - Specfile autogenerated by cpanspec 1.77.