libdmapsharing-vl.spec 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Name: libdmapsharing
  2. Summary: A DMAP client and server library
  3. Summary(ja): DMAP クライアントとサーバーのライブラリー
  4. Version: 2.9.15
  5. Release: 1%{?_dist_release}
  6. License: LGPLv2+
  7. URL: http://www.flyn.org/projects/libdmapsharing/
  8. Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Group: Development/Libraries
  11. BuildRequires: avahi-glib-devel >= 0.6
  12. BuildRequires: glib2-devel
  13. BuildRequires: gdk-pixbuf2-devel
  14. BuildRequires: gstreamer-plugins-base-devel >= 0.10.23.2
  15. BuildRequires: libsoup-devel >= 2.32
  16. BuildRequires: pkgconfig
  17. %description
  18. libdmapsharing implements the DMAP protocols. This includes support for
  19. DAAP and DPAP.
  20. %package devel
  21. Summary: Files needed to develop applications using libdmapsharing
  22. Group: Development/Libraries
  23. Requires: libdmapsharing = %{version}-%{release}, pkgconfig, glib2-devel, libsoup-devel >= 2.32
  24. Requires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer-plugins-base-devel >= 0.10.23.2
  25. %description devel
  26. libdmapsharing implements the DMAP protocols. This includes support for
  27. DAAP and DPAP. This package provides the libraries, include files, and
  28. other resources needed for developing applications using libdmapsharing.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --disable-static
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  37. rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.0.la
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %post -p /sbin/ldconfig
  41. %postun -p /sbin/ldconfig
  42. %files
  43. %defattr(-, root, root, -)
  44. %doc AUTHORS COPYING ChangeLog NEWS README
  45. %{_libdir}/libdmapsharing-3.0.so.2
  46. %{_libdir}/libdmapsharing-3.0.so.%{version}
  47. %files devel
  48. %defattr(-, root, root, -)
  49. %{_libdir}/pkgconfig/libdmapsharing-3.0.pc
  50. %{_includedir}/libdmapsharing-3.0/
  51. %{_libdir}/libdmapsharing-3.0.so
  52. %{_datadir}/gtk-doc/html/libdmapsharing-3.0
  53. %changelog
  54. * Sat Jul 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.15-1
  55. - initial build for VineSeed
  56. * Mon Dec 05 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.14-1
  57. - new upstream version
  58. - Remove patch from previous release (upstreamed)
  59. * Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 2.9.12-2
  60. - libdmapsharing-2.9.12-glib.patch: Fix FTBFS against new glib
  61. * Mon Aug 22 2011 Adam Williamson <awilliam@redhat.com> - 2.9.12-1
  62. - new upstream version
  63. * Mon Mar 21 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.6-1
  64. - New upstream version.
  65. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-2
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  67. * Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.5-1
  68. - New upstream version, fixes problem compiling without libgee.
  69. * Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.4-1
  70. - New upstream version (API 3 series).
  71. * Sun Dec 19 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.13-1
  72. - New upstream version.
  73. * Sun Nov 28 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.12-1
  74. - New upstream version.
  75. * Sun Oct 31 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.8-1
  76. - New upstream version.
  77. - Update Source and URL.
  78. - BuildRequire gdk-pixbuf2-devel for DACP.
  79. - BuildRequire libsoup-devel >= 2.32 for DACP.
  80. - BuildRequire gstreamer-plugins-base-devel >= for transcoding.
  81. * Fri Jun 04 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.21-1
  82. - New upstream version.
  83. * Fri May 28 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.18-1
  84. - New upstream version.
  85. * Fri Aug 28 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.13-1
  86. - New upstream version.
  87. * Thu Aug 27 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.12-1
  88. - New upstream version.
  89. * Sat Aug 15 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.11-1
  90. - New upstream version.
  91. - Add gtk-doc documentation to devel package.
  92. * Wed Jul 29 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.10-1
  93. - New upstream version.
  94. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0.9-2
  95. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  96. * Thu Jul 23 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.9-1
  97. - New upstream version.
  98. * Tue Mar 10 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.4-1
  99. - New upstream version.
  100. * Fri Mar 06 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.3-1
  101. - New upstream version.
  102. - Use "-p /sbin/ldconfig."
  103. - Remove requires that are already known by RPM.
  104. - libdmapsharing-devel package now requires pkgconfig.
  105. - Remove irrelevant INSTALL documentation.
  106. * Sun Feb 22 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-3
  107. - Require libsoup >= 2.25.92, as this version supports SOUP_ENCODING_EOF
  108. message encoding, required for HTTP 1.0 clients.
  109. * Sat Feb 07 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-2
  110. - Fix BuildRequires.
  111. * Sun Dec 28 2008 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-1
  112. - Initial package