]> git.pld-linux.org Git - packages/parsync.git/commitdiff
- initial auto/th/parsync-0.1-0.20151217.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Dec 2015 09:00:08 +0000 (10:00 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Dec 2015 09:00:08 +0000 (10:00 +0100)
parsync.spec [new file with mode: 0644]

diff --git a/parsync.spec b/parsync.spec
new file mode 100644 (file)
index 0000000..b7df261
--- /dev/null
@@ -0,0 +1,43 @@
+%include       /usr/lib/rpm/macros.perl
+%define        snap    20151217
+%define        rel     1
+Summary:       Parallel rsync wrapper for large data transfers
+Name:          parsync
+Version:       0.1
+Release:       0.%{snap}.%{rel}
+License:       GPL
+Group:         Networking/Utilities
+Source0:       http://moo.nac.uci.edu/~hjm/parsync/%{name}+utils.tar.gz
+# Source0-md5: 467c0a2f5efb225d4f5d2e84edfcf005
+URL:           http://moo.nac.uci.edu/~hjm/parsync/
+BuildRequires: rpm-perlprov >= 4.1-13
+Requires:      rsync
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+parsync is a Perl script that wraps Andrew Tridgells miraculous
+'rsync' to provide some load balancing and parallel operation across
+network connections to increase the amount of bandwidth it can use.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+cp -p kdirstat-cache-writer parsync scut stats \
+       $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kdirstat-cache-writer
+%attr(755,root,root) %{_bindir}/parsync
+%attr(755,root,root) %{_bindir}/scut
+%attr(755,root,root) %{_bindir}/stats
This page took 0.064366 seconds and 4 git commands to generate.