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

Revision 5335, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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