]> git.pld-linux.org Git - packages/virt-manager.git/commitdiff
- version 0.8.0
authorradek <radek@pld-linux.org>
Thu, 17 Sep 2009 13:15:03 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    virt-manager-python.patch -> 1.2
    virt-manager.spec -> 1.8

virt-manager-python.patch [deleted file]
virt-manager.spec

diff --git a/virt-manager-python.patch b/virt-manager-python.patch
deleted file mode 100644 (file)
index 491f0c4..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ur virt-manager-0.6.0/src/graphWidgets/Makefile.am virt-manager-0.6.0.new/src/graphWidgets/Makefile.am
---- virt-manager-0.6.0/src/graphWidgets/Makefile.am    2008-09-10 21:37:12.000000000 +0200
-+++ virt-manager-0.6.0.new/src/graphWidgets/Makefile.am        2008-09-23 12:05:39.449873592 +0200
-@@ -6,7 +6,7 @@
- DEFSDIR :=  $(shell pkg-config --variable=defsdir pygtk-2.0)
- pysparklinemodule.defs: sparkline.h cellrenderersparkline.h
--      python $(CODEGENDIR)/h2def.py $^ > $@
-+      python $(CODEGENDIR)/h2def.pyc $^ > $@
- pysparklinemodule.c: pysparklinemodule.defs pysparklinemodule.override
-       pygtk-codegen-2.0 \
-Tylko w virt-manager-0.6.0.new/src/graphWidgets: Makefile.am~
-diff -ur virt-manager-0.6.0/src/graphWidgets/Makefile.in virt-manager-0.6.0.new/src/graphWidgets/Makefile.in
---- virt-manager-0.6.0/src/graphWidgets/Makefile.in    2008-09-10 21:39:43.000000000 +0200
-+++ virt-manager-0.6.0.new/src/graphWidgets/Makefile.in        2008-09-23 12:05:49.483205884 +0200
-@@ -574,7 +574,7 @@
- pysparklinemodule.defs: sparkline.h cellrenderersparkline.h
--      python $(CODEGENDIR)/h2def.py $^ > $@
-+      python $(CODEGENDIR)/h2def.pyc $^ > $@
- pysparklinemodule.c: pysparklinemodule.defs pysparklinemodule.override
-       pygtk-codegen-2.0 \
-Tylko w virt-manager-0.6.0.new/src/graphWidgets: Makefile.in~
index 8786f4d1731533e890b8a7cb257ba08942e81e27..7e03ded18e169fb2132a0c9b996cf0276ea18396 100644 (file)
@@ -1,14 +1,13 @@
 
 Summary:       Virtual Machine Manager
 Name:          virt-manager
-Version:       0.7.0
-Release:       0.2
+Version:       0.8.0
+Release:       0.1
 License:       GPL v2+
 Group:         Applications/Emulators
 URL:           http://virt-manager.et.redhat.com/
 Source0:       http://virt-manager.et.redhat.com/download/sources/virt-manager/%{name}-%{version}.tar.gz
-# Source0-md5: 32ca0ab48fd317cb6598d88468f16951
-Patch0:                %{name}-python.patch
+# Source0-md5: 0b6cb9144e3933f2c9af07e2d409842d
 BuildRequires: atk-devel
 BuildRequires: cairo-devel
 BuildRequires: gettext
@@ -36,7 +35,7 @@ Requires:     python-gnome-vfs >= 2.15.4
 Requires:      python-gnome-desktop-librsvg >= 2.14
 Requires:      python-libxml2 >= 2.6.23
 Requires:      python-pygtk-glade >= 2.12
-Requires:      python-virtinst >= 0.400.0
+Requires:      python-virtinst >= 0.500.0
 # Earlier vte had broken python binding module
 Requires:      vte >= 0.12.2
 # For online help
@@ -66,7 +65,6 @@ machines. Uses libvirt as the backend management API.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -117,8 +115,6 @@ fi
 %{_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
This page took 0.086706 seconds and 4 git commands to generate.