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

Revision 9475, 9.8 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

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