Преглед на файлове

- enable postr (upload picture to Flickr)
- enable postasa (upload picture to Picasa web)
- enable send-by-mail (Send picture to friends by evolution mail)
- add libgdata-devel to BR
- add README.vine


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4786 ec354946-7b23-47d6-9f5a-488ba84defc7

yasumichi преди 13 години
родител
ревизия
f0b68d8880
променени са 1 файла, в които са добавени 14 реда и са изтрити 4 реда
  1. 14 4
      e/eog-plugins/eog-plugins-vl.spec

+ 14 - 4
e/eog-plugins/eog-plugins-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_version 3.1.2
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary: Plugins for eog
 Summary(ja): eog用のプラグイン
@@ -7,6 +7,7 @@ Name: eog-plugins
 Version: %{pkg_version}
 Release: %{pkg_release}
 Source0: http://download.gnome.org/sources/eog-plugins/3.1/%{name}-%{version}.tar.xz
+Source1: README.vine
 Patch0:  %{name}-3.1.2-configure.patch
 License: GPLv2+
 Group: Applications/Graphics
@@ -27,6 +28,7 @@ BuildRequires: pygtk2-devel
 BuildRequires: libexif-devel
 BuildRequires: libchamplain-devel, libchamplain-gtk-devel
 BuildRequires: libpeas-devel
+BuildRequires: libgdata-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor: Project Vine
@@ -46,9 +48,10 @@ Eye of GNOME イメージビューア用のプラグイン集
 %ifarch x86_64
 %patch0 -p1 -b .python
 %endif
+%{__cp} %{SOURCE1} .
 
 %build
-%configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle
+%configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle,postr,postasa,send-by-mail
 %{__make} %{?_smp_mflags}
 
 
@@ -74,13 +77,20 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc COPYING ChangeLog NEWS README
+%doc COPYING ChangeLog NEWS README README.vine
 %{_libdir}/*
 %{_datadir}/eog/plugins/exif-display/*.ui
+%{_datadir}/eog/plugins/postasa
 %{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
 
-
 %changelog
+* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.2-2
+- enable postr (upload picture to Flickr)
+- enable postasa (upload picture to Picasa web)
+- enable send-by-mail (Send picture to friends by evolution mail)
+- add libgdata-devel to BR
+- add README.vine
+
 * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
 - new upstream release
 - add BuildRequires: libpeas-devel