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

Revision 2362, 7.8 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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