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

Revision 6951, 3.6 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.1

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