source: projects/specs/trunk/e/epiphany/epiphany-vl.spec @ 9073

Revision 9073, 11.0 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME 3.14.1

Line 
1%define ver     3.14
2
3%define webkit_version 2.5.90
4
5ExclusiveArch: %ix86 ppc x86_64 alpha
6
7Summary: GNOME web browser based on WebKit
8Summary(ja): WebKit レンダリングエンジンベースの GNOME ウェブブラウザ
9Name: epiphany
10Version: 3.14.1
11Release: 1%{?_dist_release}
12License: GPL
13Group: Applications/Internet
14URL: http://www.gnome.org/projects/epiphany/
15
16Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.14/%{name}-%{version}.tar.xz
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19
20Requires: gnome-icon-theme >= 2.30.0
21Requires(post,postun): shared-mime-info
22
23BuildRequires: webkitgtk4-devel >= %{webkit_version}
24BuildRequires: glib2-devel >= 2.31.2
25BuildRequires: gtk3-devel >= 3.3.14
26BuildRequires: libxml2-devel >= 2.6.12
27BuildRequires: libxslt-devel >= 1.1.7
28BuildRequires: libnotify-devel >= 0.4.0
29BuildRequires: libsoup-devel >= 2.37.1
30BuildRequires: gnome-desktop3-devel >= 2.91.2
31BuildRequires: libSM-devel
32BuildRequires: libgnome-keyring-devel
33BuildRequires: gcr-devel >= 3.5.5
34BuildRequires: gobject-introspection-devel
35BuildRequires: gsettings-desktop-schemas-devel
36BuildRequires: sqlite3-devel
37BuildRequires: seed-devel
38BuildRequires: nss-devel
39BuildRequires: avahi-gobject-devel
40BuildRequires: libwnck3-devel
41BuildRequires: libsecret-devel
42BuildRequires: iso-codes
43BuildRequires: yelp-tools
44
45Obsoletes: %{name}-devel < 3.10.0
46
47Vendor: Project Vine
48Distribution: Vine Linux
49
50%description
51epiphany is a simple GNOME web browser based on the WebKit rendering
52engine
53
54%description -l ja
55epiphany は WebKit レンダリングエンジンベースのシンプルな GNOME
56ウェブブラウザです。
57
58
59%prep
60%setup -q
61
62%build
63%configure
64
65make %{?_smp_mflags}
66
67%install
68rm -rf $RPM_BUILD_ROOT
69make install DESTDIR=$RPM_BUILD_ROOT
70
71find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
72
73%find_lang %{name} --with-gnome
74
75%postun
76if [ $1 -eq 0 ] ; then
77    update-desktop-database %{_datadir}/applications >& /dev/null ||:
78    glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
79fi
80
81%posttrans
82update-desktop-database %{_datadir}/applications >& /dev/null ||:
83glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
84
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%files -f %{name}.lang
90%defattr(-,root,root,-)
91%doc AUTHORS ChangeLog* COPYING* NEWS README
92%{_bindir}/epiphany
93%{_bindir}/ephy-profile-migrator
94%{_libdir}/%{name}/%{ver}/web-extensions/libephywebextension.so
95%{_libexecdir}/epiphany-search-provider
96%{_datadir}/GConf/gsettings/*.convert
97%{_datadir}/appdata/epiphany.appdata.xml
98%{_datadir}/applications/*.desktop
99%{_datadir}/epiphany
100%{_datadir}/glib-2.0/schemas/*.xml
101%{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini
102%{_datadir}/dbus-1/services/*
103%{_mandir}/man1/epiphany.1*
104
105
106%changelog
107* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
108- new upstream release
109- change BuildRequires: webkitgtk4-devel instead of WebKit3-gtk-devel
110
111* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
112- new upstream release
113
114* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
115- new upstream release
116
117* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
118- new upstream release
119
120* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
121- new upstream release
122
123* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
124- new upstream release
125- add BuildRequires: libwnck3-devel, libsecret-devel
126- remove devel subpackage
127
128* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
129- rebuild with gcr-3.8.1
130
131* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
132- new upstream release
133
134* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
135- new upstream release
136- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
137- change BuildRequires: yelp-tools instead of gnome-doc-utils
138- add BuildRequires: gcr-devel
139
140* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
141- new upstream release
142
143* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
144- new upstream release
145
146* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
147- new upstream release
148
149* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
150- new upstream release
151
152* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
153- new upstream release
154
155* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
156- new upstream release
157
158* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
159- new upstream release
160
161* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
162- new upstream release
163- add BuildRequires: gsettings-desktop-schemas
164- create -devel sub package
165
166* Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.6-1
167- new upstream release
168- remove BuildRequires: gir-repository-devel
169
170* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.2-2
171- rebuilt with rpm-4.8.1 for pkg-config
172
173* Sat May 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
174- new upstream release
175- add BuildRequires: gobject-introspection-devel, seed-devel
176- add configure option (--enable-introspection=yes, --enable-seed)
177
178* Sat Apr 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
179- new upstream release
180- add BuildRequires: gobject-introspection-devel, gir-repository-devel
181- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
182- add configure option (--without-ca-file)
183- remove unrecognized configure option (--with-engine)
184
185* Sat Jan 09 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1
186- new upstream release
187- added BR: libICE-devel, libSM-devel and gnome-keyring-devel
188
189* Sat Nov 07 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
190- new upstream release
191
192* Mon Jul 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-2
193- run gtk-update-icon-cache in %%post/postun script.
194
195* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
196- new upstream release
197
198* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
199- rebuild with gecko-1.9.1
200
201* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
202- new upstream release
203
204* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
205- new upstream release
206- build with xulrunner-1.9.0.7
207
208* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
209- new upstream release
210
211* Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-2
212- build with gecko-1.9.0.3 instead of WebKit.
213  - WebKit port is unstable yet.
214- enable zeroconf, NetworkManager support
215
216* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
217- new upstream release
218
219* Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1.1-2vl5
220- build with WebKit instead of gecko.
221
222* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
223- new upstream release
224- added %%pre and %%preun section
225
226* Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
227- new upstream release
228- rebuilt with firefox-2.0.0.6-0vl3
229
230* Sun Jul 08 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.2-0vl2
231- add BuildRequires: gnome-python
232
233* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
234- new upstream release
235- rebuilt with new toolchain and firefox-2.0.0.4-0vl6
236
237* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
238- new upstream release
239
240* Tue Nov 21 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.14.3-0vl1
241- source update
242- add Patch0 to build with firefox 2.0 <BTS:VineLinux:342>
243- add BuildRequires: pygtk2-devel
244
245* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2.1-0vl1
246- new upstream release
247
248* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
249- rebuild with firefox-1.5.0.2-0vl4
250
251* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
252- new upstream release
253- build with firefox-1.5.0.2
254
255* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
256- new upstream release
257
258* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.3-0vl1
259- new upstream release
260- build with firefox-1.5.0.1
261
262* Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-0vl1
263- new upstream release
264- build with mozilla-1.7.12
265
266* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-0vl2
267- rebuild with mozilla-1.7.8
268
269* Sun Apr 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-0vl1
270- new upstream release
271
272* Sun Apr 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-0vl1
273- new upstream release
274- build with mozilla-1.7.7
275
276* Fri Apr  1 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl2
277- rebuild with mozilla-1.7.6
278
279* Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1
280- new upstream release
281
282* Sun Dec 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.7-0vl1
283- new upstream release
284- build with mozilla-1.7.5
285
286* Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
287- new upstream release
288
289* Tue Nov 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
290- new upstream release
291
292* Mon Sep 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.8-0vl2
293- rebuild with mozilla-1.7.3
294
295* Wed Aug 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.8-0vl1
296- new upstream release
297- build with mozilla-1.7.2
298- add Patch10 to build with gnome-2.4
299
300* Wed Jan 21 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.7-0vl1
301- new upstream version
302        -- dropped patch10
303- changed URL
304
305* Fri Jan  9 2004 Tomoya TAKA <taka@vinelinux.org> 1.0.6-0vl3
306- add alpha into ExclusiveArch
307
308* Mon Dec 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
309- rebuild with mozilla-1.5.1
310
311* Sat Dec  6 2003 Ryoichi INAGAKI <daisuke@linux.or.jp> 1.0.6-0vl1
312- new upstream release
313
314* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
315- new upstream release
316
317* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl2
318- fixed missing locale files
319
320* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
321- new upstream release
322
323* Thu Sep 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-0vl1
324- new upstream release
325
326* Sun Jul 20 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0vl1
327- new upstream release
328
329* Sun Jul 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-0vl1
330- new upstream release
331- build with mozilla 1.4
332
333* Sat Jun 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0vl1
334- new upstream release
335
336* Thu Jun 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
337- build for Vine Linux
338
339* Mon Jun  2 2003 Elliot Lee <sopwith@redhat.com> 0.6.1-2
340- Rebuild to fix broken mozilla dep, patch for mozilla 1.4
341
342* Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 0.6.1-1
343- 0.6.1
344
345* Fri May  9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-4
346- add patch to fix gint/gpointer conversion bugs for 64bit arches
347
348* Fri May  9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-3
349- only build on arches mozilla is built on
350
351* Fri May  9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-2
352- rebuild against new mozilla, make mozilla requires dynamic
353
354* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-1
355- update to 0.6.0
356- fix tyop in %%postun
357
358* Wed Apr 16 2003 Bill Nottingham <notting@redhat.com> 0.5.0-3
359- make it build with mozilla-1.4 (shouldn't affect moz-1.2/moz-1.3 builds)
360
361* Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-2
362- add some buildrequires, prereq GConf2
363- disable building nautilus view
364
365* Sun Apr 13 2003 Jeremy Katz <katzj@redhat.com>
366- Initial build.
367
368
Note: See TracBrowser for help on using the repository browser.