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

Revision 4616, 2.5 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1%define pkg_version 3.1.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.1/%{name}-%{version}.tar.xz
10Patch0:  %{name}-3.1.2-configure.patch
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
30BuildRoot: %{_tmppath}/%{name}-%{version}-root
31
32Vendor: Project Vine
33Distribution: Vine Linux
34Packager: Takemikaduchi
35
36
37%description
38It's a collection of plugins for use with the Eye of GNOME Image Viewer.
39
40%description -l ja
41Eye of GNOME イメージビューア用のプラグイン集
42
43
44%prep
45%setup -q
46%ifarch x86_64
47%patch0 -p1 -b .python
48%endif
49
50%build
51%configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle
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
78%{_libdir}/*
79%{_datadir}/eog/plugins/exif-display/*.ui
80%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
81
82
83%changelog
84* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
85- new upstream release
86- add BuildRequires: libpeas-devel
87- change BuildRequires: gtk3-devel instead of gtk2-devel
88- update Patch0
89
90* Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
91- new upstream release
92- change BuildRequires: eog-devel instead of eog
93
94* Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
95- rebuild with libchamplain-0.8
96
97* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
98- new upstream release
99
100* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
101- new upstream release
102
103* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
104- initial build for Vine Linux
105- exclude postr plugin
106
Note: See TracBrowser for help on using the repository browser.