12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- %define pkg_version 2.30.1
- %define pkg_release 2%{?_dist_release}
- Summary: Plugins for eog
- Summary(ja): eog用のプラグイン
- Name: eog-plugins
- Version: %{pkg_version}
- Release: %{pkg_release}
- Source0: http://download.gnome.org/sources/eog-plugins/2.30/%{name}-%{version}.tar.bz2
- Patch0: eog-plugins-2.28.1-configure.patch
- License: GPLv2+
- Group: Applications/Graphics
- URL: http://live.gnome.org/EyeOfGnome/Plugins
- Requires: gtk2
- Requires: eog
- Requires: python
- Requires: gnome-python
- Requires: pygtk2
- Requires: libexif
- Requires: libchamplain, libchamplain-gtk
- BuildRequires: gtk2-devel
- BuildRequires: eog
- BuildRequires: pygobject-devel
- BuildRequires: gnome-python-devel
- BuildRequires: pygtk2-devel
- BuildRequires: libexif-devel
- BuildRequires: libchamplain-devel, libchamplain-gtk-devel
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- It's a collection of plugins for use with the Eye of GNOME Image Viewer.
- %description -l ja
- Eye of GNOME イメージビューア用のプラグイン集
- %prep
- %setup -q
- %ifarch x86_64
- %patch0 -p1 -b .patch0
- %endif
- %build
- %configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %{__make} install DESTDIR=${RPM_BUILD_ROOT}
- # remove *.la
- %{__rm} -f ${RPM_BUILD_ROOT}/%{_libdir}/eog/plugins/*.la
- %find_lang %{name}
- %clean
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc COPYING ChangeLog NEWS README
- %{_libdir}/*
- %changelog
- * Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
- - rebuild with libchamplain-0.8
- * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
- - new upstream release
- * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
- - new upstream release
- * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
- - initial build for Vine Linux
- - exclude postr plugin
|