libsoup-vl.spec 7.0 KB

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