From 1e0a2e9b901debd5099b3d73e12c3c51f96b2d89b37de2cac09eda8338687156 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 5 Apr 2022 07:17:49 +0000 Subject: [PATCH] - Provide unison-text package OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/unison?expand=0&rev=25 --- unison.changes | 2 +- unison.spec | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/unison.changes b/unison.changes index 73391e2..dc06073 100644 --- a/unison.changes +++ b/unison.changes @@ -5,7 +5,7 @@ Mon Apr 4 04:04:04 UTC 2022 - olaf@aepfle.de * wireprotocol is now independent from OCaml version * see included changelog for details - Build with dune -- Provide unison-text binary +- Provide unison-text package ------------------------------------------------------------------- Thu Jun 24 15:15:15 UTC 2021 - olaf@aepfle.de diff --git a/unison.spec b/unison.spec index cab9f6e..fe2664f 100644 --- a/unison.spec +++ b/unison.spec @@ -40,6 +40,21 @@ BuildRequires: update-desktop-files %endif %description +Graphical userinterface for Unison. + +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, then brought up to date by propagating the changes in each +replica to the other. + +%package text +Summary: File synchronization tool +License: GPL-3.0+ +Group: Productivity/Networking/Other +%description text +Text based userinterface for Unison. + 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 @@ -75,7 +90,11 @@ install -m 644 -D %{SOURCE2} %buildroot/%_datadir/applications/%name.desktop %_datadir/applications/* %_datadir/pixmaps/* %_bindir/%name -%_bindir/%name-text %_bindir/%name-fsmonitor +%files text +%defattr(-,root,root,-) +%doc src/COPYING +%_bindir/%name-text + %changelog