libsoup-vl.spec 8.5 KB

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