perl-File-chmod-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Name: perl-File-chmod
  2. Version: 0.40
  3. Release: 1%{?_dist_release}
  4. Summary: Implements symbolic and ls chmod modes
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/File-chmod/
  8. Source0: http://search.cpan.org/CPAN/authors/id/P/PI/PINYAN/File-chmod-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. %{summary}
  17. %prep
  18. %setup -q -n File-chmod-%{version}
  19. %build
  20. %{__perl} Makefile.PL INSTALLDIRS=vendor
  21. make %{?_smp_mflags}
  22. %install
  23. rm -rf %{buildroot}
  24. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  25. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  26. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
  27. chmod -R u+w %{buildroot}/*
  28. %check
  29. make test
  30. %clean
  31. rm -rf %{buildroot}
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc Changes
  35. %{perl_vendorlib}/*
  36. %{_mandir}/man3/*.3*
  37. %changelog
  38. * Sat Nov 8 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.40-1
  39. - updated to 0.40
  40. - built with perl 5.16.3
  41. * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.32-1
  42. - initial build for Vine Linux
  43. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-12
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  45. * Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.32-11
  46. - Perl mass rebuild
  47. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-10
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  49. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.32-9
  50. - 661697 rebuild for fixing problems with vendorach/lib
  51. * Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.32-8
  52. - Mass rebuild with perl-5.12.0
  53. * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.32-7
  54. - Mass rebuild with perl-5.12.0
  55. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.32-6
  56. - rebuild against perl 5.10.1
  57. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-5
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  59. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-4
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  61. * Tue Mar 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-3
  62. - rebuild for new perl
  63. * Wed Aug 29 2007 Ralf Corsépius <rc040203@freenet.de> - 0.32-2
  64. - Update License.
  65. * Sun Jul 29 2007 Ralf Corsépius <rc040203@freenet.de> - 0.32-1
  66. - Initial submission.