SPECS: virt-manager.spec - parent dirs

paszczus paszczus at pld-linux.org
Tue Sep 23 13:18:39 CEST 2008


Author: paszczus                     Date: Tue Sep 23 11:18:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- parent dirs

---- Files affected:
SPECS:
   virt-manager.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/virt-manager.spec
diff -u SPECS/virt-manager.spec:1.2 SPECS/virt-manager.spec:1.3
--- SPECS/virt-manager.spec:1.2	Tue Sep 23 13:10:13 2008
+++ SPECS/virt-manager.spec	Tue Sep 23 13:18:34 2008
@@ -26,7 +26,7 @@
 Requires:	pygtk2 >= 1.99.12-6
 Requires:	python-gnome-gconf >= 1.99.11-7
 # Absolutely require this version or newer
-Requires:	libvirt-python >= 0.4.5
+Requires:	python-libvirt >= 0.4.5
 # Definitely does not work with earlier due to python API changes
 Requires:	python-dbus >= 0.61
 # Might work with earlier, but this is what we've tested
@@ -120,9 +120,12 @@
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %attr(755,root,root) %{_bindir}/%{name}
 %{_libexecdir}/%{name}-launch
+%dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*
 
+%dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.glade
+%dir %{_datadir}/%{name}/pixmaps
 %{_datadir}/%{name}/pixmaps/*.png
 %{_datadir}/%{name}/pixmaps/*.svg
 
@@ -130,12 +133,13 @@
 #%{_datadir}/%{name}/*.pyc
 #%{_datadir}/%{name}/*.pyo
 
+%dir %{_datadir}/%{name}/virtManager
 %{_datadir}/%{name}/virtManager/*.py
 #%{_datadir}/%{name}/virtManager/*.pyc
 #%{_datadir}/%{name}/virtManager/*.pyo
 
-%{_datadir}/omf/%{name}
-%{_datadir}/gnome/help
+%dir %{_datadir}/omf/%{name}
+%dir %{_datadir}/gnome/help
 
 %{_desktopdir}/%{name}.desktop
 %{_datadir}/dbus-1/services/%{name}.service
@@ -148,6 +152,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/09/23 11:18:34  paszczus
+- parent dirs
+
 Revision 1.2  2008/09/23 11:10:13  paszczus
 - ok, let`s use PLD packages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/virt-manager.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list