perl-Image-ExifTool-vl.spec 4.8 KB

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