Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 59b0d2a84cf1afdbf9b1df15a2149d65 > files > 2

python-virtinst-0.600.4-1.mga3.src.rpm

%define module  virtinst
%define name    python-%{name}
%define version 0.600.4
%define release %mkrel 1

Name:           python-%{module}
Version:        %{version}
Release:        %{release}
Summary:        Python modules for starting libvirt based guest installations
License:        GPLv2+
Group:          Development/Python
Url:            http://virt-manager.et.redhat.com/
Source:         http://virt-manager.et.redhat.com/download/sources/virtinst/%{module}-%{version}.tar.gz
Patch0:		mageia.diff
Requires:       python-libvirt
Requires:       python-urlgrabber
Requires:       python-libxml2
BuildRequires:  python-devel
BuildArch:      noarch

%description
virtinst is a module to help in starting installations of various linux 
distributions inside of virtual machines. It supports both paravirt guests 
as well as fully virtualized guests. It uses libvirt (http://www.libvirt.org)
for starting things.

Also contained is a simple script virt-install which uses
virtinst in a command line mode.
%prep
%setup -q -n %{module}-%{version}
%apply_patches

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}


%find_lang virtinst

%files -f virtinst.lang
%doc README
%{python_sitelib}/virtinst
%{python_sitelib}/virtconv
%{python_sitelib}/*.egg-info
%{_bindir}/virt-convert
%{_bindir}/virt-clone
%{_bindir}/virt-image
%{_bindir}/virt-install
%{_mandir}/man1/virt-convert.1*
%{_mandir}/man1/virt-clone.1*
%{_mandir}/man1/virt-image.1*
%{_mandir}/man1/virt-install.1*
%{_mandir}/man5/virt-image.5*


%changelog

* Mon Apr 15 2013 kharec <kharec> 0.600.4-1.mga3
+ Revision: 410147
- New version 0.600.4 which fix bug #9740

* Sat Mar 30 2013 tv <tv> 0.600.3-3.mga3
+ Revision: 406786
- patch 0: fix fetching mga intaller with xen

* Sun Jan 13 2013 umeabot <umeabot> 0.600.3-2.mga3
+ Revision: 379669
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Sep 22 2012 philippem <philippem> 0.600.3-1.mga3
+ Revision: 296767
- new version 0.600.3

* Mon Jul 16 2012 cjw <cjw> 0.600.2-1.mga3
+ Revision: 271528
- new version 0.600.2

* Fri Mar 02 2012 misc <misc> 0.600.1-1.mga2
+ Revision: 216632
- new version 0.600.1 ( with Mageia support )

* Fri Sep 02 2011 misc <misc> 0.600.0-2.mga2
+ Revision: 138018
- remove uneeded BuildRequires
- remove the old compatibility link, for the first name of the module
- install virt-install in /usr/bin ( as it can be used remotely,
  and because that's where upstram place it )
- remove compatibility with older name of the tool ( pre 2007 )
- remove ExcludeArch for arch we do not support
- remove uneeded versionned requires
- clean old stuff
- improve description ( as it also support debian, and more
  than xen )
- remove buggy patch ( incorrect tabulation ), see https://bugzilla.redhat.com/show_bug.cgi?id=733121
  for a proper patch

  + cjw <cjw>
    - 0.600.0
    - rediff and update mageia patch, adding mageia 2

* Thu May 05 2011 cjw <cjw> 0.500.6-4.mga1
+ Revision: 95063
- fix mageia distro + version detection for network installs

* Sat Apr 30 2011 dmorgan <dmorgan> 0.500.6-3.mga1
+ Revision: 93510
- Update mageia patch thanks to Mattthieu Duchemin ( mgabz #1028)

* Sun Apr 24 2011 dmorgan <dmorgan> 0.500.6-2.mga1
+ Revision: 90044
- Try to add mageia support

* Tue Apr 19 2011 dmorgan <dmorgan> 0.500.6-1.mga1
+ Revision: 88341
- New version 0.500.6

* Thu Mar 10 2011 ahmad <ahmad> 0.500.5-2.mga1
+ Revision: 67371
- imported package python-virtinst


* Sat Feb 05 2011 Guillaume Rousse <guillomovitch@mandriva.org> 0.500.5-1mdv2011.0
+ Revision: 636089
- new version
- drop OS patch, merged upstream

  + Bogdano Arendartchuk <bogdano@mandriva.com>
    - added requires for libxml2

* Wed Nov 10 2010 Christiaan Welvaart <spturtle@mandriva.org> 0.500.4-2mdv2011.0
+ Revision: 595646
- rebuild for python 2.7

* Sun Sep 05 2010 Guillaume Rousse <guillomovitch@mandriva.org> 0.500.4-1mdv2011.0
+ Revision: 576178
- update to new version 0.500.4

* Mon Mar 29 2010 Guillaume Rousse <guillomovitch@mandriva.org> 0.500.3-1mdv2010.1
+ Revision: 528764
- new version

* Tue Feb 09 2010 Frederik Himpe <fhimpe@mandriva.org> 0.500.2-1mdv2010.1
+ Revision: 503324
- Update to new version 0.500.2
- Remove patch integrated upstream

  + Michael Scherer <misc@mandriva.org>
    - fix License
    - add a note about patch, and send it upstream

* Tue Feb 09 2010 Anne Nicolas <ennael@mandriva.org> 0.500.1-2mdv2010.1
+ Revision: 502981
- Add Mandriva in OS list taking into account virtio support

* Tue Dec 15 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.500.1-1mdv2010.1
+ Revision: 478822
- new version

* Sun Oct 11 2009 Frederik Himpe <fhimpe@mandriva.org> 0.500.0-3mdv2010.0
+ Revision: 456603
- Disable Fedora patch which breaks VM creation when there is no
  user qemu

* Wed Oct 07 2009 Frederik Himpe <fhimpe@mandriva.org> 0.500.0-2mdv2010.0
+ Revision: 455687
- Sync patches with Fedora

* Wed Jul 29 2009 Frederik Himpe <fhimpe@mandriva.org> 0.500.0-1mdv2010.0
+ Revision: 404012
- update to new version 0.500.0

* Wed Mar 11 2009 Frederik Himpe <fhimpe@mandriva.org> 0.400.3-1mdv2009.1
+ Revision: 353926
- update to new version 0.400.3

* Sun Mar 08 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.400.2-1mdv2009.1
+ Revision: 353013
- update to new version 0.400.2

* Fri Mar 06 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.400.1-2mdv2009.1
+ Revision: 349839
- rebuild

* Wed Jan 28 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.400.1-1mdv2009.1
+ Revision: 334879
- new version
- drop keyboard patch, merged upstream

* Sat Jan 03 2009 Funda Wang <fwang@mandriva.org> 0.400.0-3mdv2009.1
+ Revision: 323526
- rebuild

* Mon Nov 03 2008 Frederik Himpe <fhimpe@mandriva.org> 0.400.0-2mdv2009.1
+ Revision: 299642
- Add patch from upstream hg repository which fixes parsing of
  Mandriva's /etc/sysconfig/keyboard file

* Mon Oct 13 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.400.0-1mdv2009.1
+ Revision: 293117
- new version

* Thu Aug 14 2008 Guillaume Rousse <guillomovitch@mandriva.org> 0.300.3-1mdv2009.0
+ Revision: 272028
- new version

* Fri Aug 01 2008 Thierry Vignaud <tv@mandriva.org> 0.300.1-5mdv2009.0
+ Revision: 259860
- rebuild

* Fri Jul 25 2008 Thierry Vignaud <tv@mandriva.org> 0.300.1-4mdv2009.0
+ Revision: 247708
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Nov 12 2007 Funda Wang <fwang@mandriva.org> 0.300.1-2mdv2008.1
+ Revision: 108178
- rebuild for new lzma

* Fri Nov 02 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.300.1-1mdv2008.1
+ Revision: 105240
- new version

* Sun Sep 16 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.300.0-1mdv2008.0
+ Revision: 88790
- new version (fix #33395)

* Sat Jun 02 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.103.0-1mdv2008.0
+ Revision: 34681
- new version


* Fri Feb 23 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.101.0-1mdv2007.0
+ Revision: 125025
- new version

* Wed Dec 13 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.98.0-2mdv2007.1
+ Revision: 96465
- fix dependencies

* Wed Dec 13 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.98.0-1mdv2007.1
+ Revision: 96404
- fix build dependencies
- Import python-virtinst

* Wed Dec 13 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.98.0-1mdv2007.1
- first mdv release