perl-Image-ExifTool-vl.spec 4.9 KB

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