libgadu-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Name: libgadu
  2. Summary: A Gadu-gadu protocol compatible communications library
  3. Version: 1.9.0
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPLv2
  7. URL: http://toxygen.net/libgadu/
  8. Source0: http://toxygen.net/libgadu/files/%{name}-%{version}.tar.gz
  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. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-1
  49. - new upstream release
  50. * Mon Aug 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-5
  51. - Initial build for Vine Linux
  52. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-4
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  54. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  56. * Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.2-2
  57. - rebuild with new openssl
  58. * Sun Oct 26 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.2-1
  59. - updated to 1.8.2 (security update)
  60. - preserve timestamps during make install
  61. - put defattr at the top of files section (fixes rpmlint error)
  62. * Wed Jun 18 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.1-1
  63. - updated to 1.8.1
  64. * Sun Feb 24 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.0-1
  65. - updated to 1.8.0
  66. * Sat Feb 16 2008 Dominik Mierzejewski <rpm@greysector.net> 1.7.2-1
  67. - updated to 1.7.2
  68. * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.7.1-3
  69. - Rebuild for deps
  70. * Sun Aug 26 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-2
  71. - rebuild for BuildID
  72. - update license tag
  73. * Wed Apr 25 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-1
  74. - updated to 1.7.1 (security fixes)
  75. * Sun Sep 17 2006 Dominik Mierzejewski <rpm@greysector.net> 1.7.0-1
  76. - initial build