eog-plugins-vl.spec 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. %define pkg_version 2.30.2
  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.30/%{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-devel
  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 Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  57. - new upstream release
  58. - change BuildRequires: eog-devel instead of eog
  59. * Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  60. - rebuild with libchamplain-0.8
  61. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  62. - new upstream release
  63. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  64. - new upstream release
  65. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  66. - initial build for Vine Linux
  67. - exclude postr plugin