rpms/vinagre/devel vinagre.spec,1.46,1.47

Matthias Clasen mclasen at fedoraproject.org
Tue Jul 28 17:20:54 UTC 2009


Author: mclasen

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

Modified Files:
	vinagre.spec 
Log Message:
fix file lists



Index: vinagre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vinagre/devel/vinagre.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- vinagre.spec	28 Jul 2009 16:22:10 -0000	1.46
+++ vinagre.spec	28 Jul 2009 17:20:54 -0000	1.47
@@ -23,6 +23,9 @@ BuildRequires:	gnome-keyring-devel
 BuildRequires:	gnome-doc-utils
 BuildRequires:	gnome-panel-devel
 
+# for /usr/share/dbus-1/services
+Requires: dbus
+
 %description
 Vinagre is a VNC client for the GNOME desktop.
 
@@ -31,11 +34,24 @@ your servers thanks to the Favorites sup
 GNOME keyring, and browse the network to look for VNC servers.
 
 
+%package devel
+Summary: Development files for vinagre
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkg-config
+
+%description devel
+Vinagre is a VNC client for the GNOME desktop.
+
+This package allows you to develop plugins that add new functionality
+to vinagre.
+
+
 %prep
 %setup -q
 
 %build
-%configure --enable-avahi=yes
+%configure --enable-avahi=yes --disable-static
 make %{?_smp_mflags}
 
 
@@ -71,6 +87,10 @@ for f in $helpdir/C/figures/*.png; do
   done
 done
 
+# drop unwanted stuff
+rm $RPM_BUILD_ROOT%{_libdir}/vinagre-1/plugins/*.la
+rm $RPM_BUILD_ROOT%{_libdir}/vinagre-1/plugin-loaders/*.la
+
 %find_lang vinagre --with-gnome
 
 %clean
@@ -113,17 +133,32 @@ fi
 %{_sysconfdir}/gconf/schemas/vinagre.schemas
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/icons/vinagre-plugin.png
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/%{name}/
 %{_libdir}/bonobo/servers/GNOME_VinagreApplet.server
 %{_libexecdir}/vinagre-applet
+%dir %{_libdir}/vinagre-1
+%dir %{_libdir}/vinagre-1/plugin-loaders
+%dir %{_libdir}/vinagre-1/plugins
+%{_libdir}/vinagre-1/plugin-loaders/*.so
+%{_libdir}/vinagre-1/plugins/*.so
+%{_libdir}/vinagre-1/plugins/*.vinagre-plugin
+%{_datadir}/dbus-1/services/org.gnome.Empathy.StreamTubeHandler.x_vnc.service
+
 
 %doc %{_mandir}/man1/vinagre.1.gz
 %doc README NEWS COPYING AUTHORS
 
+%files devel
+%{_includedir}/vinagre-1.0
+%{_libdir}/pkgconfig/vinagre-1.0.pc
+
+
 %changelog
 * Tue Jul 28 2009 Matthisa Clasen <mclasen at redhat.com> - 2.27.5-1
 - Update to 2.27.5
+- Split off a -devel package
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.26.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild




More information about the fedora-extras-commits mailing list