exif-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name: exif
  2. Summary: A utility to display exif headers from jpeg files
  3. Summary(ja): JPEG ファイルの EXIF ヘッダを表示するためのユーティリティ
  4. Version: 0.6.21
  5. Release: 1%{?_dist_release}
  6. Group: Applications/Multimedia
  7. License: GPLv2+
  8. URL: http://libexif.sourceforge.net/
  9. Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libexif-devel >= 0.6.18
  12. BuildRequires: popt-devel
  13. BuildRequires: gettext
  14. BuildRequires: pkgconfig
  15. Requires: libexif >= 0.6.18
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. 'exif' is a small command-line utility to show EXIF information hidden
  20. in JPEG files. I wrote it to demonstrate the power of libexif.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure
  25. make
  26. %install
  27. rm -rf %{buildroot}
  28. %makeinstall
  29. %clean
  30. rm -rf %{buildroot}
  31. %files
  32. %defattr(-,root,root)
  33. %doc COPYING ChangeLog README
  34. %{_bindir}/*
  35. %{_mandir}/man*/*
  36. %{_datadir}/locale/*/LC_MESSAGES/*.mo
  37. %changelog
  38. * Sat Jan 4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 0.6.21-1
  39. - new upstream release with security fix (CVE-2012-2845)
  40. - add Distri/Vendor tags
  41. * Sat Mar 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-2
  42. - fix BuildRequires/Requires (libexif >= 0.6.18)
  43. * Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.20-1
  44. - new upstream (stability/bugfix) release
  45. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
  46. - new upstream release with security fix (CVE-2009-3895)
  47. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
  48. - new upstream release
  49. * Tue Mar 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
  50. - new upstream release
  51. - built with libexif-0.6.17
  52. - added BuildRequires: popt-devel
  53. * Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.15-1
  54. - new upstream release
  55. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.9-1vl5
  56. - applied new versioning policy
  57. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl3
  58. - rebuild for VineSeed
  59. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl2
  60. - rebuild with libexif-0.6.11
  61. * Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl1
  62. - first release