perl-Image-Xpm-vl.spec 3.5 KB

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