perl-Image-ExifTool-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. Name: perl-Image-ExifTool
  2. Version: 9.76
  3. Release: 1%{?_dist_release}
  4. Summary: Utility for reading and writing image meta info
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/~exiftool/Image-ExifTool/
  8. Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/Image-ExifTool-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildArch: noarch
  11. BuildRequires: perl(Archive::Zip)
  12. BuildRequires: perl(Compress::Zlib)
  13. BuildRequires: perl(Digest::MD5)
  14. BuildRequires: perl(Digest::SHA)
  15. BuildRequires: perl(ExtUtils::Command::MM)
  16. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. ExifTool is a Perl module with an included command-line application for
  21. reading and writing meta information in image, audio, and video files.
  22. It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile,
  23. Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2,
  24. TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW,
  25. CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool
  26. also extracts information from the maker notes of many digital cameras
  27. by various manufacturers including Canon, Casio, FujiFilm, HP,
  28. JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson,
  29. Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony.
  30. %prep
  31. %setup -q -n Image-ExifTool-%{version}
  32. %build
  33. %{__perl} Makefile.PL INSTALLDIRS=vendor
  34. %{__make}
  35. %install
  36. %{__rm} -rf $RPM_BUILD_ROOT
  37. %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  38. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  39. chmod -R u+w $RPM_BUILD_ROOT/*
  40. # Somehow, these empty directories are getting created.
  41. # Delete them.
  42. rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi
  43. %check
  44. make test
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %files
  48. %defattr(-,root,root,-)
  49. %doc README Changes
  50. %{_bindir}/exiftool
  51. %{perl_vendorlib}/File/
  52. %{perl_vendorlib}/Image/
  53. %{_mandir}/man1/*.1*
  54. %{_mandir}/man3/*.3*
  55. %changelog
  56. * Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 9.76-1
  57. - new upstream release
  58. - built with perl 5.16.3
  59. * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 8.40-2
  60. - build with perl 5.12.3
  61. - add Vendor and Distribution tags
  62. * Sat Feb 12 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 8.40-1
  63. - initial build for Vine Linux based of fedora development
  64. * Mon Nov 22 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 8.40-1
  65. - update to 8.40
  66. * Tue Jul 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 8.25-1
  67. - update to 8.25
  68. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 8.15-2
  69. - Mass rebuild with perl-5.12.0
  70. * Tue Mar 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> 8.15-1
  71. - update to 8.15
  72. * Mon Feb 15 2010 Tom "spot" Callaway <tcallawa@redhat.com> 8.10-1
  73. - update to 8.10
  74. * Mon Dec 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 8.00-1
  75. - update to 8.00 (Production)
  76. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 7.67-5
  77. - rebuild against perl 5.10.1
  78. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.67-4
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  80. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.67-3
  81. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  82. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.67-2
  83. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  84. * Wed Feb 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> 7.67-1
  85. - update to 7.67
  86. * Tue Jan 6 2009 Tom "spot" Callaway <tcallawa@redhat.com> 7.60-1
  87. - update to 7.60
  88. * Mon Oct 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.51-1
  89. - update to 7.51
  90. * Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-2
  91. - get rid of empty arch-specific directories (bz 448744)
  92. * Fri Apr 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-1
  93. - update to 7.25
  94. * Tue Feb 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.15-1
  95. - 7.15
  96. - rebuild for new perl
  97. * Mon Oct 29 2007 Tom "spot" Callaway <tcallawa@redhat.com> 7.00-1
  98. - 7.00
  99. * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.95-1
  100. - 6.95
  101. - license tag fix
  102. * Wed Aug 1 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.94-1
  103. - bump to 6.94
  104. * Wed Feb 21 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.77-1
  105. - bump to 6.77
  106. * Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.69-1
  107. * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.40-1
  108. - bump to 6.40
  109. * Wed Aug 2 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.30-1
  110. - bump to 6.30
  111. * Tue Jul 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.26-2
  112. - clean up the places where "use the" shows up in the code as a workaround
  113. * Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.26-1
  114. - bump to 6.26
  115. * Mon Apr 24 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.15-1
  116. - bump to 6.15
  117. * Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.09-1
  118. - bump to 6.09
  119. * Tue Jan 10 2006 Tom "spot" Callaway <tcallawa@redhat.com> 5.89-1
  120. - bump to 5.89
  121. * Thu Aug 4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 5.53-1
  122. - initial package for Fedora Extras