perl-Image-Base-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Name: perl-Image-Base
  2. Version: 1.07
  3. Release: 1%{?_dist_release}
  4. Summary: Base class for loading, manipulating and saving images in Perl
  5. Group: Development/Libraries
  6. License: LGPLv2+
  7. URL: http://search.cpan.org/dist/Image-Base/
  8. Source0: http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Base-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  13. %description
  14. %{summary}.
  15. %prep
  16. %setup -q -n Image-Base-%{version}
  17. %build
  18. %{__perl} Makefile.PL INSTALLDIRS=vendor
  19. make %{?_smp_mflags}
  20. %install
  21. rm -rf %{buildroot}
  22. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  23. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  24. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  25. chmod -R u+w %{buildroot}/*
  26. %check
  27. make test
  28. %clean
  29. rm -rf %{buildroot}
  30. %files
  31. %defattr(-,root,root,-)
  32. %doc README
  33. %{perl_vendorlib}/Image/
  34. %{_mandir}/man3/*.3pm*
  35. %changelog
  36. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.07-1
  37. - initial build for Vine Linux
  38. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-18
  39. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  40. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.07-17
  41. - Perl mass rebuild
  42. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-16
  43. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  44. * Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.07-15
  45. - 661697 rebuild for fixing problems with vendorach/lib
  46. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.07-14
  47. - Mass rebuild with perl-5.12.0
  48. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.07-13
  49. - rebuild against perl 5.10.1
  50. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-12
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  52. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-11
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  54. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-10
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  56. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-9
  57. - Rebuild for perl 5.10 (again)
  58. * Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-8
  59. - rebuild for new perl
  60. * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-7.1
  61. - correct license tag
  62. - add BR: perl(ExtUtils::MakeMaker)
  63. * Thu Sep 7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-7
  64. - Rebuild for FC6.
  65. * Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-6
  66. - Rebuild for FC5 (perl 5.8.8).
  67. * Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-5
  68. - Dist tag.
  69. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.07-4
  70. - rebuilt
  71. * Thu Jun 3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.07-0.fdr.3
  72. - Added the perl(:MODULE_COMPAT_xxx) requirement.
  73. - Replaced the source URL by the canonical one.
  74. * Thu Jun 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.2
  75. - Bring up to date with current fedora.us perl spec template.
  76. * Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.1
  77. - First build.