duplicity-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Version: 0.6.22
  2. Summary: Untrusted/encrypted backup using rsync algorithm
  3. Summary(ja): rsync アルゴリズムを使い暗号化されない/されたバックアップを行う
  4. Name: duplicity
  5. Release: 1%{?_dist_release}
  6. URL: http://www.nongnu.org/duplicity/
  7. Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
  8. License: GPLv2+
  9. Group: Applications/Archiving
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Requires: librsync >= 0.9.6 python >= 2.3 gnupg >= 1.0.6
  12. Requires: openssh-clients rsync ncftp
  13. Requires: python-boto >= 0.9d python-GnuPGInterface >= 0.3.2
  14. BuildRequires: python-devel >= 2.3
  15. BuildRequires: librsync-devel >= 0.9.6
  16. %description
  17. Duplicity incrementally backs up files and directory by encrypting
  18. tar-format volumes with GnuPG and uploading them to a remote (or
  19. local) file server. In theory many remote backends are possible;
  20. right now local, ssh/scp, ftp, and rsync backends are written.
  21. Because duplicity uses librsync, the incremental archives are space
  22. efficient and only record the parts of files that have changed since
  23. the last backup. Currently duplicity supports deleted files, full
  24. unix permissions, directories, symbolic links, fifos, etc., but not
  25. hard links.
  26. %prep
  27. %setup -q
  28. %build
  29. %{__python} setup.py build
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
  33. %find_lang %{name}
  34. %clean
  35. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  36. %files -f %{name}.lang
  37. %defattr(-,root,root)
  38. %doc CHANGELOG COPYING README
  39. %{_bindir}/rdiffdir
  40. %{_bindir}/%{name}
  41. %{_mandir}/man1/%{name}*
  42. %{_mandir}/man1/rdiffdir*
  43. %{python_sitearch}/%{name}*
  44. %changelog
  45. * Sat Sep 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.22-1
  46. - new upstream release
  47. * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.21-1
  48. - new upstream release
  49. * Fri Nov 30 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.20-1
  50. - new upstream release
  51. * Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.19-1
  52. - new upstream release
  53. * Tue May 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.18-1
  54. - new upstream release
  55. * Tue Feb 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.17-1
  56. - new upstream release
  57. * Tue Oct 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.16-1
  58. - new upstream release
  59. * Sun Sep 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.15-1
  60. - new upstream release
  61. * Thu Aug 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.14-1
  62. - new upstream release
  63. * Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.13-1
  64. - new upstream release
  65. * Tue Dec 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.11-1
  66. - new upstream release
  67. * Wed Oct 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.10-1
  68. - new upstream release
  69. * Fri Aug 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.09-1
  70. - new upstream release
  71. * Sat May 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.08b-1
  72. - initial build for VineSeed
  73. * Sat Aug 09 2003 Ben Escoto <bescoto@stanford.edu>
  74. - Repackaging for Fedora
  75. - autodetect python version
  76. - require librsync >=0.9.6
  77. * Fri Aug 30 2002 Ben Escoto <bescoto@stanford.edu>
  78. - Initial RPM