linc-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Summary: Library for writing network programs
  2. Name: linc
  3. Version: 1.1.1
  4. Release: 0vl1
  5. Source: ftp://ftp.gnome.org/pub/gnome/sources/linc/1.0/%{name}-%{version}.tar.bz2
  6. Group: System Environment/Libraries
  7. License: LGPL
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. BuildRequires: pkgconfig >= 0.14.0
  10. BuildRequires: glib2-devel >= 2.2.2
  11. %description
  12. linc is a library that eases the task of writing networked servers and
  13. clients. It takes care of connection initiation and maintainance, and
  14. the details of varioustransports. It is used by the new ORBit to
  15. handle message transmission/receipt.
  16. %package devel
  17. Summary: Development libraries and header files for linc.
  18. Group: Development/Libraries
  19. Requires: linc = %{version}
  20. Requires: pkgconfig >= 0.14.0
  21. Requires: glib2-devel >= 2.2.2
  22. %description devel
  23. linc is a library that eases the task of writing networked servers and
  24. clients. It takes care of connection initiation and maintainance, and
  25. the details of varioustransports. It is used by the new ORBit to
  26. handle message transmission/receipt.
  27. This package contains the header files and libraries needed to write
  28. or compile programs that use linc.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --without-openssl
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf %{buildroot}
  36. %makeinstall
  37. %post -p /sbin/ldconfig
  38. %postun -p /sbin/ldconfig
  39. %clean
  40. rm -rf %{buildroot}
  41. %files
  42. %defattr(-,root,root)
  43. %doc AUTHORS COPYING README NEWS
  44. %{_libdir}/*.so.*
  45. %files devel
  46. %defattr(-,root,root)
  47. %{_includedir}/*
  48. %{_libdir}/*.so
  49. %{_libdir}/*a
  50. %{_libdir}/pkgconfig/*
  51. %{_bindir}/*
  52. %{_datadir}/aclocal/*
  53. %{_datadir}/gtk-doc
  54. %changelog
  55. * Thu Jun 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-0vl1
  56. - new upstream release
  57. * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  58. - new upstream release
  59. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
  60. - new upstream release
  61. * Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp>
  62. - build for Vine Linux
  63. * Fri Aug 23 2002 Elliot Lee <sopwith@redhat.com> 0.5.2-2
  64. - Fix resolution of IPv4 names that also have IPv6 addresses.
  65. * Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
  66. - 0.5.2
  67. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  68. - automated rebuild
  69. * Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
  70. - rebuild in different environment
  71. * Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
  72. - 0.5.0
  73. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  74. - automated rebuild
  75. * Fri May 17 2002 Havoc Pennington <hp@redhat.com>
  76. - rebuild in different environment
  77. * Thu May 02 2002 Havoc Pennington <hp@redhat.com>
  78. - rebuild in different environment
  79. * Thu May 2 2002 Havoc Pennington <hp@redhat.com>
  80. - 0.1.21
  81. - disable SSL
  82. * Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
  83. - 0.1.20
  84. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  85. - 0.1.18
  86. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  87. - Version 0.1.16
  88. * Fri Jan 25 2002 Havoc Pennington <hp@redhat.com>
  89. - rebuild in rawhide
  90. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  91. - 0.1.12.90 snap
  92. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  93. - new cvs snap 0.1.9.90, rebuild for glib 1.3.11
  94. * Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
  95. - new cvs snap, rebuild on new glib
  96. * Tue Oct 9 2001 Havoc Pennington <hp@redhat.com>
  97. - new cvs snap with headers moved
  98. - hrm, put headers in the devel package, doh
  99. * Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
  100. - cvs snap action
  101. * Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
  102. - move to released 0.1.5 tarball
  103. * Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
  104. - -devel package requires specific glib, update to new cvs snap
  105. * Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
  106. - update to CVS snapshot
  107. * Tue Sep 4 2001 Havoc Pennington <hp@pobox.com>
  108. - create package