source: projects/specs/trunk/lib/libs/libsoup/libsoup-vl.spec @ 9804

Revision 9804, 10.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.18.2 & Cinnamon-2.8.4

Line 
1Summary: Soup, an HTTP library implementation
2Summary(ja): Soup - HTTP ライブラリ実装
3Name: libsoup
4Version: 2.52.2
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.52/%{name}-%{version}.tar.xz
9URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: glib2-devel >= 2.26.0
12BuildRequires: gnutls-devel, libxml2-devel, pkgconfig
13BuildRequires: libproxy-devel >= 0.2.3
14BuildRequires: libgnome-keyring-devel
15BuildRequires: sqlite3-devel
16BuildRequires: gobject-introspection-devel
17BuildRequires: vala-devel
18BuildRequires: vala-tools
19
20BuildRequires: mod_ssl-apache2
21BuildRequires: curl
22BuildRequires: glib-networking
23
24Requires: glib-networking
25
26Vendor: Project Vine
27Distribution: Vine Linux
28
29%description
30Libsoup is an HTTP library implementation in C. It was originally part
31of a SOAP (Simple Object Access Protocol) implementation called Soup, but
32the SOAP and non-SOAP parts have now been split into separate packages.
33 
34libsoup uses the Glib main loop and is designed to work well with GTK
35applications. This enables GNOME applications to access HTTP servers
36on the network in a completely asynchronous fashion, very similar to
37the Gtk+ programming model (a synchronous operation mode is also
38supported for those who want it).
39
40%package devel
41Summary: Header files for the Soup library
42Summary(ja): Soup ライブラリのヘッダファイル
43Group: Development/Libraries
44Requires: %{name} = %{version}-%{release}
45Requires: glib2-devel >= 2.26.0
46Requires: gnutls-devel, libxml2-devel, libgpg-error-devel
47 
48%description devel
49Libsoup is an HTTP library implementation in C. This package allows
50you to develop applications that use the libsoup library.
51
52%package vala
53Summary: Vala bindings for %{name}
54Summary(ja): %{name} の Vala バインディング
55Group: Development/Libraries
56Requires: %{name} = %{version}-%{release}
57Requires: vala
58
59%description vala
60Vala bindings for %{name}.
61
62
63%prep
64%setup -q
65
66%build
67%configure \
68        --disable-static \
69        --enable-introspection=yes
70make %{?_smp_mflags}
71
72%install
73rm -rf $RPM_BUILD_ROOT
74make install DESTDIR=$RPM_BUILD_ROOT
75
76find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
77
78%find_lang %{name}
79
80%post -p /sbin/ldconfig
81
82%postun -p /sbin/ldconfig
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%files -f %{name}.lang
88%defattr(-, root, root)
89%doc README COPYING NEWS AUTHORS
90%{_libdir}/lib*.so.*
91%{_libdir}/girepository-1.0
92
93%files devel
94%defattr(-, root, root)
95%{_includedir}/libsoup-2.4
96%{_includedir}/libsoup-gnome-2.4
97%{_libdir}/*.so
98%{_libdir}/pkgconfig/*.pc
99%{_datadir}/gtk-doc/html/libsoup-2.4
100%{_datadir}/gir-1.0
101
102%files vala
103%defattr(-, root, root)
104%{_datadir}/vala/vapi/libsoup-2.4.vapi
105
106
107%changelog
108* Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.52.2-1
109- new upstream release
110
111* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.52.1-1
112- new upstream release
113- add BuildRequires: vala-devel, vala-tools
114- create %%{name}-vala subpackage
115
116* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.50.0-1
117- new upstream release
118
119* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.1-1
120- new upstream release
121
122* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.0-1
123- new upstream release
124
125* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.46.0-1
126- new upstream release
127
128* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.44.2-1
129- new upstream release
130
131* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.44.1-1
132- new upstream release
133
134* Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.2-1
135- new upstream release
136
137* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.1-1
138- new upstream release
139
140* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.3-1
141- new upstream release
142
143* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.2-1
144- new upstream release
145
146* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-1
147- new upstream release
148
149* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.0-1
150- new upstream release
151
152* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.1-1
153- new upstream release
154
155* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.1-1
156- new upstream release
157
158* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.0-1
159- new upstream release
160
161* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.92-1
162- new upstream release
163
164* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.90-1
165- new upstream release
166
167* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.5-1
168- new upstream release
169
170* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.4-1
171- new upstream release
172- add BuildRequires: glib-networking
173- add Requires: glib-networking
174- change BuildRequires: mod_ssl-apache2 instead of apache2
175
176* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
177- new upstream release
178
179* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
180- new upstream release
181- add BuildRequires: apache2, curl
182
183* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
184- new upstream release
185- add configure option (--enable-introspection=yes)
186
187* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.2-2
188- build with rpm-4.8.1-1 for pkg-config file
189
190* Mon Jun 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
191- new upstream release
192
193* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
194- new upstream release
195
196* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
197- new upstream release
198- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
199
200* Sat Jan  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1
201- new upstream release
202- added BR: gnome-keyring-devel, GConf2-devel, sqlite3-devel
203
204* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
205- new upstream release
206
207* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
208- new upstream release
209
210* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
211- new upstream release
212
213* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
214- new upstream release
215
216* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
217- new upstream release
218- add BR: libproxy-devel >= 0.2.3
219
220* Sat Mar  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
221- new upstream release
222
223* Sat Jan 17 2009 Toshiharu kudoh <toshi.kd2@gmail.com> 2.24.2.1-2
224- rebuild with gnutls-2.6.3
225
226* Fri Jan  2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2.1-1
227- new upstream release
228
229* Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1
230- new upstream release
231
232* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
233- new upstream release
234
235* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
236- new upstream release
237
238* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23.91-1
239- new upstream release
240
241* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-1vl5
242- new upstream release
243
244* Thu Mar 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-1vl5
245- new upstream release
246
247* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.104-0vl1
248- new upstream release
249
250* Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.100-0vl1
251- new upstream release
252
253* Sun Jan 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.99-0vl1
254- new upstream release
255  (includes security fix CVE-2006-5876 <BTS:462>)
256
257* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.96-0vl2
258- rebuild with gnutls-1.4.1
259
260* Thu Sep 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.96-0vl1
261- new upstream release
262
263* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.93-0vl1
264- new upstream release
265
266* Wed Nov 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.7-0vl1
267- new upstream release
268
269* Fri Sep 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.6.1-0vl1
270- new upstream release
271- added BuildRequires: gnutls-devel instead of openssl-devel
272
273* Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1
274- new upstream release
275
276* Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.28-0vl1
277- new upstream release
278
279* Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.26-0vl1
280- new upstream release
281
282* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.23-0vl1
283- new upstream release
284
285* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.22-0vl1
286- new upstream release
287
288* Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.20-1vl1
289- build for Vine Linux
290
291* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.99.20-1
292- 1.99.20
293
294* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-3
295- include ssl proxy so that ssl urls work properly (#90165, #90166)
296
297* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-2
298- forward port patch to use a union initializer to fix build on x86_64
299
300* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-1
301- rename package to libsoup
302- update to 1.99.17
303- don't obsolete soup for now, it's parallel installable
304
305* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 0.7.11-1
306- update to 0.7.11
307
308* Wed Apr  2 2003 Matt Wilson <msw@redhat.com> 0.7.10-5
309- added soup-0.7.10-64bit.patch to fix 64 bit platforms (#86347)
310
311* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
312- only runtime libs in normal rpm
313
314* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
315- rebuilt
316
317* Tue Jan 21 2003 Jeremy Katz <katzj@redhat.com>
318- update url (#82347)
319
320* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.7.10-2
321- use pkgconfig's openssl configuration information, if it exists
322
323* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 0.7.10-1
324- update to 0.7.10
325
326* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-4
327- fix fpic patch
328- soup-devel should require soup
329
330* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-3
331- better lib64 patch
332- fix building of libwsdl-build to use libtool so that it gets built
333  with -fPIC as needed
334
335* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-2
336- change popt handling in configure slightly so that it will work on
337  multilib arches
338
339* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-1
340- update to 0.7.9, pulling the tarball out of Ximian packages
341
342* Wed Oct 23 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-3
343- fix to not try to include non-existent doc files and remove all
344  unwanted files from the build
345- include api docs
346- don't build the apache module
347
348* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-2
349- various specfile tweaks to include in Red Hat Linux
350- include all the files
351
352* Tue Jan 23 2001 Alex Graveley <alex@ximian.com>
353- Inital RPM config.
Note: See TracBrowser for help on using the repository browser.