[libdmapsharing] Update to 2.1.8 (update RPM specification)

mikep mikep at fedoraproject.org
Sun Oct 31 19:02:02 UTC 2010


commit 7a3592ff0e2cae541f9cb6fdd27a1840d0807dc2
Author: W. Michael Petullo <mike at flyn.org>
Date:   Sun Oct 31 14:01:57 2010 -0500

    Update to 2.1.8 (update RPM specification)

 libdmapsharing.spec |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/libdmapsharing.spec b/libdmapsharing.spec
index 998dde0..05234c0 100644
--- a/libdmapsharing.spec
+++ b/libdmapsharing.spec
@@ -1,14 +1,14 @@
 Name: libdmapsharing
-Version: 1.9.0.21
+Version: 2.1.8
 Release: 1%{?dist}
 License: LGPLv2+
-Source: http://downloads.sourceforge.net/%name/%{name}-%{version}.tar.gz
+Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL: http://sourceforge.net/projects/libdmapsharing/
+URL: http://www.flyn.org/projects/libdmapsharing/
 Summary: A DMAP client and server library
 Group: Development/Libraries
-BuildRequires: pkgconfig, glib2-devel, libsoup-devel
-BuildRequires: avahi-glib-devel
+BuildRequires: pkgconfig, glib2-devel, libsoup-devel >= 2.32
+BuildRequires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer-plugins-base-devel >= 0.10.23.2
 
 %description 
 libdmapsharing implements the DMAP protocols. This includes support for
@@ -23,7 +23,8 @@ DAAP and DPAP.
 %package devel
 Summary: Files needed to develop applications using libdmapsharing
 Group: Development/Libraries
-Requires: libdmapsharing = %{version}-%{release}, glib2-devel, libsoup-devel, avahi-glib-devel, pkgconfig
+Requires: libdmapsharing = %{version}-%{release}, pkgconfig, glib2-devel, libsoup-devel >= 2.32
+Requires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer-plugins-base-devel >= 0.10.23.2
 
 %description devel
 libdmapsharing implements the DMAP protocols. This includes support for
@@ -58,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Oct 31 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.8-1
+- New upstream version.
+- Update Source and URL.
+- BuildRequire gdk-pixbuf2-devel for DACP.
+- BuildRequire libsoup-devel >= 2.32 for DACP.
+- BuildRequire gstreamer-plugins-base-devel >= for transcoding.
+
 * Fri Jun 04 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.21-1
 - New upstream version.
 


More information about the scm-commits mailing list