source: projects/specs/trunk/z/zsync/zsync-vl.spec @ 10634

Revision 10634, 1.2 KB checked in by iwaim, 8 years ago (diff)

zsync 0.6.2-2

Line 
1%define ver 0.6.2
2%define rel 2
3
4Summary: client-side implementation of the rsync algorithm
5Summary(ja): rsync アルゴリズムのクライアントサイドの実装
6Name: zsync
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9License: Artistic License 2
10Group: Applications/Internet
11URL: http://zsync.moria.org.uk/
12Source0: http://zsync.moria.org.uk/download/%{name}-%{version}.tar.bz2
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14
15%description
16zsync is a file transfer program. It allows you to download a file from a
17remote server, where you have a copy of an older version of the file on
18your computer already. zsync downloads only the new parts of the file.
19It uses the same algorithm as rsync.
20
21%prep
22%setup -q
23
24%build
25%configure
26make
27
28%install
29%__rm -rf %{buildroot}
30%makeinstall
31
32%__rm -f %{buildroot}%{_docdir}%{_name}/COPYING
33%__rm -f %{buildroot}%{_docdir}%{_name}/README
34
35%clean
36%__rm -rf %{buildroot}
37
38%files
39%defattr(-,root,root,-)
40%doc COPYING NEWS README
41%{_bindir}/zsync
42%{_bindir}/zsyncmake
43%{_mandir}/man1/zsync.1*
44%{_mandir}/man1/zsyncmake.1*
45
46%changelog
47* Sun Jul 17 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0.6.2-2
48- build with current toolchain
49
50* Sun May  1 2011 IWAI, Masaharu <iwai@alib.jp> 0.6.2-1
51- Initial build.
52
53
Note: See TracBrowser for help on using the repository browser.