- Provide unison-text package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/unison?expand=0&rev=25
This commit is contained in:
Olaf Hering 2022-04-05 07:17:49 +00:00 committed by Git OBS Bridge
parent 50a9fa7905
commit 1e0a2e9b90
2 changed files with 21 additions and 2 deletions

View File

@ -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

View File

@ -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