rpms/cheese/devel cheese.spec,1.68,1.69

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 13 04:58:31 UTC 2010


Author: mclasen

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

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



Index: cheese.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cheese/devel/cheese.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- cheese.spec	13 Jan 2010 04:48:25 -0000	1.68
+++ cheese.spec	13 Jan 2010 04:58:31 -0000	1.69
@@ -47,7 +47,7 @@ videos from a webcam. It can also apply 
 %patch1 -p1 -b .trash-menu
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 
@@ -57,6 +57,8 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INS
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/libcheese-gtk.{a,la}
+
 desktop-file-install --delete-original --vendor="" 	\
  	--dir=$RPM_BUILD_ROOT%{_datadir}/applications 	\
 	--add-category X-AudioVideoImport		\
@@ -100,6 +102,7 @@ fi
 
 
 %post
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
@@ -109,6 +112,7 @@ gconftool-2 --makefile-install-rule %{_s
 
 
 %postun
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
@@ -126,6 +130,7 @@ fi
 %{_sysconfdir}/gconf/schemas/cheese.schemas
 %{_libexecdir}/cheese
 %{_datadir}/dbus-1/services/org.gnome.Cheese.service
+%{_libdir}/libcheese.so*
 
 %changelog
 * Tue Jan 12 2010 Matthias Clasen  <mclasen at redhat.com> 2.29.5-1



More information about the scm-commits mailing list