rpms/rygel/devel rygel.spec,1.16,1.17

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 27 17:34:04 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/rygel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11418

Modified Files:
	rygel.spec 
Log Message:
- Add and change new files.


Index: rygel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rygel/devel/rygel.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- rygel.spec	27 Oct 2009 15:54:22 -0000	1.16
+++ rygel.spec	27 Oct 2009 17:34:03 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           rygel
 Version:        0.4.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A UPnP v2 Media Server
 
 Group:          Applications/Multimedia
@@ -9,9 +9,6 @@ URL:            http://live.gnome.org/Ry
 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=596211
-Patch0:        0001-core-data-Forgotten-update-to-Rygel-D-Bus-paths.patch
-
 BuildRequires: dbus-glib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: gstreamer-devel
@@ -53,7 +50,7 @@ A plugin for rygel to use tracker to loc
 %setup -q
 
 %build
-%configure --enable-tracker-plugin --enable-media-export-plugin --enable-external-plugin --enable-mediathek-plugin --enable-gstlaunch-plugin --disable-silent-rules
+%configure --enable-tracker-plugin --enable-media-export-plugin --enable-external-plugin --enable-mediathek-plugin --enable-gst-launch-plugin --disable-silent-rules
 make %{?_smp_mflags} V=1
 
 %install
@@ -78,7 +75,8 @@ rm -rf %{buildroot}
 %{_bindir}/rygel-preferences
 %{_libdir}/rygel-1.0/librygel-external.so
 %{_libdir}/rygel-1.0/librygel-media-export.so
-%{_libdir}/rygel-1.0/librygel-gstlaunch.so
+%{_libdir}/rygel-1.0/librygel-gst-launch.so
+%{_libdir}/rygel-1.0/librygel-gst-renderer.so
 %{_libdir}/rygel-1.0/librygel-mediathek.so
 %{_datadir}/rygel/
 %{_datadir}/applications/rygel*
@@ -96,6 +94,9 @@ rm -rf %{buildroot}
 %{_datadir}/vala/vapi/rygel-1.0.vapi
 
 %changelog
+* Tue Oct 27 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.4-2
+- Add and change new files.
+
 * Tue Oct 27 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.4-1
 - Update to 0.4.4
 




More information about the scm-commits mailing list