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

Line 
1%define pkg_version 3.4.1
2%define pkg_release 1%{?_dist_release}
3
4Summary: Plugins for eog
5Summary(ja): eog用のプラグイン
6Name: eog-plugins
7Version: %{pkg_version}
8Release: %{pkg_release}
9Source0: http://download.gnome.org/sources/eog-plugins/3.4/%{name}-%{version}.tar.xz
10Source1: README.vine
11License: GPLv2+
12Group: Applications/Graphics
13URL: http://live.gnome.org/EyeOfGnome/Plugins
14
15Requires: gtk3
16Requires: eog
17Requires: python
18Requires: gnome-python
19Requires: pygtk2
20Requires: libexif
21Requires: libchamplain, libchamplain-gtk
22BuildRequires: gtk3-devel
23BuildRequires: eog-devel
24BuildRequires: pygobject-devel
25BuildRequires: gnome-python-devel
26BuildRequires: pygtk2-devel
27BuildRequires: libexif-devel
28BuildRequires: libchamplain-devel, libchamplain-gtk-devel
29BuildRequires: libpeas-devel
30BuildRequires: libgdata-devel
31BuildRequires: postr
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
48%{__cp} %{SOURCE1} .
49
50%build
51%configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle,postr,postasa,send-by-mail
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
68%postun
69glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
70
71%posttrans
72glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
73
74
75%files -f %{name}.lang
76%defattr(-,root,root)
77%doc COPYING ChangeLog NEWS README README.vine
78%{_libdir}/*
79%{_datadir}/eog/plugins/exif-display/*.ui
80%{_datadir}/eog/plugins/postasa
81%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
82
83%changelog
84* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
85- new upstream release
86- remove Patch0
87
88* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
89- new upstream release
90
91* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
92- new upstream release
93
94* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
95- new upstream release
96
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
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
107
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
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
118* Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
119- rebuild with libchamplain-0.8
120
121* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
122- new upstream release
123
124* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
125- new upstream release
126
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.