source: projects/specs/trunk/e/eog-plugins/eog-plugins-vl.spec @ 6273

Revision 6273, 3.4 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

RevLine 
[6273]1%define pkg_version 3.4.1
[4812]2%define pkg_release 1%{?_dist_release}
[624]3
4Summary: Plugins for eog
5Summary(ja): eog用のプラグイン
6Name: eog-plugins
7Version: %{pkg_version}
8Release: %{pkg_release}
[6011]9Source0: http://download.gnome.org/sources/eog-plugins/3.4/%{name}-%{version}.tar.xz
[4786]10Source1: README.vine
[624]11License: GPLv2+
12Group: Applications/Graphics
13URL: http://live.gnome.org/EyeOfGnome/Plugins
14
[4616]15Requires: gtk3
[624]16Requires: eog
17Requires: python
18Requires: gnome-python
19Requires: pygtk2
20Requires: libexif
21Requires: libchamplain, libchamplain-gtk
[4616]22BuildRequires: gtk3-devel
[2653]23BuildRequires: eog-devel
[805]24BuildRequires: pygobject-devel
[624]25BuildRequires: gnome-python-devel
26BuildRequires: pygtk2-devel
27BuildRequires: libexif-devel
28BuildRequires: libchamplain-devel, libchamplain-gtk-devel
[4616]29BuildRequires: libpeas-devel
[4786]30BuildRequires: libgdata-devel
[4812]31BuildRequires: postr
[624]32BuildRoot: %{_tmppath}/%{name}-%{version}-root
33
34Vendor: Project Vine
35Distribution: Vine Linux
36Packager: Takemikaduchi
37
38
39%description
40It's a collection of plugins for use with the Eye of GNOME Image Viewer.
41
42%description -l ja
43Eye of GNOME イメージビューア用のプラグイン集
44
45
46%prep
47%setup -q
[4786]48%{__cp} %{SOURCE1} .
[624]49
50%build
[4786]51%configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle,postr,postasa,send-by-mail
[624]52%{__make} %{?_smp_mflags}
53
54
55%install
56%{__rm} -rf ${RPM_BUILD_ROOT}
57%{__make} install DESTDIR=${RPM_BUILD_ROOT}
58
59# remove *.la
60%{__rm} -f ${RPM_BUILD_ROOT}/%{_libdir}/eog/plugins/*.la
61
62%find_lang %{name}
63
64
65%clean
66%{__rm} -rf ${RPM_BUILD_ROOT}
67
[4616]68%postun
69glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[624]70
[4616]71%posttrans
72glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
73
74
[624]75%files -f %{name}.lang
76%defattr(-,root,root)
[4786]77%doc COPYING ChangeLog NEWS README README.vine
[624]78%{_libdir}/*
[4616]79%{_datadir}/eog/plugins/exif-display/*.ui
[4786]80%{_datadir}/eog/plugins/postasa
[4616]81%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
[624]82
[4786]83%changelog
[6273]84* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
85- new upstream release
86- remove Patch0
87
[6011]88* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
89- new upstream release
90
[5335]91* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
92- new upstream release
93
[4850]94* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
95- new upstream release
96
[4812]97* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
98- new upstream release
99- add BuildRequires: postr
100
[4786]101* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.2-2
102- enable postr (upload picture to Flickr)
103- enable postasa (upload picture to Picasa web)
104- enable send-by-mail (Send picture to friends by evolution mail)
105- add libgdata-devel to BR
106- add README.vine
[624]107
[4616]108* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
109- new upstream release
110- add BuildRequires: libpeas-devel
111- change BuildRequires: gtk3-devel instead of gtk2-devel
112- update Patch0
113
[2653]114* Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
115- new upstream release
116- change BuildRequires: eog-devel instead of eog
117
[2041]118* Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
119- rebuild with libchamplain-0.8
120
[1251]121* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
122- new upstream release
123
[805]124* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
125- new upstream release
126
[624]127* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
128- initial build for Vine Linux
129- exclude postr plugin
130
Note: See TracBrowser for help on using the repository browser.