libgadu-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Name: libgadu
  2. Summary: A Gadu-gadu protocol compatible communications library
  3. Version: 1.9.0
  4. Release: 2%{?_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. %description devel
  20. The libgadu-devel package contains the header files and some
  21. documentation needed to develop application with libgadu.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure \
  26. --disable-static \
  27. --with-pthread
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT
  32. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %post -p /sbin/ldconfig
  36. %postun -p /sbin/ldconfig
  37. %files
  38. %defattr(644,root,root,755)
  39. %doc COPYING
  40. %attr(755,root,root) %{_libdir}/libgadu.so.*
  41. %files devel
  42. %defattr(644,root,root,755)
  43. %attr(755,root,root) %{_libdir}/libgadu.so
  44. %{_includedir}/libgadu.h
  45. %{_libdir}/pkgconfig/*
  46. %changelog
  47. * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-2
  48. - rebuilt with rpm-4.8.1 for pkg-config
  49. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-1
  50. - new upstream release
  51. * Mon Aug 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-5
  52. - Initial build for Vine Linux
  53. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-4
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  55. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  57. * Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.2-2
  58. - rebuild with new openssl
  59. * Sun Oct 26 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.2-1
  60. - updated to 1.8.2 (security update)
  61. - preserve timestamps during make install
  62. - put defattr at the top of files section (fixes rpmlint error)
  63. * Wed Jun 18 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.1-1
  64. - updated to 1.8.1
  65. * Sun Feb 24 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.0-1
  66. - updated to 1.8.0
  67. * Sat Feb 16 2008 Dominik Mierzejewski <rpm@greysector.net> 1.7.2-1
  68. - updated to 1.7.2
  69. * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.7.1-3
  70. - Rebuild for deps
  71. * Sun Aug 26 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-2
  72. - rebuild for BuildID
  73. - update license tag
  74. * Wed Apr 25 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-1
  75. - updated to 1.7.1 (security fixes)
  76. * Sun Sep 17 2006 Dominik Mierzejewski <rpm@greysector.net> 1.7.0-1
  77. - initial build