libgadu-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Name: libgadu
  2. Summary: A Gadu-gadu protocol compatible communications library
  3. Version: 1.12.1
  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. %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(-,root,root,-)
  39. %doc COPYING
  40. %{_libdir}/libgadu.so.*
  41. %files devel
  42. %defattr(-,root,root,-)
  43. %{_libdir}/libgadu.so
  44. %{_includedir}/libgadu.h
  45. %{_libdir}/pkgconfig/*
  46. %changelog
  47. * Sun May 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.12.1-1
  48. - update to 1.12.1
  49. * Sun Sep 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.11.2-1
  50. - update to 1.11.2
  51. * Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.0-3
  52. - rebuild with openssl-1.0.0c
  53. * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-2
  54. - rebuilt with rpm-4.8.1 for pkg-config
  55. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.0-1
  56. - new upstream release
  57. * Mon Aug 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-5
  58. - Initial build for Vine Linux
  59. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-4
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  61. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  63. * Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.2-2
  64. - rebuild with new openssl
  65. * Sun Oct 26 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.2-1
  66. - updated to 1.8.2 (security update)
  67. - preserve timestamps during make install
  68. - put defattr at the top of files section (fixes rpmlint error)
  69. * Wed Jun 18 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.1-1
  70. - updated to 1.8.1
  71. * Sun Feb 24 2008 Dominik Mierzejewski <rpm@greysector.net> 1.8.0-1
  72. - updated to 1.8.0
  73. * Sat Feb 16 2008 Dominik Mierzejewski <rpm@greysector.net> 1.7.2-1
  74. - updated to 1.7.2
  75. * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.7.1-3
  76. - Rebuild for deps
  77. * Sun Aug 26 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-2
  78. - rebuild for BuildID
  79. - update license tag
  80. * Wed Apr 25 2007 Dominik Mierzejewski <rpm@greysector.net> 1.7.1-1
  81. - updated to 1.7.1 (security fixes)
  82. * Sun Sep 17 2006 Dominik Mierzejewski <rpm@greysector.net> 1.7.0-1
  83. - initial build