Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6a959f0a7efe8922cf001763b92d92ec > files > 2

migration-assistant-0.6.2-1mdv2009.0.src.rpm

%define name migration-assistant
%define version 0.6.2
%define release %mkrel 1

Summary: Migration Assistant
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://archive.ubuntu.com/ubuntu/pool/main/m/%{name}/%{name}_%{version}.tar.gz
Patch7:	migration-assistant-xdg.patch
License: GPL
Group: System/Configuration/Other
Url: https://launchpad.net/migration-assistant
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libxml2-devel

%description
Migration Assistant imports documents and settings from other
operating systems during the install process.

%prep
%setup -q -n %{name}.trunk
%patch7 -p1 -b .xdg

%build
export CC="gcc $RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
%make

%install
rm -rf %{buildroot}
%makeinstall_std
install -m755 ma-search-users %{buildroot}%{_bindir}
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/ma-import
%{_bindir}/ma-search-items
%{_bindir}/ma-search-users


%changelog
* Wed Jun 25 2008 Funda Wang <fundawang@mandriva.org> 0.6.2-1mdv2009.0
+ Revision: 228851
- New versio 0.6.2
- drop patch0,1,2,3,4,5,6,8,9,10 (merged upstream)
- rediff xdg dir patch

* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.6.0-3mdv2009.0
+ Revision: 223258
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - make profilesdir error message more generic

* Thu Mar 13 2008 Olivier Blin <oblin@mandriva.com> 0.6.0-2mdv2008.1
+ Revision: 187496
- filter Public and Default users for Vista (from registry keys)
- filter "Default User" key in Vista (it is a junction to Default)
- do not segfault if keys are missing
- get profiles directory from registry for ma-search-items and
  ma-import as well ("Documents and Settings" is not correct in Vista)
- fix segfault by zeroing buffers for strcat
- improve WINNT patch to factorize user registry location as well
- update source URL

* Mon Mar 10 2008 Olivier Blin <oblin@mandriva.com> 0.6.0-1mdv2008.1
+ Revision: 183547
- 0.6.0
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sun Oct 21 2007 Funda Wang <fundawang@mandriva.org> 0.5.4-1mdv2008.1
+ Revision: 101036
- New version 0.5.4

* Wed Oct 03 2007 Olivier Blin <oblin@mandriva.com> 0.5.1-3mdv2008.0
+ Revision: 95185
- use XDG directories instead of hardcoded english names (#34381)

* Wed Oct 03 2007 Olivier Blin <oblin@mandriva.com> 0.5.1-2mdv2008.0
+ Revision: 95020
- handle win2k migration by not trying to import music if not present
- fix get_insensitive_path(), since closedir() frees data returned by readdir()
- fix WINNT handling in ma-search-users

* Mon Oct 01 2007 Olivier Blin <oblin@mandriva.com> 0.5.1-1mdv2008.0
+ Revision: 94319
- 0.5.1

* Fri Aug 10 2007 Olivier Blin <oblin@mandriva.com> 0.4.5-5mdv2008.0
+ Revision: 61566
- do not uselessly create directories with uninitialized names
- fix my fd leak fix /o\

* Fri Aug 10 2007 Olivier Blin <oblin@mandriva.com> 0.4.5-4mdv2008.0
+ Revision: 61272
- fix more file descriptor leaks (to migrate a big number of files)

* Thu Aug 09 2007 Olivier Blin <oblin@mandriva.com> 0.4.5-3mdv2008.0
+ Revision: 60880
- fix again segfault when file has no extension (upstream copy-paste rox)

* Wed Aug 01 2007 Olivier Blin <oblin@mandriva.com> 0.4.5-1mdv2008.0
+ Revision: 57543
- buildrequire libxml2-devel
- reimplement copy to handle large files
- fix file descriptor leaks to be able to import a big number of files
- fix segfault when file has no extension
- initial release
- Create migration-assistant