libsoup-vl.spec 9.8 KB

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