- 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:
parent
50a9fa7905
commit
1e0a2e9b90
@ -5,7 +5,7 @@ Mon Apr 4 04:04:04 UTC 2022 - olaf@aepfle.de
|
|||||||
* wireprotocol is now independent from OCaml version
|
* wireprotocol is now independent from OCaml version
|
||||||
* see included changelog for details
|
* see included changelog for details
|
||||||
- Build with dune
|
- Build with dune
|
||||||
- Provide unison-text binary
|
- Provide unison-text package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 15:15:15 UTC 2021 - olaf@aepfle.de
|
Thu Jun 24 15:15:15 UTC 2021 - olaf@aepfle.de
|
||||||
|
21
unison.spec
21
unison.spec
@ -40,6 +40,21 @@ BuildRequires: update-desktop-files
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%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
|
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
|
two replicas of a collection of files and directories to be stored on
|
||||||
different hosts (or different disks on the same host), modified
|
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/applications/*
|
||||||
%_datadir/pixmaps/*
|
%_datadir/pixmaps/*
|
||||||
%_bindir/%name
|
%_bindir/%name
|
||||||
%_bindir/%name-text
|
|
||||||
%_bindir/%name-fsmonitor
|
%_bindir/%name-fsmonitor
|
||||||
|
|
||||||
|
%files text
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc src/COPYING
|
||||||
|
%_bindir/%name-text
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user