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

Revision 12456, 12.2 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

epiphany-3.36.4-1

gnome-builder-3.36.1-1

gnome-terminal-3.36.2-1

seahorse-3.36.2-1

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