source: projects/specs/branches/6/e/eog-plugins/eog-plugins-vl.spec @ 2653

Revision 2653, 2.1 KB checked in by Takemikaduchi, 13 years ago (diff)

eog-plugins,perl-Net_SSLeay,hdf5: new upstream release, others: rebuild with openssl-1.0.0c

Line 
1%define pkg_version 2.30.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/2.30/%{name}-%{version}.tar.bz2
10Patch0: eog-plugins-2.28.1-configure.patch
11License: GPLv2+
12Group: Applications/Graphics
13URL: http://live.gnome.org/EyeOfGnome/Plugins
14
15Requires: gtk2
16Requires: eog
17Requires: python
18Requires: gnome-python
19Requires: pygtk2
20Requires: libexif
21Requires: libchamplain, libchamplain-gtk
22BuildRequires: gtk2-devel
23BuildRequires: eog-devel
24BuildRequires: pygobject-devel
25BuildRequires: gnome-python-devel
26BuildRequires: pygtk2-devel
27BuildRequires: libexif-devel
28BuildRequires: libchamplain-devel, libchamplain-gtk-devel
29BuildRoot: %{_tmppath}/%{name}-%{version}-root
30
31Vendor: Project Vine
32Distribution: Vine Linux
33Packager: Takemikaduchi
34
35
36%description
37It's a collection of plugins for use with the Eye of GNOME Image Viewer.
38
39%description -l ja
40Eye of GNOME イメージビューア用のプラグイン集
41
42
43%prep
44%setup -q
45%ifarch x86_64
46%patch0 -p1 -b .patch0
47%endif
48
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
69%files -f %{name}.lang
70%defattr(-,root,root)
71%doc COPYING ChangeLog NEWS README
72%{_libdir}/*
73
74
75%changelog
76* Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
77- new upstream release
78- change BuildRequires: eog-devel instead of eog
79
80* Sat Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
81- rebuild with libchamplain-0.8
82
83* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
84- new upstream release
85
86* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
87- new upstream release
88
89* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
90- initial build for Vine Linux
91- exclude postr plugin
92
Note: See TracBrowser for help on using the repository browser.