libsoup22-vl.spec 5.6 KB

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