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

Revision 7633, 6.3 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

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