source: projects/specs/trunk/d/devhelp/devhelp-vl.spec @ 12396

Revision 12396, 7.2 KB checked in by tomop, 4 years ago (diff)

updated 15 packages

devhelp-3.36.2-1

gitg-3.32.1-

glade3-3.22.2-1

glib-networking-2.64.2-1

gnome-builder-3.36.0-1

gspell-1.8.3-1

gtk3-3.24.20-1

gtkspell3-3.0.10-2

json-glib-1.4.4-2

libdazzle-3.36.0-1

libepoxy-1.5.4-1

libgee-0.20.3-1

libpeas-1.26.0-1

pango-1.44.7-1

vte3-0.60.2-1

Line 
1%define gtk_required            3.22.0
2
3Summary:        API document browser
4Summary(ja):    API ドキュメントブラウザ
5Name:           devhelp
6Version:        3.36.2
7Release:        1%{?_dist_release}
8Group:          Applications/Development
9Vendor:         Project Vine
10Distribution:   Vine Linux
11Packager:       yasumichi
12
13License:        GPL
14Url:            https://wiki.gnome.org/Apps/Devhelp
15%global         shortver %(echo %{version} | cut -d . -f 1,2)
16Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19
20Requires(post,postun): gtk3     >= %{gtk_required}
21
22BuildRequires:  gtk3-devel      >= %{gtk_required}
23BuildRequires:  webkitgtk4-devel >= 2.6.0
24BuildRequires:  gsettings-desktop-schemas-devel
25BuildRequires:  amtk-devel
26BuildRequires:  meson
27BuildRequires:  itstool
28
29%description
30An API document browser for GNOME 3.
31
32%description -l ja
33GNOME3 用の API ブラウザです。
34
35
36%package devel
37Summary:        Library to embed Devhelp in other applications.
38Group:          Development/Libraries
39Requires:       %{name} = %{version}
40Requires:       gtk3-devel      >= %{gtk_required}
41Requires:       webkitgtk4-devel
42
43%description devel
44Library of Devhelp for embedding into other applications.
45
46
47%prep
48%setup -q
49
50%build
51%meson
52%meson_build
53
54
55%install
56[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
57%meson_install
58
59%find_lang %{name} --with-gnome
60
61
62%clean
63[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
64
65
66%post
67/sbin/ldconfig
68touch --no-create %{_datadir}/icons/hicolor
69if [ -x /usr/bin/gtk-update-icon-cache ]; then
70  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
71fi
72
73%postun
74/sbin/ldconfig
75touch --no-create %{_datadir}/icons/hicolor
76if [ -x /usr/bin/gtk-update-icon-cache ]; then
77  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
78fi
79if [ $1 -eq 0 ]; then
80  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
81fi
82
83%posttrans
84glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
85 
86
87%files -f %{name}.lang
88%defattr(-, root, root)
89%license LICENSES/*
90%doc AUTHORS NEWS README
91%{_bindir}/devhelp
92%{_libdir}/gedit/plugins/devhelp*
93%{_libdir}/lib*.so.*
94%{_libdir}/girepository-1.0/Devhelp-3.0.typelib
95%{_datadir}/metainfo/*
96%{_datadir}/applications/org.gnome.Devhelp.desktop
97%{_datadir}/glib-2.0/schemas/org.gnome.libdevhelp-3.gschema.xml
98%{_datadir}/dbus-1/services/org.gnome.Devhelp.service
99%{_datadir}/devhelp
100%{_datadir}/icons/hicolor/*/apps/*
101%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
102%{_mandir}/man1/devhelp.1.gz
103
104%files devel
105%defattr(-,root,root)
106%{_includedir}/*
107%{_libdir}/libdevhelp*.so
108%{_libdir}/pkgconfig/*
109%{_datadir}/gir-1.0/Devhelp-3.0.gir
110
111%changelog
112* Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.2-1
113- new upstream release.
114
115* Sun Jul 17 2016 TOYODA <bsyamato@sea.plala.or.jp> 3.20.0-1
116- new upstream release
117
118* Sat Oct 31 2015 TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
119- new upstream release
120- remove BuildRequires: WebKit3-gtk-devel
121- add BuildRequires: webkitgtk4-devel
122
123* Sun Apr 19 2015 TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
124- new upstream release
125
126* Sun Mar 29 2015 TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
127- new upstream release
128
129* Sun Oct 26 2014 TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
130- new upstream release
131
132* Sun Apr 20 2014 TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
133- new upstream release
134
135* Sat Mar 29 2014 TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
136- new upstream release
137
138* Sun Nov 24 2013 TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
139- new upstream release
140
141* Sat Oct 26 2013 TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
142- new upstream release
143
144* Sun Apr 21 2013 TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
145- new upstream release
146
147* Wed Nov 14 2012 TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
148- new upstream release
149
150* Sat Sep 29 2012 TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
151- new upstream release
152
153* Sun Apr 22 2012 TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
154- new upstream release
155
156* Thu Sep 29 2011 TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
157- new upstream release
158
159* Mon Aug 15 2011 TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
160- new upstream release
161
162* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
163- new upstream release
164- remove %pre, %preun
165- fix %post, %postun
166- add %posttrans
167
168* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-2
169- rebuilt with rpm-4.8.1 for pkg-config
170
171* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
172- new upstream release
173
174* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
175- new upstream release
176
177* Fri Nov 06 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-2
178- add unique-devel to BR
179
180* Tue Nov 03 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
181- New upstream release.
182- remove Patch
183- build with WebKit-1.1.15.3
184- add Vendor, Distribution and Packager.
185
186* Mon Aug 10 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-4
187- update Patch(See follow url)
188- http://git.gnome.org/cgit/devhelp/commit/?id=af67fbedccab5044808a489a9f3a5540d42adcf2
189
190* Sat Aug 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-3
191- update Url.
192- add Patch11(http://bugzilla.gnome.org/show_bug.cgi?id=586559)
193
194* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.23-2
195- remove unneeded Requires:
196- remove Requires/BuildRequires to gecko.
197
198* Tue Apr 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.23-1
199- new upstream release
200- added Requires: Webkit-gtk,libsoup BuildRequires: Webkit-gtk-devel,libsoup-devel
201
202* Tue Sep 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.21-1
203- new upstream release (dropped Patch10)
204- updated BuildRequires: gecko-devel-unstable instead of gecko-devel
205- added Requires: gecko-libs instead of firefox
206
207* Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19.1-2
208- add Patch10 to build with xulrunner-1.9
209- add %%pre %%preun scripts to remove old gconf schemas
210- add %%postun to update icon cache
211- add unpackaged icons to %%files
212
213* Fri May 30 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.19.1
214- new upstream version.
215
216* Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.16.1-2
217- use macro for Release
218
219* Fri May 09 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org>
220- apply new virsioning policy.
221- remove *.la
222
223* Thu Jan 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.1-0vl2
224- rebuilt with libwnck 2.20.2
225
226* Fri Jan 04 2008 Shu KONNO <owa@bg.wakwak.com> 0.16.1-0vl1
227- new upstream version
228- removed icon-theme.cache in %%install section
229
230* Sun Sep 02 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-0vl1
231- new upstream release
232
233* Tue Apr 03 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.13-0vl2
234- icon-theme.cache is not included.
235
236* Sun Apr 01 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.13-0vl1
237- update to 0.13
238
239* Sun Dec 17 2006 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.12-0vl2
240- build devel package
241
242* Sun Oct 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12-0vl1
243- updated to 0.12
244- using firefox(gecko) instead of gtkhtml2
245- disabled intltoolize before configure
246
247* Thu Aug 25 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.3-0vl2
248- add "--force" to intltoolize
249
250* Sun Nov 14 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.3-0vl1
251- build for Vine Linux
252- do not build devel package
253
254* Sun Jun 29 2003 Mikael Hallendal <micke@imendio.com>
255- Released 0.7
Note: See TracBrowser for help on using the repository browser.