eog-plugins-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. %define pkg_version 3.4.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/3.4/%{name}-%{version}.tar.xz
  9. Source1: README.vine
  10. Patch0: %{name}-3.1.2-configure.patch
  11. License: GPLv2+
  12. Group: Applications/Graphics
  13. URL: http://live.gnome.org/EyeOfGnome/Plugins
  14. Requires: gtk3
  15. Requires: eog
  16. Requires: python
  17. Requires: gnome-python
  18. Requires: pygtk2
  19. Requires: libexif
  20. Requires: libchamplain, libchamplain-gtk
  21. BuildRequires: gtk3-devel
  22. BuildRequires: eog-devel
  23. BuildRequires: pygobject-devel
  24. BuildRequires: gnome-python-devel
  25. BuildRequires: pygtk2-devel
  26. BuildRequires: libexif-devel
  27. BuildRequires: libchamplain-devel, libchamplain-gtk-devel
  28. BuildRequires: libpeas-devel
  29. BuildRequires: libgdata-devel
  30. BuildRequires: postr
  31. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  32. Vendor: Project Vine
  33. Distribution: Vine Linux
  34. Packager: Takemikaduchi
  35. %description
  36. It's a collection of plugins for use with the Eye of GNOME Image Viewer.
  37. %description -l ja
  38. Eye of GNOME イメージビューア用のプラグイン集
  39. %prep
  40. %setup -q
  41. %ifarch x86_64
  42. %patch0 -p1 -b .python
  43. %endif
  44. %{__cp} %{SOURCE1} .
  45. %build
  46. %configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle,postr,postasa,send-by-mail
  47. %{__make} %{?_smp_mflags}
  48. %install
  49. %{__rm} -rf ${RPM_BUILD_ROOT}
  50. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  51. # remove *.la
  52. %{__rm} -f ${RPM_BUILD_ROOT}/%{_libdir}/eog/plugins/*.la
  53. %find_lang %{name}
  54. %clean
  55. %{__rm} -rf ${RPM_BUILD_ROOT}
  56. %postun
  57. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  58. %posttrans
  59. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  60. %files -f %{name}.lang
  61. %defattr(-,root,root)
  62. %doc COPYING ChangeLog NEWS README README.vine
  63. %{_libdir}/*
  64. %{_datadir}/eog/plugins/exif-display/*.ui
  65. %{_datadir}/eog/plugins/postasa
  66. %{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
  67. %changelog
  68. * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  69. - new upstream release
  70. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  71. - new upstream release
  72. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  73. - new upstream release
  74. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
  75. - new upstream release
  76. - add BuildRequires: postr
  77. * Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.2-2
  78. - enable postr (upload picture to Flickr)
  79. - enable postasa (upload picture to Picasa web)
  80. - enable send-by-mail (Send picture to friends by evolution mail)
  81. - add libgdata-devel to BR
  82. - add README.vine
  83. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
  84. - new upstream release
  85. - add BuildRequires: libpeas-devel
  86. - change BuildRequires: gtk3-devel instead of gtk2-devel
  87. - update Patch0
  88. * Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  89. - new upstream release
  90. - change BuildRequires: eog-devel instead of eog
  91. * Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  92. - rebuild with libchamplain-0.8
  93. * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  94. - new upstream release
  95. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  96. - new upstream release
  97. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  98. - initial build for Vine Linux
  99. - exclude postr plugin