libexif-gtk-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Summary: GTK Widgets for Viewing EXIF Information
  2. Summary(ja): EXIF 情報を表示するための GTK ウィジェット
  3. Name: libexif-gtk
  4. Version: 0.3.5
  5. Release: 0vl1
  6. License: GPL
  7. Source0: %{name}-%{version}.tar.bz2
  8. Group: System Environment/Libraries
  9. URL: http://libexif.sourceforge.net/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: bison
  12. BuildRequires: gtk2-devel
  13. BuildRequires: libexif-devel >= 0.6.12
  14. %description
  15. This library contains GTK widgets for viewing EXIF information within
  16. JPEG images created by some digital cameras.
  17. %package devel
  18. Summary: Libraries and headers for libexif-gtk
  19. Group: Development/Libraries
  20. Requires: libexif-gtk = %{version}
  21. Requires: libexif-devel >= 0.6.12
  22. %description devel
  23. Libraries, headers, and support files necessary to compile applications
  24. using libexif-gtk.
  25. %prep
  26. %setup -q
  27. %build
  28. %configure
  29. make
  30. %install
  31. %makeinstall
  32. %find_lang %{name}
  33. %clean
  34. rm -rf ${RPM_BUILD_ROOT}
  35. %post -p /sbin/ldconfig
  36. %postun -p /sbin/ldconfig
  37. %files -f %{name}.lang
  38. %defattr(-,root,root)
  39. %doc README AUTHORS ChangeLog COPYING
  40. %{_libdir}/lib*.so.*
  41. %files devel
  42. %defattr(-,root,root)
  43. %{_libdir}/lib*.a
  44. %{_libdir}/lib*.la
  45. %{_libdir}/lib*.so
  46. %{_libdir}/pkgconfig/*.pc
  47. %{_includedir}/*
  48. %changelog
  49. * Sat Jan 28 2006 Ryoichi INAGAAKI <ryo1@bc.wakwak.com> - 0.3.5-0vl1
  50. - new package for Vine (based on SuSE 9.0 package)
  51. * Tue May 13 2003 - meissner@suse.de
  52. - Updated to current CVS.
  53. - Package translations too.
  54. * Thu Jan 16 2003 - ro@suse.de
  55. - use gtk2-devel-packages in neededforbuild
  56. * Wed Jan 08 2003 - meissner@suse.de
  57. - Updated to 0.3.3 (bugfixes mostly).
  58. * Mon Nov 18 2002 - meissner@suse.de
  59. - Upgraded to 0.3.2 in preparation of gphoto2-2.1.1.
  60. * Mon Nov 11 2002 - ro@suse.de
  61. - changed neededforbuild <xshared> to <x-devel-packages>
  62. - changed neededforbuild <xdevel> to <>
  63. * Wed Jul 24 2002 - meissner@suse.de
  64. - Upgraded to 0.3.1, disabled static libraries.
  65. * Thu Feb 07 2002 - meissner@suse.de
  66. - Added xshared to needed_for_build.
  67. * Tue Feb 05 2002 - meissner@suse.de
  68. - GTK widgets for browsing EXIF information. Used by gphoto/gtkam.