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

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