]> git.pld-linux.org Git - SPECS.git/blob - parsync.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / parsync.spec
1 %define snap    20151217
2 %define rel     1
3 Summary:        Parallel rsync wrapper for large data transfers
4 Name:           parsync
5 Version:        0.1
6 Release:        0.%{snap}.%{rel}
7 License:        GPL
8 Group:          Networking/Utilities
9 Source0:        http://moo.nac.uci.edu/~hjm/parsync/%{name}+utils.tar.gz
10 # Source0-md5:  467c0a2f5efb225d4f5d2e84edfcf005
11 URL:            http://moo.nac.uci.edu/~hjm/parsync/
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 Requires:       rsync
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 parsync is a Perl script that wraps Andrew Tridgells miraculous
19 'rsync' to provide some load balancing and parallel operation across
20 network connections to increase the amount of bandwidth it can use.
21
22 %prep
23 %setup -q -n %{name}
24
25 %build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30
31 cp -p kdirstat-cache-writer parsync scut stats \
32         $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/kdirstat-cache-writer
40 %attr(755,root,root) %{_bindir}/parsync
41 %attr(755,root,root) %{_bindir}/scut
42 %attr(755,root,root) %{_bindir}/stats
This page took 0.530691 seconds and 3 git commands to generate.