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

Revision 9791, 10.3 KB checked in by Takemikaduchi, 9 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 
1Summary: Soup, an HTTP library implementation
2Summary(ja): Soup - HTTP ライブラリ実装
3Name: libsoup
4Version: 2.52.1
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* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.52.1-1
109- new upstream release
110- add BuildRequires: vala-devel, vala-tools
111- create %%{name}-vala subpackage
112
113* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.50.0-1
114- new upstream release
115
116* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.1-1
117- new upstream release
118
119* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.48.0-1
120- new upstream release
121
122* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.46.0-1
123- new upstream release
124
125* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.44.2-1
126- new upstream release
127
128* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.44.1-1
129- new upstream release
130
131* Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.2-1
132- new upstream release
133
134* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.42.1-1
135- new upstream release
136
137* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.3-1
138- new upstream release
139
140* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.2-1
141- new upstream release
142
143* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-1
144- new upstream release
145
146* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.0-1
147- new upstream release
148
149* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.1-1
150- new upstream release
151
152* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.1-1
153- new upstream release
154
155* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.0-1
156- new upstream release
157
158* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.92-1
159- new upstream release
160
161* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.90-1
162- new upstream release
163
164* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.5-1
165- new upstream release
166
167* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35.4-1
168- new upstream release
169- add BuildRequires: glib-networking
170- add Requires: glib-networking
171- change BuildRequires: mod_ssl-apache2 instead of apache2
172
173* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
174- new upstream release
175
176* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
177- new upstream release
178- add BuildRequires: apache2, curl
179
180* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
181- new upstream release
182- add configure option (--enable-introspection=yes)
183
184* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.2-2
185- build with rpm-4.8.1-1 for pkg-config file
186
187* Mon Jun 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
188- new upstream release
189
190* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
191- new upstream release
192
193* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
194- new upstream release
195- change BuildRequires: gnome-keyring-devel -> libgnome-keyring-devel
196
197* Sat Jan  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1
198- new upstream release
199- added BR: gnome-keyring-devel, GConf2-devel, sqlite3-devel
200
201* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
202- new upstream release
203
204* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
205- new upstream release
206
207* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
208- new upstream release
209
210* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
211- new upstream release
212
213* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
214- new upstream release
215- add BR: libproxy-devel >= 0.2.3
216
217* Sat Mar  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
218- new upstream release
219
220* Sat Jan 17 2009 Toshiharu kudoh <toshi.kd2@gmail.com> 2.24.2.1-2
221- rebuild with gnutls-2.6.3
222
223* Fri Jan  2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2.1-1
224- new upstream release
225
226* Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1
227- new upstream release
228
229* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
230- new upstream release
231
232* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
233- new upstream release
234
235* Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23.91-1
236- new upstream release
237
238* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-1vl5
239- new upstream release
240
241* Thu Mar 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-1vl5
242- new upstream release
243
244* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.104-0vl1
245- new upstream release
246
247* Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.100-0vl1
248- new upstream release
249
250* Sun Jan 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.99-0vl1
251- new upstream release
252  (includes security fix CVE-2006-5876 <BTS:462>)
253
254* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.96-0vl2
255- rebuild with gnutls-1.4.1
256
257* Thu Sep 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.96-0vl1
258- new upstream release
259
260* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.93-0vl1
261- new upstream release
262
263* Wed Nov 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.7-0vl1
264- new upstream release
265
266* Fri Sep 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.6.1-0vl1
267- new upstream release
268- added BuildRequires: gnutls-devel instead of openssl-devel
269
270* Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1
271- new upstream release
272
273* Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.28-0vl1
274- new upstream release
275
276* Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.26-0vl1
277- new upstream release
278
279* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.23-0vl1
280- new upstream release
281
282* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.22-0vl1
283- new upstream release
284
285* Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.99.20-1vl1
286- build for Vine Linux
287
288* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.99.20-1
289- 1.99.20
290
291* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-3
292- include ssl proxy so that ssl urls work properly (#90165, #90166)
293
294* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-2
295- forward port patch to use a union initializer to fix build on x86_64
296
297* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-1
298- rename package to libsoup
299- update to 1.99.17
300- don't obsolete soup for now, it's parallel installable
301
302* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 0.7.11-1
303- update to 0.7.11
304
305* Wed Apr  2 2003 Matt Wilson <msw@redhat.com> 0.7.10-5
306- added soup-0.7.10-64bit.patch to fix 64 bit platforms (#86347)
307
308* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
309- only runtime libs in normal rpm
310
311* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
312- rebuilt
313
314* Tue Jan 21 2003 Jeremy Katz <katzj@redhat.com>
315- update url (#82347)
316
317* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.7.10-2
318- use pkgconfig's openssl configuration information, if it exists
319
320* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 0.7.10-1
321- update to 0.7.10
322
323* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-4
324- fix fpic patch
325- soup-devel should require soup
326
327* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-3
328- better lib64 patch
329- fix building of libwsdl-build to use libtool so that it gets built
330  with -fPIC as needed
331
332* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-2
333- change popt handling in configure slightly so that it will work on
334  multilib arches
335
336* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-1
337- update to 0.7.9, pulling the tarball out of Ximian packages
338
339* Wed Oct 23 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-3
340- fix to not try to include non-existent doc files and remove all
341  unwanted files from the build
342- include api docs
343- don't build the apache module
344
345* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-2
346- various specfile tweaks to include in Red Hat Linux
347- include all the files
348
349* Tue Jan 23 2001 Alex Graveley <alex@ximian.com>
350- Inital RPM config.
Note: See TracBrowser for help on using the repository browser.