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

Revision 7938, 3.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

RevLine 
[7938]1%define pkg_version 3.10.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}
[7938]9Source0: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
[4786]10Source1: README.vine
[624]11License: GPLv2+
12Group: Applications/Graphics
13URL: http://live.gnome.org/EyeOfGnome/Plugins
14
[4616]15BuildRequires: gtk3-devel
[2653]16BuildRequires: eog-devel
[624]17BuildRequires: libexif-devel
18BuildRequires: libchamplain-devel, libchamplain-gtk-devel
[4616]19BuildRequires: libpeas-devel
[6890]20BuildRequires: gsettings-desktop-schemas-devel
[4786]21BuildRequires: libgdata-devel
[4812]22BuildRequires: postr
[6890]23
24Requires: eog
25Requires(postun,posttrans): glib2
26
[624]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
[4786]43%{__cp} %{SOURCE1} .
[624]44
45%build
[4786]46%configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle,postr,postasa,send-by-mail
[624]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
[4616]63%postun
[7633]64if [ $1 -eq 0 ]; then
65  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
66fi
[624]67
[4616]68%posttrans
69glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
70
71
[624]72%files -f %{name}.lang
73%defattr(-,root,root)
[4786]74%doc COPYING ChangeLog NEWS README README.vine
[7633]75%{_libdir}/eog/plugins
[6890]76%{_datadir}/eog/plugins/pythonconsole/config.ui
[4616]77%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
[6890]78%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.pythonconsole.gschema.xml
[624]79
[6890]80
[4786]81%changelog
[7938]82* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
83- new upstream release
84
[7681]85* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
86- new upstream release
87
[7633]88* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
89- new upstream release
90
[6951]91* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
92- new upstream release
93
[6890]94* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
95- new upstream release
96- add BuildRequires: gsettings-desktop-schemas-devel
97
[6273]98* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
99- new upstream release
100- remove Patch0
101
[6011]102* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
103- new upstream release
104
[5335]105* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
106- new upstream release
107
[4850]108* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
109- new upstream release
110
[4812]111* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
112- new upstream release
113- add BuildRequires: postr
114
[4786]115* Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.2-2
116- enable postr (upload picture to Flickr)
117- enable postasa (upload picture to Picasa web)
118- enable send-by-mail (Send picture to friends by evolution mail)
119- add libgdata-devel to BR
120- add README.vine
[624]121
[4616]122* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
123- new upstream release
124- add BuildRequires: libpeas-devel
125- change BuildRequires: gtk3-devel instead of gtk2-devel
126- update Patch0
127
[2653]128* Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
129- new upstream release
130- change BuildRequires: eog-devel instead of eog
131
[7633]132* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
[2041]133- rebuild with libchamplain-0.8
134
[1251]135* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
136- new upstream release
137
[805]138* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
139- new upstream release
140
[624]141* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
142- initial build for Vine Linux
143- exclude postr plugin
144
Note: See TracBrowser for help on using the repository browser.