source: projects/specs/trunk/lib/libs/libsoup22/libsoup22-vl.spec @ 521

Revision 521, 5.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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