mirror of
https://abf.rosa.ru/djam/syncthing.git
synced 2025-04-22 00:24:25 +00:00
Update to 1.4.0
This commit is contained in:
parent
05ed632770
commit
45641c30ba
3 changed files with 5 additions and 4 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
|
syncthing-1.4.0.tar.gz: d800c1bc7da9d8db831f8c31b59e4abc63d2f172
|
||||||
syncthing-source-v1.3.0.tar.gz: 3034b64191fc6fca6ad407551ca5ce6c1a50d579
|
syncthing-source-v1.3.0.tar.gz: 3034b64191fc6fca6ad407551ca5ce6c1a50d579
|
||||||
|
|
|
@ -11,12 +11,12 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: syncthing
|
Name: syncthing
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Syncthing
|
Summary: Syncthing
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://syncthing.net/
|
URL: http://syncthing.net/
|
||||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz
|
Source0: https://github.com/syncthing/syncthing/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: syncthing@.service
|
Source1: syncthing@.service
|
||||||
Source10: %{name}
|
Source10: %{name}
|
||||||
Group: Networking/Other
|
Group: Networking/Other
|
||||||
|
@ -40,7 +40,7 @@ transmitted over the Internet.
|
||||||
Using syncthing, that control is returned to you.
|
Using syncthing, that control is returned to you.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
|
@ -5,7 +5,7 @@ Description=Syncthing
|
||||||
Type=simple
|
Type=simple
|
||||||
User=%I
|
User=%I
|
||||||
Environment=STNORESTART=yes
|
Environment=STNORESTART=yes
|
||||||
ExecStart=/usr/bin/syncthing
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue