Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044083
en ru br
ALT Linux repos
S:2.51.4-alt1
4.1: 2.27.57-alt1

Group :: Networking/File transfer
RPM: unison

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: unison
Version: 2.27.57
Release: alt1
License: GPL
Group: Networking/File transfer
Summary: Unison File Synchronizer
Url: http://www.cis.upenn.edu/~bcpierce/unison
Source0: unison-%version.tar.gz
Source1: unison-%version-manual.html
Patch0: unison-2.27.57-alt-compile.patch
Patch1: unison-2.27.57-alt-makefile.patch

# Automatically added by buildreq on Sat Feb 23 2008

BuildRequires: ocaml

%description
Unison is a file-synchronization tool for Unix and Windows.
It allows two replicas of a collection of files and directories
to be stored on different hosts (or different disks on the same host),
modified separately, and then brought up to date by propagating the
changes in each replica to the other.

%prep
%setup -n %name-%version
%patch0 -p1
%patch1 -p0

%build
%make UISTYLE=text

%install
mkdir -p %buildroot%_bindir
%makeinstall INSTALLDIR=%buildroot%_bindir/
cp %SOURCE1 unison-manual.html

%files
%doc README TODO.txt BUGS.txt CONTRIB ROADMAP.txt unison-manual.html
%_bindir/%name
%exclude %_bindir/%name-*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin