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

Revision 10716, 11.5 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

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