[libdmapsharing] Drop the -devel package requires

Kalev Lember kalev at fedoraproject.org
Sun Apr 7 14:18:57 UTC 2013


commit 637e17719e024b563d31a79ae94bcb27c61470bc
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Apr 7 13:23:57 2013 +0200

    Drop the -devel package requires
    
    rpmbuild automatically generates requires based on the .pc file; no need
    to manually list these.

 libdmapsharing.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libdmapsharing.spec b/libdmapsharing.spec
index 2bb98e2..054147e 100644
--- a/libdmapsharing.spec
+++ b/libdmapsharing.spec
@@ -23,8 +23,7 @@ DAAP and DPAP.
 %package devel
 Summary: Files needed to develop applications using libdmapsharing
 Group: Development/Libraries
-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
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 libdmapsharing implements the DMAP protocols. This includes support for


More information about the scm-commits mailing list