perl-File-Flat-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. Name: perl-File-Flat
  2. Version: 1.04
  3. Release: 2%{?_dist_release}
  4. Summary: Implements a flat filesystem
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/File-Flat/
  8. Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Flat-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::AutoInstall) >= 0.49
  12. BuildRequires: perl(Test::More) >= 0.47
  13. BuildRequires: perl(Test::ClassAPI) >= 1.02
  14. BuildRequires: perl(File::Find)
  15. BuildRequires: perl(prefork) >= 0.02
  16. BuildRequires: perl(File::Spec) >= 0.85
  17. BuildRequires: perl(File::Copy)
  18. BuildRequires: perl(File::Copy::Recursive)
  19. BuildRequires: perl(File::Remove) >= 0.21
  20. BuildRequires: perl(File::Temp) >= 0.17
  21. BuildRequires: perl(IO::File)
  22. # For improved tests
  23. BuildRequires: perl(Test::Pod)
  24. BuildRequires: perl(Test::MinimumVersion)
  25. BuildRequires: perl(Test::CPAN::Meta)
  26. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  27. Vendor: Project Vine
  28. Distribution: Vine Linux
  29. %description
  30. File::Flat implements a flat filesystem. A flat filesystem is a filesystem
  31. in which directories do not exist. It provides an abstraction over any
  32. normal filesystem which makes it appear as if directories do not exist.
  33. %prep
  34. %setup -q -n File-Flat-%{version}
  35. %build
  36. %{__perl} Makefile.PL INSTALLDIRS=vendor
  37. make %{?_smp_mflags}
  38. %install
  39. rm -rf %{buildroot}
  40. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  41. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  42. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  43. chmod -R u+w %{buildroot}/*
  44. %clean
  45. rm -rf %{buildroot}
  46. %check
  47. # remove until fix of Perl::MinimalVersion and version.pm
  48. rm -rf t/99_pmv.t
  49. make test AUTOMATED_TESTING=1
  50. %files
  51. %defattr(-,root,root,-)
  52. %doc Changes README LICENSE
  53. %{perl_vendorlib}/File
  54. %{_mandir}/man3/*
  55. %changelog
  56. * Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.04-2
  57. - rebuilt with perl 5.16.3
  58. - added Vendor/Distribution tag
  59. * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.04-1
  60. - initial build for Vine Linux
  61. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-10
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  63. * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.04-9
  64. - Perl mass rebuild
  65. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-8
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  67. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.04-7
  68. - 661697 rebuild for fixing problems with vendorach/lib
  69. * Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.04-6
  70. - Mass rebuild with perl-5.12.0
  71. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.04-5
  72. - rebuild against perl 5.10.1
  73. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-4
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  75. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  77. * Tue Jul 01 2008 Ralf Corsépius <rc040203@freenet.de> - 1.04-2
  78. - BR: perl(Test::CPAN::Meta).
  79. * Mon Apr 07 2008 Ralf Corsépius <rc040203@freenet.de> - 1.04-1
  80. - Upstream update.
  81. - Remove dep on perl(File::Slurp).
  82. * Fri Mar 14 2008 Ralf Corsépius <rc040203@freenet.de> - 1.03-1
  83. - Upstream update.
  84. - BR: perl(Test::MinimumVersion).
  85. * Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.00-3
  86. - rebuild for new perl
  87. * Sun Sep 02 2007 Ralf Corsépius <rc040203@freenet.de> - 1.00-2
  88. - License update.
  89. * Thu Jan 18 2007 Ralf Corsépius <rc040203@freenet.de> - 1.00-1
  90. - Upstream update.
  91. - BR: perl(File::Copy::Recursive).
  92. - Drop BR: perl(File::NCopy).
  93. - Activate AUTOMATED_TESTING (t/99_author.t).
  94. * Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.96-3
  95. - Mass rebuild.
  96. * Thu Jul 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.96-2
  97. - BR: perl(Test::Pod).
  98. * Thu Jul 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.96-1
  99. - Upstream update.
  100. * Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 0.95-3
  101. - Rebuild for perl-5.8.8.
  102. * Mon Sep 19 2005 Ralf Corsepius <rc040203@freenet.de> - 0.95-2
  103. - Spec file cleanup.
  104. * Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de> - 0.95-1
  105. - Spec file cleanup.
  106. - FE submission.
  107. * Tue Jun 28 2005 Ralf Corsepius <ralf@links2linux.de> - 0.95-0.pm.1
  108. - Initial packman version.