eog-plugins-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. %define pkg_version 2.30.0
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: Plugins for eog
  4. Summary(ja): eog用のプラグイン
  5. Name: eog-plugins
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://download.gnome.org/sources/eog-plugins/2.28/%{name}-%{version}.tar.bz2
  9. Patch0: eog-plugins-2.28.1-configure.patch
  10. License: GPLv2+
  11. Group: Applications/Graphics
  12. URL: http://live.gnome.org/EyeOfGnome/Plugins
  13. Requires: gtk2
  14. Requires: eog
  15. Requires: python
  16. Requires: gnome-python
  17. Requires: pygtk2
  18. Requires: libexif
  19. Requires: libchamplain, libchamplain-gtk
  20. BuildRequires: gtk2-devel
  21. BuildRequires: eog
  22. BuildRequires: pygobject-devel
  23. BuildRequires: gnome-python-devel
  24. BuildRequires: pygtk2-devel
  25. BuildRequires: libexif-devel
  26. BuildRequires: libchamplain-devel, libchamplain-gtk-devel
  27. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  28. Vendor: Project Vine
  29. Distribution: Vine Linux
  30. Packager: Takemikaduchi
  31. %description
  32. It's a collection of plugins for use with the Eye of GNOME Image Viewer.
  33. %description -l ja
  34. Eye of GNOME イメージビューア用のプラグイン集
  35. %prep
  36. %setup -q
  37. %ifarch x86_64
  38. %patch0 -p1 -b .patch0
  39. %endif
  40. %build
  41. %configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle
  42. %{__make} %{?_smp_mflags}
  43. %install
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  46. # remove *.la
  47. %{__rm} -f ${RPM_BUILD_ROOT}/%{_libdir}/eog/plugins/*.la
  48. %find_lang %{name}
  49. %clean
  50. %{__rm} -rf ${RPM_BUILD_ROOT}
  51. %files -f %{name}.lang
  52. %defattr(-,root,root)
  53. %doc COPYING ChangeLog NEWS README
  54. %{_libdir}/*
  55. %changelog
  56. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  57. - new upstream release
  58. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  59. - initial build for Vine Linux
  60. - exclude postr plugin