source: projects/specs/trunk/d/duplicity/duplicity-vl.spec @ 8738

Revision 8738, 3.2 KB checked in by kudoh, 10 years ago (diff)

new up stream release & rebuilt

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