[fedora-virt-maint] rpms/gnome-applet-vm/devel gnome-applet-vm.spec, 1.19, 1.20

Richard W.M. Jones rjones at fedoraproject.org
Thu Feb 12 12:41:15 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/gnome-applet-vm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14946

Modified Files:
	gnome-applet-vm.spec 
Log Message:
Multiple fixes to quieten rpmlint (rhbz#225811).


Index: gnome-applet-vm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-vm/devel/gnome-applet-vm.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gnome-applet-vm.spec	23 Jul 2008 16:00:37 -0000	1.19
+++ gnome-applet-vm.spec	12 Feb 2009 12:40:45 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: Simple virtual domains monitor which embeds itself in the GNOME panel
 Name: gnome-applet-vm
 Version: 0.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 # No license attribution in code, only COPYING.
 License: GPL+
 Group: User Interface/Desktops
@@ -9,7 +9,6 @@
 Source: http://people.redhat.com/kzak/gnome-applet-vm/v0.2/%{upstreamname}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: https://fedorahosted.org/gnome-applet-vm
-ExclusiveArch: i386 x86_64
 
 %define glib2_version 2.2.0
 %define pango_version 1.2.0
@@ -37,7 +36,6 @@
 BuildRequires:  libxml2-devel
 
 Requires:	gtk2 >= %{gtk2_version}
-Requires:	libvirt
 Requires:	gnome-panel >= %{gnome_panel_version}
 Requires:	usermode
 Requires:	virt-manager
@@ -74,19 +72,15 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
 /usr/bin/scrollkeeper-update
 
 export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
 /usr/bin/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vm-applet.schemas > /dev/null
 
-%postun
-/sbin/ldconfig
-
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
-%{_datadir}/pixmaps
+%{_datadir}/pixmaps/vm-applet/
 %{_datadir}/gnome-2.0/ui/*
 %{_datadir}/gnome/help/*
 %{_datadir}/omf/*
@@ -95,10 +89,13 @@
 %{_sbindir}/*
 %{_bindir}/*
 %{_sysconfdir}/gconf/schemas/*
-%config %{_sysconfdir}/pam.d/vm_applet_wrapper
-%config %{_sysconfdir}/security/console.apps/vm_applet_wrapper
+%config(noreplace) %{_sysconfdir}/pam.d/vm_applet_wrapper
+%config(noreplace) %{_sysconfdir}/security/console.apps/vm_applet_wrapper
 
 %changelog
+* Wed Feb 11 2009 Richard W.M. Jones <rjones at redhat.com> 0.2.0-4
+- Multiple fixes to quieten rpmlint (rhbz#225811).
+
 * Wed Jul 23 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2.0-3
 - fix license tag
 




More information about the Fedora-virt-maint mailing list