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