| 1 | Summary: Plugins for eog |
|---|
| 2 | Summary(ja): eog用のプラグイン |
|---|
| 3 | Name: eog-plugins |
|---|
| 4 | Version: 3.26.5 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//') |
|---|
| 7 | Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | Group: Applications/Graphics |
|---|
| 10 | URL: http://live.gnome.org/EyeOfGnome/Plugins |
|---|
| 11 | |
|---|
| 12 | BuildRequires: gtk3-devel |
|---|
| 13 | BuildRequires: eog-devel |
|---|
| 14 | BuildRequires: libexif-devel |
|---|
| 15 | BuildRequires: libchamplain-devel, libchamplain-gtk-devel |
|---|
| 16 | BuildRequires: libpeas-devel |
|---|
| 17 | BuildRequires: gsettings-desktop-schemas-devel |
|---|
| 18 | BuildRequires: libgdata-devel |
|---|
| 19 | BuildRequires: python3-devel |
|---|
| 20 | BuildRequires: python3-rpm-macros |
|---|
| 21 | BuildRequires: libappstream-glib-devel |
|---|
| 22 | |
|---|
| 23 | Requires: eog |
|---|
| 24 | Requires(postun,posttrans): glib2 |
|---|
| 25 | |
|---|
| 26 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 27 | |
|---|
| 28 | Vendor: Project Vine |
|---|
| 29 | Distribution: Vine Linux |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | %description |
|---|
| 33 | It's a collection of plugins for use with the Eye of GNOME Image Viewer. |
|---|
| 34 | |
|---|
| 35 | %description -l ja |
|---|
| 36 | Eye of GNOME イメージビューア用のプラグイン集 |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | %prep |
|---|
| 40 | %setup -q |
|---|
| 41 | |
|---|
| 42 | %build |
|---|
| 43 | %configure --with-plugins=map,exif-display,fit-to-width,pythonconsole,slideshowshuffle,postr,postasa,send-by-mail |
|---|
| 44 | %{__make} %{?_smp_mflags} |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %install |
|---|
| 48 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 49 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 50 | |
|---|
| 51 | # remove *.la |
|---|
| 52 | %{__rm} -f ${RPM_BUILD_ROOT}/%{_libdir}/eog/plugins/*.la |
|---|
| 53 | |
|---|
| 54 | %find_lang %{name} |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | %clean |
|---|
| 58 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 59 | |
|---|
| 60 | %postun |
|---|
| 61 | if [ $1 -eq 0 ]; then |
|---|
| 62 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 63 | fi |
|---|
| 64 | |
|---|
| 65 | %posttrans |
|---|
| 66 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | %files -f %{name}.lang |
|---|
| 70 | %defattr(-,root,root) |
|---|
| 71 | %license COPYING |
|---|
| 72 | %doc NEWS README |
|---|
| 73 | %{_libdir}/eog/plugins |
|---|
| 74 | %{_datadir}/appdata/eog-*.xml |
|---|
| 75 | %{_datadir}/eog/plugins/pythonconsole/config.ui |
|---|
| 76 | %{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml |
|---|
| 77 | %{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.pythonconsole.gschema.xml |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | %changelog |
|---|
| 81 | * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.26.5-1 |
|---|
| 82 | - new upstream release. |
|---|
| 83 | |
|---|
| 84 | * Mon Dec 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.26.3-1 |
|---|
| 85 | - new upstream release. |
|---|
| 86 | |
|---|
| 87 | * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1 |
|---|
| 88 | - new upstream release |
|---|
| 89 | |
|---|
| 90 | * Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1 |
|---|
| 91 | - new upstream release |
|---|
| 92 | |
|---|
| 93 | * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1 |
|---|
| 94 | - new upstream release |
|---|
| 95 | |
|---|
| 96 | * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1 |
|---|
| 97 | - new upstream release |
|---|
| 98 | |
|---|
| 99 | * Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-2 |
|---|
| 100 | - rebuild with python-3.4.2 |
|---|
| 101 | |
|---|
| 102 | * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1 |
|---|
| 103 | - new upstream release |
|---|
| 104 | |
|---|
| 105 | * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1 |
|---|
| 106 | - new upstream release |
|---|
| 107 | |
|---|
| 108 | * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1 |
|---|
| 109 | - new upstream release |
|---|
| 110 | |
|---|
| 111 | * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1 |
|---|
| 112 | - new upstream release |
|---|
| 113 | |
|---|
| 114 | * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2 |
|---|
| 115 | - rebuild with VineSeed environment |
|---|
| 116 | |
|---|
| 117 | * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1 |
|---|
| 118 | - new upstream release |
|---|
| 119 | |
|---|
| 120 | * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1 |
|---|
| 121 | - new upstream release |
|---|
| 122 | |
|---|
| 123 | * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1 |
|---|
| 124 | - new upstream release |
|---|
| 125 | |
|---|
| 126 | * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1 |
|---|
| 127 | - new upstream release |
|---|
| 128 | |
|---|
| 129 | * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1 |
|---|
| 130 | - new upstream release |
|---|
| 131 | - add BuildRequires: gsettings-desktop-schemas-devel |
|---|
| 132 | |
|---|
| 133 | * Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1 |
|---|
| 134 | - new upstream release |
|---|
| 135 | - remove Patch0 |
|---|
| 136 | |
|---|
| 137 | * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1 |
|---|
| 138 | - new upstream release |
|---|
| 139 | |
|---|
| 140 | * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1 |
|---|
| 141 | - new upstream release |
|---|
| 142 | |
|---|
| 143 | * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 144 | - new upstream release |
|---|
| 145 | |
|---|
| 146 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1 |
|---|
| 147 | - new upstream release |
|---|
| 148 | - add BuildRequires: postr |
|---|
| 149 | |
|---|
| 150 | * Sun Sep 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.2-2 |
|---|
| 151 | - enable postr (upload picture to Flickr) |
|---|
| 152 | - enable postasa (upload picture to Picasa web) |
|---|
| 153 | - enable send-by-mail (Send picture to friends by evolution mail) |
|---|
| 154 | - add libgdata-devel to BR |
|---|
| 155 | - add README.vine |
|---|
| 156 | |
|---|
| 157 | * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1 |
|---|
| 158 | - new upstream release |
|---|
| 159 | - add BuildRequires: libpeas-devel |
|---|
| 160 | - change BuildRequires: gtk3-devel instead of gtk2-devel |
|---|
| 161 | - update Patch0 |
|---|
| 162 | |
|---|
| 163 | * Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1 |
|---|
| 164 | - new upstream release |
|---|
| 165 | - change BuildRequires: eog-devel instead of eog |
|---|
| 166 | |
|---|
| 167 | * Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2 |
|---|
| 168 | - rebuild with libchamplain-0.8 |
|---|
| 169 | |
|---|
| 170 | * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1 |
|---|
| 171 | - new upstream release |
|---|
| 172 | |
|---|
| 173 | * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 174 | - new upstream release |
|---|
| 175 | |
|---|
| 176 | * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1 |
|---|
| 177 | - initial build for Vine Linux |
|---|
| 178 | - exclude postr plugin |
|---|
| 179 | |
|---|