exif-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Name: exif
  2. Summary: A utility to display exif headers from jpeg files
  3. Summary(ja): JPEG ファイルの EXIF ヘッダを表示するためのユーティリティ
  4. Version: 0.6.18
  5. Release: 1%{?_dist_release}
  6. Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.bz2
  7. URL: http://sourceforge.net/projects/libexif/
  8. Group: Applications/Multimedia
  9. License: GPL
  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. %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. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.18-1
  37. - new upstream release
  38. * Tue Mar 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.17-1
  39. - new upstream release
  40. - built with libexif-0.6.17
  41. - added BuildRequires: popt-devel
  42. * Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.15-1
  43. - new upstream release
  44. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.9-1vl5
  45. - applied new versioning policy
  46. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl3
  47. - rebuild for VineSeed
  48. * Sat Feb 26 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl2
  49. - rebuild with libexif-0.6.11
  50. * Wed Sep 29 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.9-0vl1
  51. - first release