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

Revision 926, 7.1 KB checked in by Takemikaduchi, 14 years ago (diff)

new upstream release (gnome packages)

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