duplicity-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Version: 0.6.24
  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: python-setuptools
  16. BuildRequires: librsync-devel >= 0.9.6
  17. %description
  18. Duplicity incrementally backs up files and directory by encrypting
  19. tar-format volumes with GnuPG and uploading them to a remote (or
  20. local) file server. In theory many remote backends are possible;
  21. right now local, ssh/scp, ftp, and rsync backends are written.
  22. Because duplicity uses librsync, the incremental archives are space
  23. efficient and only record the parts of files that have changed since
  24. the last backup. Currently duplicity supports deleted files, full
  25. unix permissions, directories, symbolic links, fifos, etc., but not
  26. hard links.
  27. %prep
  28. %setup -q
  29. %build
  30. %{__python} setup.py build
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
  34. %find_lang %{name}
  35. %clean
  36. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  37. %files -f %{name}.lang
  38. %defattr(-,root,root)
  39. %doc CHANGELOG COPYING README
  40. %{_bindir}/rdiffdir
  41. %{_bindir}/%{name}
  42. %{_mandir}/man1/%{name}*
  43. %{_mandir}/man1/rdiffdir*
  44. %{python_sitearch}/%{name}*
  45. %changelog
  46. * Sat Jul 05 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.24-1
  47. - new upstream release
  48. - added BuildRequires: python-setuptools
  49. * Sat Sep 07 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.22-1
  50. - new upstream release
  51. * Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.21-1
  52. - new upstream release
  53. * Fri Nov 30 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.20-1
  54. - new upstream release
  55. * Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.19-1
  56. - new upstream release
  57. * Tue May 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.18-1
  58. - new upstream release
  59. * Tue Feb 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.17-1
  60. - new upstream release
  61. * Tue Oct 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.16-1
  62. - new upstream release
  63. * Sun Sep 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.15-1
  64. - new upstream release
  65. * Thu Aug 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.14-1
  66. - new upstream release
  67. * Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.13-1
  68. - new upstream release
  69. * Tue Dec 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.11-1
  70. - new upstream release
  71. * Wed Oct 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.10-1
  72. - new upstream release
  73. * Fri Aug 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.09-1
  74. - new upstream release
  75. * Sat May 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.08b-1
  76. - initial build for VineSeed
  77. * Sat Aug 09 2003 Ben Escoto <bescoto@stanford.edu>
  78. - Repackaging for Fedora
  79. - autodetect python version
  80. - require librsync >=0.9.6
  81. * Fri Aug 30 2002 Ben Escoto <bescoto@stanford.edu>
  82. - Initial RPM