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

Revision 5038, 8.6 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

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