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

Revision 9791, 11.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1%define ver     3.16
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.16.3
11Release: 2%{?_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.16/%{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* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-2
108- rebuild with gnome-desktop3-3.18.1
109
110* Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
111- new upstream release
112
113* Sun Jun 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
114- new upstream release
115
116* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
117- new upstream release
118
119* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
120- new upstream release
121
122* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
123- new upstream release
124- change BuildRequires: webkitgtk4-devel instead of WebKit3-gtk-devel
125
126* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
127- new upstream release
128
129* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
130- new upstream release
131
132* Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
133- new upstream release
134
135* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
136- new upstream release
137
138* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
139- new upstream release
140- add BuildRequires: libwnck3-devel, libsecret-devel
141- remove devel subpackage
142
143* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-2
144- rebuild with gcr-3.8.1
145
146* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
147- new upstream release
148
149* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
150- new upstream release
151- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
152- change BuildRequires: yelp-tools instead of gnome-doc-utils
153- add BuildRequires: gcr-devel
154
155* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
156- new upstream release
157
158* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
159- new upstream release
160
161* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
162- new upstream release
163
164* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
165- new upstream release
166
167* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
168- new upstream release
169
170* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
171- new upstream release
172
173* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
174- new upstream release
175
176* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.3-1
177- new upstream release
178- add BuildRequires: gsettings-desktop-schemas
179- create -devel sub package
180
181* Sat Oct 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.6-1
182- new upstream release
183- remove BuildRequires: gir-repository-devel
184
185* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.2-2
186- rebuilt with rpm-4.8.1 for pkg-config
187
188* Sat May 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
189- new upstream release
190- add BuildRequires: gobject-introspection-devel, seed-devel
191- add configure option (--enable-introspection=yes, --enable-seed)
192
193* Sat Apr 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
194- new upstream release
195- add BuildRequires: gobject-introspection-devel, gir-repository-devel
196- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
197- add configure option (--without-ca-file)
198- remove unrecognized configure option (--with-engine)
199
200* Sat Jan 09 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1
201- new upstream release
202- added BR: libICE-devel, libSM-devel and gnome-keyring-devel
203
204* Sat Nov 07 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
205- new upstream release
206
207* Mon Jul 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-2
208- run gtk-update-icon-cache in %%post/postun script.
209
210* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
211- new upstream release
212
213* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
214- rebuild with gecko-1.9.1
215
216* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
217- new upstream release
218
219* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
220- new upstream release
221- build with xulrunner-1.9.0.7
222
223* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
224- new upstream release
225
226* Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-2
227- build with gecko-1.9.0.3 instead of WebKit.
228  - WebKit port is unstable yet.
229- enable zeroconf, NetworkManager support
230
231* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
232- new upstream release
233
234* Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.1.1-2vl5
235- build with WebKit instead of gecko.
236
237* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
238- new upstream release
239- added %%pre and %%preun section
240
241* Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
242- new upstream release
243- rebuilt with firefox-2.0.0.6-0vl3
244
245* Sun Jul 08 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.2-0vl2
246- add BuildRequires: gnome-python
247
248* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
249- new upstream release
250- rebuilt with new toolchain and firefox-2.0.0.4-0vl6
251
252* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
253- new upstream release
254
255* Tue Nov 21 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.14.3-0vl1
256- source update
257- add Patch0 to build with firefox 2.0 <BTS:VineLinux:342>
258- add BuildRequires: pygtk2-devel
259
260* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2.1-0vl1
261- new upstream release
262
263* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
264- rebuild with firefox-1.5.0.2-0vl4
265
266* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
267- new upstream release
268- build with firefox-1.5.0.2
269
270* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
271- new upstream release
272
273* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.3-0vl1
274- new upstream release
275- build with firefox-1.5.0.1
276
277* Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-0vl1
278- new upstream release
279- build with mozilla-1.7.12
280
281* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-0vl2
282- rebuild with mozilla-1.7.8
283
284* Sun Apr 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-0vl1
285- new upstream release
286
287* Sun Apr 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-0vl1
288- new upstream release
289- build with mozilla-1.7.7
290
291* Fri Apr  1 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl2
292- rebuild with mozilla-1.7.6
293
294* Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1
295- new upstream release
296
297* Sun Dec 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.7-0vl1
298- new upstream release
299- build with mozilla-1.7.5
300
301* Tue Nov 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
302- new upstream release
303
304* Tue Nov 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
305- new upstream release
306
307* Mon Sep 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.8-0vl2
308- rebuild with mozilla-1.7.3
309
310* Wed Aug 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.8-0vl1
311- new upstream release
312- build with mozilla-1.7.2
313- add Patch10 to build with gnome-2.4
314
315* Wed Jan 21 2004 Satoshi MACHINO <machino@vinelinux.org> 1.0.7-0vl1
316- new upstream version
317        -- dropped patch10
318- changed URL
319
320* Fri Jan  9 2004 Tomoya TAKA <taka@vinelinux.org> 1.0.6-0vl3
321- add alpha into ExclusiveArch
322
323* Mon Dec 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
324- rebuild with mozilla-1.5.1
325
326* Sat Dec  6 2003 Ryoichi INAGAKI <daisuke@linux.or.jp> 1.0.6-0vl1
327- new upstream release
328
329* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
330- new upstream release
331
332* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl2
333- fixed missing locale files
334
335* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
336- new upstream release
337
338* Thu Sep 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-0vl1
339- new upstream release
340
341* Sun Jul 20 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0vl1
342- new upstream release
343
344* Sun Jul 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-0vl1
345- new upstream release
346- build with mozilla 1.4
347
348* Sat Jun 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0vl1
349- new upstream release
350
351* Thu Jun 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
352- build for Vine Linux
353
354* Mon Jun  2 2003 Elliot Lee <sopwith@redhat.com> 0.6.1-2
355- Rebuild to fix broken mozilla dep, patch for mozilla 1.4
356
357* Mon May 19 2003 Jeremy Katz <katzj@redhat.com> 0.6.1-1
358- 0.6.1
359
360* Fri May  9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-4
361- add patch to fix gint/gpointer conversion bugs for 64bit arches
362
363* Fri May  9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-3
364- only build on arches mozilla is built on
365
366* Fri May  9 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-2
367- rebuild against new mozilla, make mozilla requires dynamic
368
369* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 0.6.0-1
370- update to 0.6.0
371- fix tyop in %%postun
372
373* Wed Apr 16 2003 Bill Nottingham <notting@redhat.com> 0.5.0-3
374- make it build with mozilla-1.4 (shouldn't affect moz-1.2/moz-1.3 builds)
375
376* Mon Apr 14 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-2
377- add some buildrequires, prereq GConf2
378- disable building nautilus view
379
380* Sun Apr 13 2003 Jeremy Katz <katzj@redhat.com>
381- Initial build.
382
383
Note: See TracBrowser for help on using the repository browser.