exif-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Name: exif
  2. Summary: A utility to display exif headers from jpeg files
  3. Summary(ja): JPEG ファイルの EXIF ヘッダを表示するためのユーティリティ
  4. Version: 0.6.19
  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.19
  12. BuildRequires: popt-devel
  13. BuildRequires: gettext
  14. BuildRequires: pkgconfig
  15. Requires: libexif >= 0.6.19
  16. %description
  17. 'exif' is a small command-line utility to show EXIF information hidden
  18. in JPEG files. I wrote it to demonstrate the power of libexif.
  19. %prep
  20. %setup -q
  21. %build
  22. %configure
  23. make
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. %makeinstall
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %files
  30. %defattr(-,root,root)
  31. %doc COPYING ChangeLog README
  32. %{_bindir}/*
  33. %{_mandir}/man*/*
  34. %{_datadir}/locale/*/LC_MESSAGES/*.mo
  35. %changelog
  36. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.19-1
  37. - new upstream release with security fix (CVE-2009-3895)
  38. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
  39. - new upstream release
  40. * Tue Mar 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
  41. - new upstream release
  42. - built with libexif-0.6.17
  43. - added BuildRequires: popt-devel
  44. * Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.15-1
  45. - new upstream release
  46. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.9-1vl5
  47. - applied new versioning policy
  48. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl3
  49. - rebuild for VineSeed
  50. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl2
  51. - rebuild with libexif-0.6.11
  52. * Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl1
  53. - first release