libgadu-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Name: libgadu
  2. Version: 1.8.2
  3. Release: 5%{?_dist_release}
  4. Summary: A Gadu-gadu protocol compatible communications library
  5. License: LGPLv2
  6. Group: System Environment/Libraries
  7. Source0: http://toxygen.net/libgadu/files/%{name}-%{version}.tar.gz
  8. URL: http://toxygen.net/libgadu/
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: openssl-devel
  11. %description
  12. libgadu is intended to make it easy to add Gadu-Gadu communication
  13. support to your software.
  14. %package devel
  15. Summary: Libgadu development library
  16. Group: Development/Libraries
  17. Requires: libgadu = %{version}-%{release}
  18. Requires: openssl-devel
  19. Requires: pkgconfig
  20. %description devel
  21. The libgadu-devel package contains the header files and some
  22. documentation needed to develop application with libgadu.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure \
  27. --disable-static \
  28. --with-pthread
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT
  33. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %post -p /sbin/ldconfig
  37. %postun -p /sbin/ldconfig
  38. %files
  39. %defattr(644,root,root,755)
  40. %doc COPYING
  41. %attr(755,root,root) %{_libdir}/libgadu.so.*
  42. %files devel
  43. %defattr(644,root,root,755)
  44. %attr(755,root,root) %{_libdir}/libgadu.so
  45. %{_includedir}/libgadu.h
  46. %{_libdir}/pkgconfig/*
  47. %changelog
  48. * Mon Aug 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-5
  49. - Initial build for Vine Linux
  50. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-4
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  52. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  54. * Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.2-2
  55. - rebuild with new openssl
  56. * Sun Oct 26 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.2-1
  57. - updated to 1.8.2 (security update)
  58. - preserve timestamps during make install
  59. - put defattr at the top of files section (fixes rpmlint error)
  60. * Wed Jun 18 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.1-1
  61. - updated to 1.8.1
  62. * Sun Feb 24 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.0-1
  63. - updated to 1.8.0
  64. * Sat Feb 16 2008 Dominik Mierzejewski <rpm@greysector.net> 1.7.2-1
  65. - updated to 1.7.2
  66. * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.7.1-3
  67. - Rebuild for deps
  68. * Sun Aug 26 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-2
  69. - rebuild for BuildID
  70. - update license tag
  71. * Wed Apr 25 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-1
  72. - updated to 1.7.1 (security fixes)
  73. * Sun Sep 17 2006 Dominik Mierzejewski <rpm@greysector.net> 1.7.0-1
  74. - initial build